Shades of Selago #E9E3EA
Tints of Selago #E9E3EA
RGB
CMYK
RGB Variations
Color information
#E9E3EA (or 0xE9E3EA) is known color: Selago. HEX triplet: E9, E3 and EA. RGB value is (233,227,234). Sum of RGB (Red+Green+Blue) = 233+227+234=694 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.57% from 694); Green value is 227 (89.06% from 255 or 32.71% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9E3EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9E3EA is #161C15. Grayscale: #E5E5E5. Windows color (decimal): -1448982 or 15393769. OLE color: 15393769.
HSL color Cylindrical-coordinate representation of color #E9E3EA: hue angle of 291.43º degrees, saturation: 0.14, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E9E3EA is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 233 | 227 | 234 | - |
| CMYK | 0.00 | 0.03 | 0 | 0.08 |
| HSL | 291.43º | 0.14% | 0.9% | - |
| HSV(B) | 291.43º | 0.03% | 0.92% | - |
| XYZ | 75.92 | 78.2 | 88.93 | - |
| YUV | 229.59 | 130.49 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 227 | 234 | 0.00 | 0.03 | 0 | 0.08 | 291.43 | 0.14 | 0.9 |
| Hex | E9 | E3 | EA | 0 | 3 | 0 | 8 | 123 | E | 5A |
| Octal | 351 | 343 | 352 | 0 | 3 | 0 | 10 | 443 | 16 | 132 |
| Binary | 11101001 | 11100011 | 11101010 | 0 | 11 | 0 | 1000 | 100100011 | 1110 | 1011010 |
Color Harmonies of #E9E3EA
Complementary color
Monochromatic Colors of #E9E3EA
Black with #E9E3EA
Text Example
Text Example
White with #E9E3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9E3EA; }
p { color: rgb(233,227,234); }
H1.HeaderClassName
{
color: #E9E3EA;
}
.AnyTagClassName
{
color: #E9E3EA;
}
</style>
background-color css
<style>
a { background-color: #E9E3EA; }
a { background-color: rgb(233,227,234); }
div.DivClassName
{
background-color: #E9E3EA;
}
.BgClassName
{
background-color: #E9E3EA;
}
</style>
border-color css
<style>
span { border-color: #E9E3EA; }
span { border-color: rgb(233,227,234); }
td.TdClassName
{
border-color: #E9E3EA;
}
.TagClassName
{
border-color: #E9E3EA;
}
</style>