Shades of Thistle #D4C7D8
Tints of Thistle #D4C7D8
RGB
CMYK
RGB Variations
Color information
#D4C7D8 (or 0xD4C7D8) is known color: Thistle. HEX triplet: D4, C7 and D8. RGB value is (212,199,216). Sum of RGB (Red+Green+Blue) = 212+199+216=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 199 (78.12% from 255 or 31.74% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 216 - color contains mainly: blue. Hex color #D4C7D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4C7D8 is #2B3827. Grayscale: #CCCCCC. Windows color (decimal): -2832424 or 14206932. OLE color: 14206932.
HSL color Cylindrical-coordinate representation of color #D4C7D8: hue angle of 285.88º degrees, saturation: 0.18, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D4C7D8 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 212 | 199 | 216 | - |
CMYK | 0.02 | 0.08 | 0 | 0.15 |
HSL | 285.88º | 0.18% | 0.81% | - |
HSV(B) | 285.88º | 0.08% | 0.85% | - |
XYZ | 59.97 | 59.8 | 73.35 | - |
YUV | 204.83 | 134.31 | 133.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 199 | 216 | 0.02 | 0.08 | 0 | 0.15 | 285.88 | 0.18 | 0.81 |
Hex | D4 | C7 | D8 | 2 | 8 | 0 | F | 11E | 12 | 51 |
Octal | 324 | 307 | 330 | 2 | 10 | 0 | 17 | 436 | 22 | 121 |
Binary | 11010100 | 11000111 | 11011000 | 10 | 1000 | 0 | 1111 | 100011110 | 10010 | 1010001 |
Color Harmonies of #D4C7D8
Complementary color
Monochromatic Colors of #D4C7D8
Black with #D4C7D8
Text Example
Text Example
White with #D4C7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C7D8; }
p { color: rgb(212,199,216); }
H1.HeaderClassName
{
color: #D4C7D8;
}
.AnyTagClassName
{
color: #D4C7D8;
}
</style>
background-color css
<style>
a { background-color: #D4C7D8; }
a { background-color: rgb(212,199,216); }
div.DivClassName
{
background-color: #D4C7D8;
}
.BgClassName
{
background-color: #D4C7D8;
}
</style>
border-color css
<style>
span { border-color: #D4C7D8; }
span { border-color: rgb(212,199,216); }
td.TdClassName
{
border-color: #D4C7D8;
}
.TagClassName
{
border-color: #D4C7D8;
}
</style>