Shades of Thistle #D4CED3
Tints of Thistle #D4CED3
RGB
CMYK
RGB Variations
Color information
#D4CED3 (or 0xD4CED3) is known color: Thistle. HEX triplet: D4, CE and D3. RGB value is (212,206,211). Sum of RGB (Red+Green+Blue) = 212+206+211=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 206 (80.86% from 255 or 32.75% from 629); Blue value is 211 (82.81% from 255 or 33.55% from 629); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CED3 is #2B312C. Grayscale: #D0D0D0. Windows color (decimal): -2830637 or 13881044. OLE color: 13881044.
HSL color Cylindrical-coordinate representation of color #D4CED3: hue angle of 310º degrees, saturation: 0.07, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4CED3 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 206 | 211 | - |
CMYK | 0 | 0.03 | 0.00 | 0.17 |
HSL | 310º | 0.07% | 0.82% | - |
HSV(B) | 310º | 0.03% | 0.83% | - |
XYZ | 60.98 | 62.84 | 70.54 | - |
YUV | 208.36 | 129.49 | 130.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 206 | 211 | 0 | 0.03 | 0.00 | 0.17 | 310 | 0.07 | 0.82 |
Hex | D4 | CE | D3 | 0 | 3 | 0 | 11 | 136 | 7 | 52 |
Octal | 324 | 316 | 323 | 0 | 3 | 0 | 21 | 466 | 7 | 122 |
Binary | 11010100 | 11001110 | 11010011 | 0 | 11 | 0 | 10001 | 100110110 | 111 | 1010010 |
Color Harmonies of #D4CED3
Complementary color
Monochromatic Colors of #D4CED3
Black with #D4CED3
Text Example
Text Example
White with #D4CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CED3; }
p { color: rgb(212,206,211); }
H1.HeaderClassName
{
color: #D4CED3;
}
.AnyTagClassName
{
color: #D4CED3;
}
</style>
background-color css
<style>
a { background-color: #D4CED3; }
a { background-color: rgb(212,206,211); }
div.DivClassName
{
background-color: #D4CED3;
}
.BgClassName
{
background-color: #D4CED3;
}
</style>
border-color css
<style>
span { border-color: #D4CED3; }
span { border-color: rgb(212,206,211); }
td.TdClassName
{
border-color: #D4CED3;
}
.TagClassName
{
border-color: #D4CED3;
}
</style>