Shades of Mystic #DEE5E1
Tints of Mystic #DEE5E1
RGB
CMYK
RGB Variations
Color information
#DEE5E1 (or 0xDEE5E1) is known color: Mystic. HEX triplet: DE, E5 and E1. RGB value is (222,229,225). Sum of RGB (Red+Green+Blue) = 222+229+225=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 229 (89.84% from 255 or 33.88% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE5E1 is #211A1E. Grayscale: #E2E2E2. Windows color (decimal): -2169375 or 14804446. OLE color: 14804446.
HSL color Cylindrical-coordinate representation of color #DEE5E1: hue angle of 145.71º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE5E1 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 229 | 225 | - |
CMYK | 0.03 | 0 | 0.02 | 0.10 |
HSL | 145.71º | 0.12% | 0.88% | - |
HSV(B) | 145.71º | 0.03% | 0.9% | - |
XYZ | 71.73 | 77 | 82.32 | - |
YUV | 226.45 | 127.18 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 229 | 225 | 0.03 | 0 | 0.02 | 0.10 | 145.71 | 0.12 | 0.88 |
Hex | DE | E5 | E1 | 3 | 0 | 2 | A | 92 | C | 58 |
Octal | 336 | 345 | 341 | 3 | 0 | 2 | 12 | 222 | 14 | 130 |
Binary | 11011110 | 11100101 | 11100001 | 11 | 0 | 10 | 1010 | 10010010 | 1100 | 1011000 |
Color Harmonies of #DEE5E1
Complementary color
Monochromatic Colors of #DEE5E1
Black with #DEE5E1
Text Example
Text Example
White with #DEE5E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE5E1; }
p { color: rgb(222,229,225); }
H1.HeaderClassName
{
color: #DEE5E1;
}
.AnyTagClassName
{
color: #DEE5E1;
}
</style>
background-color css
<style>
a { background-color: #DEE5E1; }
a { background-color: rgb(222,229,225); }
div.DivClassName
{
background-color: #DEE5E1;
}
.BgClassName
{
background-color: #DEE5E1;
}
</style>
border-color css
<style>
span { border-color: #DEE5E1; }
span { border-color: rgb(222,229,225); }
td.TdClassName
{
border-color: #DEE5E1;
}
.TagClassName
{
border-color: #DEE5E1;
}
</style>