Shades of Thistle #DEC9E0
Tints of Thistle #DEC9E0
RGB
CMYK
RGB Variations
Color information
#DEC9E0 (or 0xDEC9E0) is known color: Thistle. HEX triplet: DE, C9 and E0. RGB value is (222,201,224). Sum of RGB (Red+Green+Blue) = 222+201+224=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 224 - color contains mainly: blue. Hex color #DEC9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9E0 is #21361F. Grayscale: #D1D1D1. Windows color (decimal): -2176544 or 14731742. OLE color: 14731742.
HSL color Cylindrical-coordinate representation of color #DEC9E0: hue angle of 294.78º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEC9E0 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 201 | 224 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.12 |
| HSL | 294.78º | 0.27% | 0.83% | - |
| HSV(B) | 294.78º | 0.1% | 0.88% | - |
| XYZ | 64.47 | 62.68 | 79.22 | - |
| YUV | 209.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 224 | 0.01 | 0.10 | 0 | 0.12 | 294.78 | 0.27 | 0.83 |
| Hex | DE | C9 | E0 | 1 | A | 0 | C | 127 | 1B | 53 |
| Octal | 336 | 311 | 340 | 1 | 12 | 0 | 14 | 447 | 33 | 123 |
| Binary | 11011110 | 11001001 | 11100000 | 1 | 1010 | 0 | 1100 | 100100111 | 11011 | 1010011 |
Color Harmonies of #DEC9E0
Complementary color
Monochromatic Colors of #DEC9E0
Black with #DEC9E0
Text Example
Text Example
White with #DEC9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC9E0; }
p { color: rgb(222,201,224); }
H1.HeaderClassName
{
color: #DEC9E0;
}
.AnyTagClassName
{
color: #DEC9E0;
}
</style>
background-color css
<style>
a { background-color: #DEC9E0; }
a { background-color: rgb(222,201,224); }
div.DivClassName
{
background-color: #DEC9E0;
}
.BgClassName
{
background-color: #DEC9E0;
}
</style>
border-color css
<style>
span { border-color: #DEC9E0; }
span { border-color: rgb(222,201,224); }
td.TdClassName
{
border-color: #DEC9E0;
}
.TagClassName
{
border-color: #DEC9E0;
}
</style>