Shades of Thistle #DECEDC
Tints of Thistle #DECEDC
RGB
CMYK
RGB Variations
Color information
#DECEDC (or 0xDECEDC) is known color: Thistle. HEX triplet: DE, CE and DC. RGB value is (222,206,220). Sum of RGB (Red+Green+Blue) = 222+206+220=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 220 (86.33% from 255 or 33.95% from 648); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEDC is #213123. Grayscale: #D4D4D4. Windows color (decimal): -2175268 or 14470878. OLE color: 14470878.
HSL color Cylindrical-coordinate representation of color #DECEDC: hue angle of 307.5º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DECEDC is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 220 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.13 |
| HSL | 307.5º | 0.2% | 0.84% | - |
| HSV(B) | 307.5º | 0.07% | 0.87% | - |
| XYZ | 65.11 | 64.84 | 76.79 | - |
| YUV | 212.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 220 | 0 | 0.07 | 0.01 | 0.13 | 307.5 | 0.2 | 0.84 |
| Hex | DE | CE | DC | 0 | 7 | 1 | D | 134 | 14 | 54 |
| Octal | 336 | 316 | 334 | 0 | 7 | 1 | 15 | 464 | 24 | 124 |
| Binary | 11011110 | 11001110 | 11011100 | 0 | 111 | 1 | 1101 | 100110100 | 10100 | 1010100 |
Color Harmonies of #DECEDC
Complementary color
Monochromatic Colors of #DECEDC
Black with #DECEDC
Text Example
Text Example
White with #DECEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEDC; }
p { color: rgb(222,206,220); }
H1.HeaderClassName
{
color: #DECEDC;
}
.AnyTagClassName
{
color: #DECEDC;
}
</style>
background-color css
<style>
a { background-color: #DECEDC; }
a { background-color: rgb(222,206,220); }
div.DivClassName
{
background-color: #DECEDC;
}
.BgClassName
{
background-color: #DECEDC;
}
</style>
border-color css
<style>
span { border-color: #DECEDC; }
span { border-color: rgb(222,206,220); }
td.TdClassName
{
border-color: #DECEDC;
}
.TagClassName
{
border-color: #DECEDC;
}
</style>