Shades of Thistle #D2CAD1
Tints of Thistle #D2CAD1
RGB
CMYK
RGB Variations
Color information
#D2CAD1 (or 0xD2CAD1) is known color: Thistle. HEX triplet: D2, CA and D1. RGB value is (210,202,209). Sum of RGB (Red+Green+Blue) = 210+202+209=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2CAD1 is #2D352E. Grayscale: #CDCDCD. Windows color (decimal): -2962735 or 13748946. OLE color: 13748946.
HSL color Cylindrical-coordinate representation of color #D2CAD1: hue angle of 307.5º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2CAD1 is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 202 | 209 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.18 |
| HSL | 307.5º | 0.08% | 0.81% | - |
| HSV(B) | 307.5º | 0.04% | 0.82% | - |
| XYZ | 59.21 | 60.55 | 68.89 | - |
| YUV | 205.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 209 | 0 | 0.04 | 0.00 | 0.18 | 307.5 | 0.08 | 0.81 |
| Hex | D2 | CA | D1 | 0 | 4 | 0 | 12 | 134 | 8 | 51 |
| Octal | 322 | 312 | 321 | 0 | 4 | 0 | 22 | 464 | 10 | 121 |
| Binary | 11010010 | 11001010 | 11010001 | 0 | 100 | 0 | 10010 | 100110100 | 1000 | 1010001 |
Color Harmonies of #D2CAD1
Complementary color
Monochromatic Colors of #D2CAD1
Black with #D2CAD1
Text Example
Text Example
White with #D2CAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CAD1; }
p { color: rgb(210,202,209); }
H1.HeaderClassName
{
color: #D2CAD1;
}
.AnyTagClassName
{
color: #D2CAD1;
}
</style>
background-color css
<style>
a { background-color: #D2CAD1; }
a { background-color: rgb(210,202,209); }
div.DivClassName
{
background-color: #D2CAD1;
}
.BgClassName
{
background-color: #D2CAD1;
}
</style>
border-color css
<style>
span { border-color: #D2CAD1; }
span { border-color: rgb(210,202,209); }
td.TdClassName
{
border-color: #D2CAD1;
}
.TagClassName
{
border-color: #D2CAD1;
}
</style>