Shades of Thistle #D5CED4
Tints of Thistle #D5CED4
RGB
CMYK
RGB Variations
Color information
#D5CED4 (or 0xD5CED4) is known color: Thistle. HEX triplet: D5, CE and D4. RGB value is (213,206,212). Sum of RGB (Red+Green+Blue) = 213+206+212=631 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.76% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 212 (83.20% from 255 or 33.60% from 631); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CED4 is #2A312B. Grayscale: #D0D0D0. Windows color (decimal): -2765100 or 13946581. OLE color: 13946581.
HSL color Cylindrical-coordinate representation of color #D5CED4: hue angle of 308.57º 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 #D5CED4 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 206 | 212 | - |
CMYK | 0 | 0.03 | 0.00 | 0.16 |
HSL | 308.57º | 0.08% | 0.82% | - |
HSV(B) | 308.57º | 0.03% | 0.84% | - |
XYZ | 61.4 | 63.04 | 71.22 | - |
YUV | 208.78 | 129.82 | 131.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 206 | 212 | 0 | 0.03 | 0.00 | 0.16 | 308.57 | 0.08 | 0.82 |
Hex | D5 | CE | D4 | 0 | 3 | 0 | 10 | 135 | 8 | 52 |
Octal | 325 | 316 | 324 | 0 | 3 | 0 | 20 | 465 | 10 | 122 |
Binary | 11010101 | 11001110 | 11010100 | 0 | 11 | 0 | 10000 | 100110101 | 1000 | 1010010 |
Color Harmonies of #D5CED4
Complementary color
Monochromatic Colors of #D5CED4
Black with #D5CED4
Text Example
Text Example
White with #D5CED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CED4; }
p { color: rgb(213,206,212); }
H1.HeaderClassName
{
color: #D5CED4;
}
.AnyTagClassName
{
color: #D5CED4;
}
</style>
background-color css
<style>
a { background-color: #D5CED4; }
a { background-color: rgb(213,206,212); }
div.DivClassName
{
background-color: #D5CED4;
}
.BgClassName
{
background-color: #D5CED4;
}
</style>
border-color css
<style>
span { border-color: #D5CED4; }
span { border-color: rgb(213,206,212); }
td.TdClassName
{
border-color: #D5CED4;
}
.TagClassName
{
border-color: #D5CED4;
}
</style>