Shades of Thistle #D9CADA
Tints of Thistle #D9CADA
RGB
CMYK
RGB Variations
Color information
#D9CADA (or 0xD9CADA) is known color: Thistle. HEX triplet: D9, CA and DA. RGB value is (217,202,218). Sum of RGB (Red+Green+Blue) = 217+202+218=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9CADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CADA is #263525. Grayscale: #D0D0D0. Windows color (decimal): -2503974 or 14338777. OLE color: 14338777.
HSL color Cylindrical-coordinate representation of color #D9CADA: hue angle of 296.25º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CADA is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 202 | 218 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.15 |
| HSL | 296.25º | 0.18% | 0.82% | - |
| HSV(B) | 296.25º | 0.07% | 0.85% | - |
| XYZ | 62.39 | 62.05 | 75.02 | - |
| YUV | 208.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 202 | 218 | 0.00 | 0.07 | 0 | 0.15 | 296.25 | 0.18 | 0.82 |
| Hex | D9 | CA | DA | 0 | 7 | 0 | F | 128 | 12 | 52 |
| Octal | 331 | 312 | 332 | 0 | 7 | 0 | 17 | 450 | 22 | 122 |
| Binary | 11011001 | 11001010 | 11011010 | 0 | 111 | 0 | 1111 | 100101000 | 10010 | 1010010 |
Color Harmonies of #D9CADA
Complementary color
Monochromatic Colors of #D9CADA
Black with #D9CADA
Text Example
Text Example
White with #D9CADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CADA; }
p { color: rgb(217,202,218); }
H1.HeaderClassName
{
color: #D9CADA;
}
.AnyTagClassName
{
color: #D9CADA;
}
</style>
background-color css
<style>
a { background-color: #D9CADA; }
a { background-color: rgb(217,202,218); }
div.DivClassName
{
background-color: #D9CADA;
}
.BgClassName
{
background-color: #D9CADA;
}
</style>
border-color css
<style>
span { border-color: #D9CADA; }
span { border-color: rgb(217,202,218); }
td.TdClassName
{
border-color: #D9CADA;
}
.TagClassName
{
border-color: #D9CADA;
}
</style>