Shades of Thistle #DECEDB
Tints of Thistle #DECEDB
RGB
CMYK
RGB Variations
Color information
#DECEDB (or 0xDECEDB) is known color: Thistle. HEX triplet: DE, CE and DB. RGB value is (222,206,219). Sum of RGB (Red+Green+Blue) = 222+206+219=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 222 - color contains mainly: red. Hex color #DECEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECEDB is #213124. Grayscale: #D4D4D4. Windows color (decimal): -2175269 or 14405342. OLE color: 14405342.
HSL color Cylindrical-coordinate representation of color #DECEDB: hue angle of 311.25º 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 #DECEDB is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 219 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.13 |
| HSL | 311.25º | 0.2% | 0.84% | - |
| HSV(B) | 311.25º | 0.07% | 0.87% | - |
| XYZ | 64.98 | 64.79 | 76.1 | - |
| YUV | 212.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 219 | 0 | 0.07 | 0.01 | 0.13 | 311.25 | 0.2 | 0.84 |
| Hex | DE | CE | DB | 0 | 7 | 1 | D | 137 | 14 | 54 |
| Octal | 336 | 316 | 333 | 0 | 7 | 1 | 15 | 467 | 24 | 124 |
| Binary | 11011110 | 11001110 | 11011011 | 0 | 111 | 1 | 1101 | 100110111 | 10100 | 1010100 |
Color Harmonies of #DECEDB
Complementary color
Monochromatic Colors of #DECEDB
Black with #DECEDB
Text Example
Text Example
White with #DECEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEDB; }
p { color: rgb(222,206,219); }
H1.HeaderClassName
{
color: #DECEDB;
}
.AnyTagClassName
{
color: #DECEDB;
}
</style>
background-color css
<style>
a { background-color: #DECEDB; }
a { background-color: rgb(222,206,219); }
div.DivClassName
{
background-color: #DECEDB;
}
.BgClassName
{
background-color: #DECEDB;
}
</style>
border-color css
<style>
span { border-color: #DECEDB; }
span { border-color: rgb(222,206,219); }
td.TdClassName
{
border-color: #DECEDB;
}
.TagClassName
{
border-color: #DECEDB;
}
</style>