Shades of Thistle #D4CED5
Tints of Thistle #D4CED5
RGB
CMYK
RGB Variations
Color information
#D4CED5 (or 0xD4CED5) is known color: Thistle. HEX triplet: D4, CE and D5. RGB value is (212,206,213). Sum of RGB (Red+Green+Blue) = 212+206+213=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4CED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CED5 is #2B312A. Grayscale: #D0D0D0. Windows color (decimal): -2830635 or 14012116. OLE color: 14012116.
HSL color Cylindrical-coordinate representation of color #D4CED5: hue angle of 291.43º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4CED5 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 212 | 206 | 213 | - |
CMYK | 0.00 | 0.03 | 0 | 0.16 |
HSL | 291.43º | 0.08% | 0.82% | - |
HSV(B) | 291.43º | 0.03% | 0.84% | - |
XYZ | 61.23 | 62.94 | 71.87 | - |
YUV | 208.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 206 | 213 | 0.00 | 0.03 | 0 | 0.16 | 291.43 | 0.08 | 0.82 |
Hex | D4 | CE | D5 | 0 | 3 | 0 | 10 | 123 | 8 | 52 |
Octal | 324 | 316 | 325 | 0 | 3 | 0 | 20 | 443 | 10 | 122 |
Binary | 11010100 | 11001110 | 11010101 | 0 | 11 | 0 | 10000 | 100100011 | 1000 | 1010010 |
Color Harmonies of #D4CED5
Complementary color
Monochromatic Colors of #D4CED5
Black with #D4CED5
Text Example
Text Example
White with #D4CED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CED5; }
p { color: rgb(212,206,213); }
H1.HeaderClassName
{
color: #D4CED5;
}
.AnyTagClassName
{
color: #D4CED5;
}
</style>
background-color css
<style>
a { background-color: #D4CED5; }
a { background-color: rgb(212,206,213); }
div.DivClassName
{
background-color: #D4CED5;
}
.BgClassName
{
background-color: #D4CED5;
}
</style>
border-color css
<style>
span { border-color: #D4CED5; }
span { border-color: rgb(212,206,213); }
td.TdClassName
{
border-color: #D4CED5;
}
.TagClassName
{
border-color: #D4CED5;
}
</style>