Shades of Thistle #D5CFD5
Tints of Thistle #D5CFD5
RGB
CMYK
RGB Variations
Color information
#D5CFD5 (or 0xD5CFD5) is known color: Thistle. HEX triplet: D5, CF and D5. RGB value is (213,207,213). Sum of RGB (Red+Green+Blue) = 213+207+213=633 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.65% from 633); Green value is 207 (81.25% from 255 or 32.70% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 213 - color contains mainly: red, blue. Hex color #D5CFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFD5 is #2A302A. Grayscale: #D1D1D1. Windows color (decimal): -2764843 or 14012373. OLE color: 14012373.
HSL color Cylindrical-coordinate representation of color #D5CFD5: hue angle of 300º degrees, saturation: 0.07, 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 #D5CFD5 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 207 | 213 | - |
CMYK | 0 | 0.03 | 0 | 0.16 |
HSL | 300º | 0.07% | 0.82% | - |
HSV(B) | 300º | 0.03% | 0.84% | - |
XYZ | 61.76 | 63.58 | 71.97 | - |
YUV | 209.48 | 129.99 | 130.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 207 | 213 | 0 | 0.03 | 0 | 0.16 | 300 | 0.07 | 0.82 |
Hex | D5 | CF | D5 | 0 | 3 | 0 | 10 | 12C | 7 | 52 |
Octal | 325 | 317 | 325 | 0 | 3 | 0 | 20 | 454 | 7 | 122 |
Binary | 11010101 | 11001111 | 11010101 | 0 | 11 | 0 | 10000 | 100101100 | 111 | 1010010 |
Color Harmonies of #D5CFD5
Complementary color
Monochromatic Colors of #D5CFD5
Black with #D5CFD5
Text Example
Text Example
White with #D5CFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CFD5; }
p { color: rgb(213,207,213); }
H1.HeaderClassName
{
color: #D5CFD5;
}
.AnyTagClassName
{
color: #D5CFD5;
}
</style>
background-color css
<style>
a { background-color: #D5CFD5; }
a { background-color: rgb(213,207,213); }
div.DivClassName
{
background-color: #D5CFD5;
}
.BgClassName
{
background-color: #D5CFD5;
}
</style>
border-color css
<style>
span { border-color: #D5CFD5; }
span { border-color: rgb(213,207,213); }
td.TdClassName
{
border-color: #D5CFD5;
}
.TagClassName
{
border-color: #D5CFD5;
}
</style>