Shades of Thistle #D8C2DE
Tints of Thistle #D8C2DE
RGB
CMYK
RGB Variations
Color information
#D8C2DE (or 0xD8C2DE) is known color: Thistle. HEX triplet: D8, C2 and DE. RGB value is (216,194,222). Sum of RGB (Red+Green+Blue) = 216+194+222=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8C2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C2DE is #273D21. Grayscale: #CBCBCB. Windows color (decimal): -2571554 or 14598872. OLE color: 14598872.
HSL color Cylindrical-coordinate representation of color #D8C2DE: hue angle of 287.14º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8C2DE is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 194 | 222 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.13 |
| HSL | 287.14º | 0.3% | 0.82% | - |
| HSV(B) | 287.14º | 0.13% | 0.87% | - |
| XYZ | 60.8 | 58.46 | 77.19 | - |
| YUV | 203.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 194 | 222 | 0.03 | 0.13 | 0 | 0.13 | 287.14 | 0.3 | 0.82 |
| Hex | D8 | C2 | DE | 3 | D | 0 | D | 11F | 1E | 52 |
| Octal | 330 | 302 | 336 | 3 | 15 | 0 | 15 | 437 | 36 | 122 |
| Binary | 11011000 | 11000010 | 11011110 | 11 | 1101 | 0 | 1101 | 100011111 | 11110 | 1010010 |
Color Harmonies of #D8C2DE
Complementary color
Monochromatic Colors of #D8C2DE
Black with #D8C2DE
Text Example
Text Example
White with #D8C2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C2DE; }
p { color: rgb(216,194,222); }
H1.HeaderClassName
{
color: #D8C2DE;
}
.AnyTagClassName
{
color: #D8C2DE;
}
</style>
background-color css
<style>
a { background-color: #D8C2DE; }
a { background-color: rgb(216,194,222); }
div.DivClassName
{
background-color: #D8C2DE;
}
.BgClassName
{
background-color: #D8C2DE;
}
</style>
border-color css
<style>
span { border-color: #D8C2DE; }
span { border-color: rgb(216,194,222); }
td.TdClassName
{
border-color: #D8C2DE;
}
.TagClassName
{
border-color: #D8C2DE;
}
</style>