Shades of Thistle #D1CAD0
Tints of Thistle #D1CAD0
RGB
CMYK
RGB Variations
Color information
#D1CAD0 (or 0xD1CAD0) is known color: Thistle. HEX triplet: D1, CA and D0. RGB value is (209,202,208). Sum of RGB (Red+Green+Blue) = 209+202+208=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 202 (79.30% from 255 or 32.63% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CAD0 is #2E352F. Grayscale: #CCCCCC. Windows color (decimal): -3028272 or 13683409. OLE color: 13683409.
HSL color Cylindrical-coordinate representation of color #D1CAD0: hue angle of 308.57º degrees, saturation: 0.07, 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 #D1CAD0 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 202 | 208 | - |
CMYK | 0 | 0.03 | 0.00 | 0.18 |
HSL | 308.57º | 0.07% | 0.81% | - |
HSV(B) | 308.57º | 0.03% | 0.82% | - |
XYZ | 58.8 | 60.35 | 68.22 | - |
YUV | 204.78 | 129.82 | 131.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 202 | 208 | 0 | 0.03 | 0.00 | 0.18 | 308.57 | 0.07 | 0.81 |
Hex | D1 | CA | D0 | 0 | 3 | 0 | 12 | 135 | 7 | 51 |
Octal | 321 | 312 | 320 | 0 | 3 | 0 | 22 | 465 | 7 | 121 |
Binary | 11010001 | 11001010 | 11010000 | 0 | 11 | 0 | 10010 | 100110101 | 111 | 1010001 |
Color Harmonies of #D1CAD0
Complementary color
Monochromatic Colors of #D1CAD0
Black with #D1CAD0
Text Example
Text Example
White with #D1CAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CAD0; }
p { color: rgb(209,202,208); }
H1.HeaderClassName
{
color: #D1CAD0;
}
.AnyTagClassName
{
color: #D1CAD0;
}
</style>
background-color css
<style>
a { background-color: #D1CAD0; }
a { background-color: rgb(209,202,208); }
div.DivClassName
{
background-color: #D1CAD0;
}
.BgClassName
{
background-color: #D1CAD0;
}
</style>
border-color css
<style>
span { border-color: #D1CAD0; }
span { border-color: rgb(209,202,208); }
td.TdClassName
{
border-color: #D1CAD0;
}
.TagClassName
{
border-color: #D1CAD0;
}
</style>