Shades of Thistle #D2CCD1
Tints of Thistle #D2CCD1
RGB
CMYK
RGB Variations
Color information
#D2CCD1 (or 0xD2CCD1) is known color: Thistle. HEX triplet: D2, CC and D1. RGB value is (210,204,209). Sum of RGB (Red+Green+Blue) = 210+204+209=623 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.71% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 209 (82.03% from 255 or 33.55% from 623); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CCD1 is #2D332E. Grayscale: #CECECE. Windows color (decimal): -2962223 or 13749458. OLE color: 13749458.
HSL color Cylindrical-coordinate representation of color #D2CCD1: hue angle of 310º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D2CCD1 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 209 | - |
| CMYK | 0 | 0.03 | 0.00 | 0.18 |
| HSL | 310º | 0.06% | 0.81% | - |
| HSV(B) | 310º | 0.03% | 0.82% | - |
| XYZ | 59.68 | 61.49 | 69.05 | - |
| YUV | 206.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 209 | 0 | 0.03 | 0.00 | 0.18 | 310 | 0.06 | 0.81 |
| Hex | D2 | CC | D1 | 0 | 3 | 0 | 12 | 136 | 6 | 51 |
| Octal | 322 | 314 | 321 | 0 | 3 | 0 | 22 | 466 | 6 | 121 |
| Binary | 11010010 | 11001100 | 11010001 | 0 | 11 | 0 | 10010 | 100110110 | 110 | 1010001 |
Color Harmonies of #D2CCD1
Complementary color
Monochromatic Colors of #D2CCD1
Black with #D2CCD1
Text Example
Text Example
White with #D2CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CCD1; }
p { color: rgb(210,204,209); }
H1.HeaderClassName
{
color: #D2CCD1;
}
.AnyTagClassName
{
color: #D2CCD1;
}
</style>
background-color css
<style>
a { background-color: #D2CCD1; }
a { background-color: rgb(210,204,209); }
div.DivClassName
{
background-color: #D2CCD1;
}
.BgClassName
{
background-color: #D2CCD1;
}
</style>
border-color css
<style>
span { border-color: #D2CCD1; }
span { border-color: rgb(210,204,209); }
td.TdClassName
{
border-color: #D2CCD1;
}
.TagClassName
{
border-color: #D2CCD1;
}
</style>