Shades of Thistle #DEC4E4
Tints of Thistle #DEC4E4
RGB
CMYK
RGB Variations
Color information
#DEC4E4 (or 0xDEC4E4) is known color: Thistle. HEX triplet: DE, C4 and E4. RGB value is (222,196,228). Sum of RGB (Red+Green+Blue) = 222+196+228=646 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.37% from 646); Green value is 196 (76.95% from 255 or 30.34% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEC4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC4E4 is #213B1B. Grayscale: #CFCFCF. Windows color (decimal): -2177820 or 14992606. OLE color: 14992606.
HSL color Cylindrical-coordinate representation of color #DEC4E4: hue angle of 288.75º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEC4E4 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 196 | 228 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.11 |
| HSL | 288.75º | 0.37% | 0.83% | - |
| HSV(B) | 288.75º | 0.14% | 0.89% | - |
| XYZ | 63.87 | 60.61 | 81.73 | - |
| YUV | 207.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 196 | 228 | 0.03 | 0.14 | 0 | 0.11 | 288.75 | 0.37 | 0.83 |
| Hex | DE | C4 | E4 | 3 | E | 0 | B | 121 | 25 | 53 |
| Octal | 336 | 304 | 344 | 3 | 16 | 0 | 13 | 441 | 45 | 123 |
| Binary | 11011110 | 11000100 | 11100100 | 11 | 1110 | 0 | 1011 | 100100001 | 100101 | 1010011 |
Color Harmonies of #DEC4E4
Complementary color
Monochromatic Colors of #DEC4E4
Black with #DEC4E4
Text Example
Text Example
White with #DEC4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC4E4; }
p { color: rgb(222,196,228); }
H1.HeaderClassName
{
color: #DEC4E4;
}
.AnyTagClassName
{
color: #DEC4E4;
}
</style>
background-color css
<style>
a { background-color: #DEC4E4; }
a { background-color: rgb(222,196,228); }
div.DivClassName
{
background-color: #DEC4E4;
}
.BgClassName
{
background-color: #DEC4E4;
}
</style>
border-color css
<style>
span { border-color: #DEC4E4; }
span { border-color: rgb(222,196,228); }
td.TdClassName
{
border-color: #DEC4E4;
}
.TagClassName
{
border-color: #DEC4E4;
}
</style>