Shades of Thistle #D4C5D8
Tints of Thistle #D4C5D8
RGB
CMYK
RGB Variations
Color information
#D4C5D8 (or 0xD4C5D8) is known color: Thistle. HEX triplet: D4, C5 and D8. RGB value is (212,197,216). Sum of RGB (Red+Green+Blue) = 212+197+216=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 197 (77.34% from 255 or 31.52% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4C5D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C5D8 is #2B3A27. Grayscale: #CBCBCB. Windows color (decimal): -2832936 or 14206420. OLE color: 14206420.
HSL color Cylindrical-coordinate representation of color #D4C5D8: hue angle of 287.37º degrees, saturation: 0.2, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4C5D8 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 197 | 216 | - |
CMYK | 0.02 | 0.09 | 0 | 0.15 |
HSL | 287.37º | 0.2% | 0.81% | - |
HSV(B) | 287.37º | 0.09% | 0.85% | - |
XYZ | 59.51 | 58.89 | 73.2 | - |
YUV | 203.65 | 134.97 | 133.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 197 | 216 | 0.02 | 0.09 | 0 | 0.15 | 287.37 | 0.2 | 0.81 |
Hex | D4 | C5 | D8 | 2 | 9 | 0 | F | 11F | 14 | 51 |
Octal | 324 | 305 | 330 | 2 | 11 | 0 | 17 | 437 | 24 | 121 |
Binary | 11010100 | 11000101 | 11011000 | 10 | 1001 | 0 | 1111 | 100011111 | 10100 | 1010001 |
Color Harmonies of #D4C5D8
Complementary color
Monochromatic Colors of #D4C5D8
Black with #D4C5D8
Text Example
Text Example
White with #D4C5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C5D8; }
p { color: rgb(212,197,216); }
H1.HeaderClassName
{
color: #D4C5D8;
}
.AnyTagClassName
{
color: #D4C5D8;
}
</style>
background-color css
<style>
a { background-color: #D4C5D8; }
a { background-color: rgb(212,197,216); }
div.DivClassName
{
background-color: #D4C5D8;
}
.BgClassName
{
background-color: #D4C5D8;
}
</style>
border-color css
<style>
span { border-color: #D4C5D8; }
span { border-color: rgb(212,197,216); }
td.TdClassName
{
border-color: #D4C5D8;
}
.TagClassName
{
border-color: #D4C5D8;
}
</style>