Thistle Hex Color
#D8BFD8
(216, 191, 216)
Thistle (or 0xD8BFD8), RGB value is (216, 191, 216). This html color code is also a web safe color which is equal to CCCCCC. Thistle hex color red value is 216, green value is 191 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color Thistle hue: 300, saturation: 24.271844660194 and the lightness value of Thistle is 79.803921568627.
Color spaces of Thistle
RGB | 216 | 191 | 216 |
---|---|---|---|
HSL | 300 | 24.27% | 79.80% |
HSV | 300° | 12° | 85° |
CMYK | 0.00 | 0.12 | 0.00 0.15 |
XYZ | 59.3444 | 56.8184 | 72.8050 |
Yxy | 56.8184 | 0.3140 | 0.3007 |
CIELCh | 80.0773 | 16.1313 | 325.0591 |
CIE-Lab | 80.0773 | 13.2235 | -9.2389 |
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011000 | 10111111 | 11011000 |
Octal | 330 | 277 | 330 |
Decimal | 216 | 191 | 216 |
Hex | D8 | BF | D8 |
Analogous of Thistle
These colors are all close to each other on a color wheel.
Triad of Thistle
These colors are all equally distanced from each other on a color wheel, 2 of which have an alternate shade.
Tetrad of Thistle
3 of these colors are all equally distanced from each other on a color wheel, plus 1 alternated shade for the base color and the 1 color that is opposite of the base color.
Weighted Tetrad of Thistle
3 of these colors are all similarly distanced from each other on a color wheel, the base color has an alternate shade, and there is a weighted opposite color. These colors are all slightly closer to the base color than in a normal tetrad.
Compound of Thistle
These colors use mathematical offsets that usually complement each other well, and can highlight the base color.
Thistle CSS Color Codes
.mybgcolor {background-color:#D8BFD8; } .myforecolor {color:#D8BFD8; } .mybordercolor {border:3px solid #D8BFD8;}
Thistle Text Font Color
<p style="color:#D8BFD8">Text here</p>
This sample text font color is #D8BFD8
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Thistle Background Color
<div style="background-color:#D8BFD8">
Div content here</div>
This div background color is #D8BFD8
Thistle Border Color
<div style="border:3px solid #D8BFD8">
Div here</div>
This div border color is #D8BFD8
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(216, 191, 216, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #D8BFD8}; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D8BFD8; -webkit-box-shadow: 1px 1px 3px 2px #D8BFD8; box-shadow: 1px 1px 3px 2px #D8BFD8}; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(216, 191, 216, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #D8BFD8">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #D8BFD8; -webkit-box-shadow: 1px 1px 3px 2px #D8BFD8; box-shadow: 1px 1px 3px 2px #D8BFD8;">
Div content here</div>
This div box has shadow with color #D8BFD8