Shades of Selago #E5DEE7
Tints of Selago #E5DEE7
RGB
CMYK
RGB Variations
Color information
#E5DEE7 (or 0xE5DEE7) is known color: Selago. HEX triplet: E5, DE and E7. RGB value is (229,222,231). Sum of RGB (Red+Green+Blue) = 229+222+231=682 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.58% from 682); Green value is 222 (87.11% from 255 or 32.55% from 682); Blue value is 231 (90.62% from 255 or 33.87% from 682); Max value from RGB is 231 - color contains mainly: blue. Hex color #E5DEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEE7 is #1A2118. Grayscale: #E1E1E1. Windows color (decimal): -1712409 or 15195877. OLE color: 15195877.
HSL color Cylindrical-coordinate representation of color #E5DEE7: hue angle of 286.67º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E5DEE7 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 229 | 222 | 231 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.09 |
| HSL | 286.67º | 0.16% | 0.89% | - |
| HSV(B) | 286.67º | 0.04% | 0.91% | - |
| XYZ | 72.86 | 74.67 | 86.17 | - |
| YUV | 225.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 222 | 231 | 0.01 | 0.04 | 0 | 0.09 | 286.67 | 0.16 | 0.89 |
| Hex | E5 | DE | E7 | 1 | 4 | 0 | 9 | 11F | 10 | 59 |
| Octal | 345 | 336 | 347 | 1 | 4 | 0 | 11 | 437 | 20 | 131 |
| Binary | 11100101 | 11011110 | 11100111 | 1 | 100 | 0 | 1001 | 100011111 | 10000 | 1011001 |
Color Harmonies of #E5DEE7
Complementary color
Monochromatic Colors of #E5DEE7
Black with #E5DEE7
Text Example
Text Example
White with #E5DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DEE7; }
p { color: rgb(229,222,231); }
H1.HeaderClassName
{
color: #E5DEE7;
}
.AnyTagClassName
{
color: #E5DEE7;
}
</style>
background-color css
<style>
a { background-color: #E5DEE7; }
a { background-color: rgb(229,222,231); }
div.DivClassName
{
background-color: #E5DEE7;
}
.BgClassName
{
background-color: #E5DEE7;
}
</style>
border-color css
<style>
span { border-color: #E5DEE7; }
span { border-color: rgb(229,222,231); }
td.TdClassName
{
border-color: #E5DEE7;
}
.TagClassName
{
border-color: #E5DEE7;
}
</style>