Shades of Thistle #DEC3E4
Tints of Thistle #DEC3E4
RGB
CMYK
RGB Variations
Color information
#DEC3E4 (or 0xDEC3E4) is known color: Thistle. HEX triplet: DE, C3 and E4. RGB value is (222,195,228). Sum of RGB (Red+Green+Blue) = 222+195+228=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 195 (76.56% from 255 or 30.23% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEC3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3E4 is #213C1B. Grayscale: #CECECE. Windows color (decimal): -2178076 or 14992350. OLE color: 14992350.
HSL color Cylindrical-coordinate representation of color #DEC3E4: hue angle of 289.09º degrees, saturation: 0.38, 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 #DEC3E4 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 195 | 228 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.11 |
| HSL | 289.09º | 0.38% | 0.83% | - |
| HSV(B) | 289.09º | 0.14% | 0.89% | - |
| XYZ | 63.64 | 60.16 | 81.66 | - |
| YUV | 206.84 | 139.95 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 195 | 228 | 0.03 | 0.14 | 0 | 0.11 | 289.09 | 0.38 | 0.83 |
| Hex | DE | C3 | E4 | 3 | E | 0 | B | 121 | 26 | 53 |
| Octal | 336 | 303 | 344 | 3 | 16 | 0 | 13 | 441 | 46 | 123 |
| Binary | 11011110 | 11000011 | 11100100 | 11 | 1110 | 0 | 1011 | 100100001 | 100110 | 1010011 |
Color Harmonies of #DEC3E4
Complementary color
Monochromatic Colors of #DEC3E4
Black with #DEC3E4
Text Example
Text Example
White with #DEC3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3E4; }
p { color: rgb(222,195,228); }
H1.HeaderClassName
{
color: #DEC3E4;
}
.AnyTagClassName
{
color: #DEC3E4;
}
</style>
background-color css
<style>
a { background-color: #DEC3E4; }
a { background-color: rgb(222,195,228); }
div.DivClassName
{
background-color: #DEC3E4;
}
.BgClassName
{
background-color: #DEC3E4;
}
</style>
border-color css
<style>
span { border-color: #DEC3E4; }
span { border-color: rgb(222,195,228); }
td.TdClassName
{
border-color: #DEC3E4;
}
.TagClassName
{
border-color: #DEC3E4;
}
</style>