Shades of Thistle #DECADC
Tints of Thistle #DECADC
RGB
CMYK
RGB Variations
Color information
#DECADC (or 0xDECADC) is known color: Thistle. HEX triplet: DE, CA and DC. RGB value is (222,202,220). Sum of RGB (Red+Green+Blue) = 222+202+220=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 202 (79.30% from 255 or 31.37% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DECADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECADC is #213523. Grayscale: #D1D1D1. Windows color (decimal): -2176292 or 14469854. OLE color: 14469854.
HSL color Cylindrical-coordinate representation of color #DECADC: hue angle of 306º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECADC is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 220 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.13 |
| HSL | 306º | 0.23% | 0.83% | - |
| HSV(B) | 306º | 0.09% | 0.87% | - |
| XYZ | 64.16 | 62.94 | 76.48 | - |
| YUV | 210.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 220 | 0 | 0.09 | 0.01 | 0.13 | 306 | 0.23 | 0.83 |
| Hex | DE | CA | DC | 0 | 9 | 1 | D | 132 | 17 | 53 |
| Octal | 336 | 312 | 334 | 0 | 11 | 1 | 15 | 462 | 27 | 123 |
| Binary | 11011110 | 11001010 | 11011100 | 0 | 1001 | 1 | 1101 | 100110010 | 10111 | 1010011 |
Color Harmonies of #DECADC
Complementary color
Monochromatic Colors of #DECADC
Black with #DECADC
Text Example
Text Example
White with #DECADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECADC; }
p { color: rgb(222,202,220); }
H1.HeaderClassName
{
color: #DECADC;
}
.AnyTagClassName
{
color: #DECADC;
}
</style>
background-color css
<style>
a { background-color: #DECADC; }
a { background-color: rgb(222,202,220); }
div.DivClassName
{
background-color: #DECADC;
}
.BgClassName
{
background-color: #DECADC;
}
</style>
border-color css
<style>
span { border-color: #DECADC; }
span { border-color: rgb(222,202,220); }
td.TdClassName
{
border-color: #DECADC;
}
.TagClassName
{
border-color: #DECADC;
}
</style>