Shades of Selago #E9E2EB
Tints of Selago #E9E2EB
RGB
CMYK
RGB Variations
Color information
#E9E2EB (or 0xE9E2EB) is known color: Selago. HEX triplet: E9, E2 and EB. RGB value is (233,226,235). Sum of RGB (Red+Green+Blue) = 233+226+235=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 226 (88.67% from 255 or 32.56% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 235 - color contains mainly: blue. Hex color #E9E2EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E2EB is #161D14. Grayscale: #E5E5E5. Windows color (decimal): -1449237 or 15459049. OLE color: 15459049.
HSL color Cylindrical-coordinate representation of color #E9E2EB: hue angle of 286.67º degrees, saturation: 0.18, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E9E2EB is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 233 | 226 | 235 | - |
CMYK | 0.01 | 0.04 | 0 | 0.08 |
HSL | 286.67º | 0.18% | 0.9% | - |
HSV(B) | 286.67º | 0.04% | 0.92% | - |
XYZ | 75.8 | 77.71 | 89.6 | - |
YUV | 229.12 | 131.32 | 130.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 226 | 235 | 0.01 | 0.04 | 0 | 0.08 | 286.67 | 0.18 | 0.9 |
Hex | E9 | E2 | EB | 1 | 4 | 0 | 8 | 11F | 12 | 5A |
Octal | 351 | 342 | 353 | 1 | 4 | 0 | 10 | 437 | 22 | 132 |
Binary | 11101001 | 11100010 | 11101011 | 1 | 100 | 0 | 1000 | 100011111 | 10010 | 1011010 |
Color Harmonies of #E9E2EB
Complementary color
Monochromatic Colors of #E9E2EB
Black with #E9E2EB
Text Example
Text Example
White with #E9E2EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E2EB; }
p { color: rgb(233,226,235); }
H1.HeaderClassName
{
color: #E9E2EB;
}
.AnyTagClassName
{
color: #E9E2EB;
}
</style>
background-color css
<style>
a { background-color: #E9E2EB; }
a { background-color: rgb(233,226,235); }
div.DivClassName
{
background-color: #E9E2EB;
}
.BgClassName
{
background-color: #E9E2EB;
}
</style>
border-color css
<style>
span { border-color: #E9E2EB; }
span { border-color: rgb(233,226,235); }
td.TdClassName
{
border-color: #E9E2EB;
}
.TagClassName
{
border-color: #E9E2EB;
}
</style>