Shades of Thistle #DEC0E5
Tints of Thistle #DEC0E5
RGB
CMYK
RGB Variations
Color information
#DEC0E5 (or 0xDEC0E5) is known color: Thistle. HEX triplet: DE, C0 and E5. RGB value is (222,192,229). Sum of RGB (Red+Green+Blue) = 222+192+229=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 192 (75.39% from 255 or 29.86% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEC0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC0E5 is #213F1A. Grayscale: #CDCDCD. Windows color (decimal): -2178843 or 15057118. OLE color: 15057118.
HSL color Cylindrical-coordinate representation of color #DEC0E5: hue angle of 288.65º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEC0E5 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 192 | 229 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.10 |
| HSL | 288.65º | 0.42% | 0.83% | - |
| HSV(B) | 288.65º | 0.16% | 0.9% | - |
| XYZ | 63.12 | 58.89 | 82.17 | - |
| YUV | 205.19 | 141.44 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 229 | 0.03 | 0.16 | 0 | 0.10 | 288.65 | 0.42 | 0.83 |
| Hex | DE | C0 | E5 | 3 | 10 | 0 | A | 121 | 2A | 53 |
| Octal | 336 | 300 | 345 | 3 | 20 | 0 | 12 | 441 | 52 | 123 |
| Binary | 11011110 | 11000000 | 11100101 | 11 | 10000 | 0 | 1010 | 100100001 | 101010 | 1010011 |
Color Harmonies of #DEC0E5
Complementary color
Monochromatic Colors of #DEC0E5
Black with #DEC0E5
Text Example
Text Example
White with #DEC0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0E5; }
p { color: rgb(222,192,229); }
H1.HeaderClassName
{
color: #DEC0E5;
}
.AnyTagClassName
{
color: #DEC0E5;
}
</style>
background-color css
<style>
a { background-color: #DEC0E5; }
a { background-color: rgb(222,192,229); }
div.DivClassName
{
background-color: #DEC0E5;
}
.BgClassName
{
background-color: #DEC0E5;
}
</style>
border-color css
<style>
span { border-color: #DEC0E5; }
span { border-color: rgb(222,192,229); }
td.TdClassName
{
border-color: #DEC0E5;
}
.TagClassName
{
border-color: #DEC0E5;
}
</style>