Shades of Thistle #DEC0E6
Tints of Thistle #DEC0E6
RGB
CMYK
RGB Variations
Color information
#DEC0E6 (or 0xDEC0E6) is known color: Thistle. HEX triplet: DE, C0 and E6. RGB value is (222,192,230). Sum of RGB (Red+Green+Blue) = 222+192+230=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 230 (90.23% from 255 or 35.71% from 644); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEC0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0E6 is #213F19. Grayscale: #CDCDCD. Windows color (decimal): -2178842 or 15122654. OLE color: 15122654.
HSL color Cylindrical-coordinate representation of color #DEC0E6: hue angle of 287.37º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEC0E6 is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 192 | 230 | - |
| CMYK | 0.03 | 0.17 | 0 | 0.10 |
| HSL | 287.37º | 0.43% | 0.83% | - |
| HSV(B) | 287.37º | 0.17% | 0.9% | - |
| XYZ | 63.26 | 58.94 | 82.91 | - |
| YUV | 205.3 | 141.94 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 230 | 0.03 | 0.17 | 0 | 0.10 | 287.37 | 0.43 | 0.83 |
| Hex | DE | C0 | E6 | 3 | 11 | 0 | A | 11F | 2B | 53 |
| Octal | 336 | 300 | 346 | 3 | 21 | 0 | 12 | 437 | 53 | 123 |
| Binary | 11011110 | 11000000 | 11100110 | 11 | 10001 | 0 | 1010 | 100011111 | 101011 | 1010011 |
Color Harmonies of #DEC0E6
Complementary color
Monochromatic Colors of #DEC0E6
Black with #DEC0E6
Text Example
Text Example
White with #DEC0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC0E6; }
p { color: rgb(222,192,230); }
H1.HeaderClassName
{
color: #DEC0E6;
}
.AnyTagClassName
{
color: #DEC0E6;
}
</style>
background-color css
<style>
a { background-color: #DEC0E6; }
a { background-color: rgb(222,192,230); }
div.DivClassName
{
background-color: #DEC0E6;
}
.BgClassName
{
background-color: #DEC0E6;
}
</style>
border-color css
<style>
span { border-color: #DEC0E6; }
span { border-color: rgb(222,192,230); }
td.TdClassName
{
border-color: #DEC0E6;
}
.TagClassName
{
border-color: #DEC0E6;
}
</style>