Shades of Thistle #D1CAD2
Tints of Thistle #D1CAD2
RGB
CMYK
RGB Variations
Color information
#D1CAD2 (or 0xD1CAD2) is known color: Thistle. HEX triplet: D1, CA and D2. RGB value is (209,202,210). Sum of RGB (Red+Green+Blue) = 209+202+210=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 210 - color contains mainly: blue. Hex color #D1CAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CAD2 is #2E352D. Grayscale: #CCCCCC. Windows color (decimal): -3028270 or 13814481. OLE color: 13814481.
HSL color Cylindrical-coordinate representation of color #D1CAD2: hue angle of 292.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 #D1CAD2 is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 202 | 210 | - |
CMYK | 0.00 | 0.04 | 0 | 0.18 |
HSL | 292.5º | 0.08% | 0.81% | - |
HSV(B) | 292.5º | 0.04% | 0.82% | - |
XYZ | 59.05 | 60.45 | 69.53 | - |
YUV | 205.01 | 130.82 | 130.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 202 | 210 | 0.00 | 0.04 | 0 | 0.18 | 292.5 | 0.08 | 0.81 |
Hex | D1 | CA | D2 | 0 | 4 | 0 | 12 | 124 | 8 | 51 |
Octal | 321 | 312 | 322 | 0 | 4 | 0 | 22 | 444 | 10 | 121 |
Binary | 11010001 | 11001010 | 11010010 | 0 | 100 | 0 | 10010 | 100100100 | 1000 | 1010001 |
Color Harmonies of #D1CAD2
Complementary color
Monochromatic Colors of #D1CAD2
Black with #D1CAD2
Text Example
Text Example
White with #D1CAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CAD2; }
p { color: rgb(209,202,210); }
H1.HeaderClassName
{
color: #D1CAD2;
}
.AnyTagClassName
{
color: #D1CAD2;
}
</style>
background-color css
<style>
a { background-color: #D1CAD2; }
a { background-color: rgb(209,202,210); }
div.DivClassName
{
background-color: #D1CAD2;
}
.BgClassName
{
background-color: #D1CAD2;
}
</style>
border-color css
<style>
span { border-color: #D1CAD2; }
span { border-color: rgb(209,202,210); }
td.TdClassName
{
border-color: #D1CAD2;
}
.TagClassName
{
border-color: #D1CAD2;
}
</style>