Shades of Thistle #D9CADC
Tints of Thistle #D9CADC
RGB
CMYK
RGB Variations
Color information
#D9CADC (or 0xD9CADC) is known color: Thistle. HEX triplet: D9, CA and DC. RGB value is (217,202,220). Sum of RGB (Red+Green+Blue) = 217+202+220=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 220 - color contains mainly: blue. Hex color #D9CADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CADC is #263523. Grayscale: #D0D0D0. Windows color (decimal): -2503972 or 14469849. OLE color: 14469849.
HSL color Cylindrical-coordinate representation of color #D9CADC: hue angle of 290º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9CADC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 202 | 220 | - |
CMYK | 0.01 | 0.08 | 0 | 0.14 |
HSL | 290º | 0.2% | 0.83% | - |
HSV(B) | 290º | 0.08% | 0.86% | - |
XYZ | 62.65 | 62.16 | 76.41 | - |
YUV | 208.54 | 134.47 | 134.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 202 | 220 | 0.01 | 0.08 | 0 | 0.14 | 290 | 0.2 | 0.83 |
Hex | D9 | CA | DC | 1 | 8 | 0 | E | 122 | 14 | 53 |
Octal | 331 | 312 | 334 | 1 | 10 | 0 | 16 | 442 | 24 | 123 |
Binary | 11011001 | 11001010 | 11011100 | 1 | 1000 | 0 | 1110 | 100100010 | 10100 | 1010011 |
Color Harmonies of #D9CADC
Complementary color
Monochromatic Colors of #D9CADC
Black with #D9CADC
Text Example
Text Example
White with #D9CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CADC; }
p { color: rgb(217,202,220); }
H1.HeaderClassName
{
color: #D9CADC;
}
.AnyTagClassName
{
color: #D9CADC;
}
</style>
background-color css
<style>
a { background-color: #D9CADC; }
a { background-color: rgb(217,202,220); }
div.DivClassName
{
background-color: #D9CADC;
}
.BgClassName
{
background-color: #D9CADC;
}
</style>
border-color css
<style>
span { border-color: #D9CADC; }
span { border-color: rgb(217,202,220); }
td.TdClassName
{
border-color: #D9CADC;
}
.TagClassName
{
border-color: #D9CADC;
}
</style>