Shades of Selago #E5DEE6
Tints of Selago #E5DEE6
RGB
CMYK
RGB Variations
Color information
#E5DEE6 (or 0xE5DEE6) is known color: Selago. HEX triplet: E5, DE and E6. RGB value is (229,222,230). Sum of RGB (Red+Green+Blue) = 229+222+230=681 (90% of max value = 765). Red value is 229 (89.84% from 255 or 33.63% from 681); Green value is 222 (87.11% from 255 or 32.60% from 681); Blue value is 230 (90.23% from 255 or 33.77% from 681); Max value from RGB is 230 - color contains mainly: blue. Hex color #E5DEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEE6 is #1A2119. Grayscale: #E0E0E0. Windows color (decimal): -1712410 or 15130341. OLE color: 15130341.
HSL color Cylindrical-coordinate representation of color #E5DEE6: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E5DEE6 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 222 | 230 | - |
CMYK | 0.00 | 0.03 | 0 | 0.10 |
HSL | 292.5º | 0.14% | 0.89% | - |
HSV(B) | 292.5º | 0.03% | 0.9% | - |
XYZ | 72.72 | 74.61 | 85.43 | - |
YUV | 225.01 | 130.82 | 130.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 222 | 230 | 0.00 | 0.03 | 0 | 0.10 | 292.5 | 0.14 | 0.89 |
Hex | E5 | DE | E6 | 0 | 3 | 0 | A | 124 | E | 59 |
Octal | 345 | 336 | 346 | 0 | 3 | 0 | 12 | 444 | 16 | 131 |
Binary | 11100101 | 11011110 | 11100110 | 0 | 11 | 0 | 1010 | 100100100 | 1110 | 1011001 |
Color Harmonies of #E5DEE6
Complementary color
Monochromatic Colors of #E5DEE6
Black with #E5DEE6
Text Example
Text Example
White with #E5DEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5DEE6; }
p { color: rgb(229,222,230); }
H1.HeaderClassName
{
color: #E5DEE6;
}
.AnyTagClassName
{
color: #E5DEE6;
}
</style>
background-color css
<style>
a { background-color: #E5DEE6; }
a { background-color: rgb(229,222,230); }
div.DivClassName
{
background-color: #E5DEE6;
}
.BgClassName
{
background-color: #E5DEE6;
}
</style>
border-color css
<style>
span { border-color: #E5DEE6; }
span { border-color: rgb(229,222,230); }
td.TdClassName
{
border-color: #E5DEE6;
}
.TagClassName
{
border-color: #E5DEE6;
}
</style>