Shades of Selago #E4DEE5
Tints of Selago #E4DEE5
RGB
CMYK
RGB Variations
Color information
#E4DEE5 (or 0xE4DEE5) is known color: Selago. HEX triplet: E4, DE and E5. RGB value is (228,222,229). Sum of RGB (Red+Green+Blue) = 228+222+229=679 (89% of max value = 765). Red value is 228 (89.45% from 255 or 33.58% from 679); Green value is 222 (87.11% from 255 or 32.70% from 679); Blue value is 229 (89.84% from 255 or 33.73% from 679); Max value from RGB is 229 - color contains mainly: blue. Hex color #E4DEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4DEE5 is #1B211A. Grayscale: #E0E0E0. Windows color (decimal): -1777947 or 15064804. OLE color: 15064804.
HSL color Cylindrical-coordinate representation of color #E4DEE5: hue angle of 291.43º 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 #E4DEE5 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 228 | 222 | 229 | - |
CMYK | 0.00 | 0.03 | 0 | 0.10 |
HSL | 291.43º | 0.12% | 0.88% | - |
HSV(B) | 291.43º | 0.03% | 0.9% | - |
XYZ | 72.26 | 74.39 | 84.68 | - |
YUV | 224.59 | 130.49 | 130.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 222 | 229 | 0.00 | 0.03 | 0 | 0.10 | 291.43 | 0.12 | 0.88 |
Hex | E4 | DE | E5 | 0 | 3 | 0 | A | 123 | C | 58 |
Octal | 344 | 336 | 345 | 0 | 3 | 0 | 12 | 443 | 14 | 130 |
Binary | 11100100 | 11011110 | 11100101 | 0 | 11 | 0 | 1010 | 100100011 | 1100 | 1011000 |
Color Harmonies of #E4DEE5
Complementary color
Monochromatic Colors of #E4DEE5
Black with #E4DEE5
Text Example
Text Example
White with #E4DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4DEE5; }
p { color: rgb(228,222,229); }
H1.HeaderClassName
{
color: #E4DEE5;
}
.AnyTagClassName
{
color: #E4DEE5;
}
</style>
background-color css
<style>
a { background-color: #E4DEE5; }
a { background-color: rgb(228,222,229); }
div.DivClassName
{
background-color: #E4DEE5;
}
.BgClassName
{
background-color: #E4DEE5;
}
</style>
border-color css
<style>
span { border-color: #E4DEE5; }
span { border-color: rgb(228,222,229); }
td.TdClassName
{
border-color: #E4DEE5;
}
.TagClassName
{
border-color: #E4DEE5;
}
</style>