Shades of Selago #EAE5EA
Tints of Selago #EAE5EA
RGB
CMYK
RGB Variations
Color information
#EAE5EA (or 0xEAE5EA) is known color: Selago. HEX triplet: EA, E5 and EA. RGB value is (234,229,234). Sum of RGB (Red+Green+Blue) = 234+229+234=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAE5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE5EA is #151A15. Grayscale: #E7E7E7. Windows color (decimal): -1382934 or 15394282. OLE color: 15394282.
HSL color Cylindrical-coordinate representation of color #EAE5EA: hue angle of 300º degrees, saturation: 0.11, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EAE5EA is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 229 | 234 | - |
| CMYK | 0 | 0.02 | 0 | 0.08 |
| HSL | 300º | 0.11% | 0.91% | - |
| HSV(B) | 300º | 0.02% | 0.92% | - |
| XYZ | 76.8 | 79.47 | 89.13 | - |
| YUV | 231.07 | 129.66 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 229 | 234 | 0 | 0.02 | 0 | 0.08 | 300 | 0.11 | 0.91 |
| Hex | EA | E5 | EA | 0 | 2 | 0 | 8 | 12C | B | 5B |
| Octal | 352 | 345 | 352 | 0 | 2 | 0 | 10 | 454 | 13 | 133 |
| Binary | 11101010 | 11100101 | 11101010 | 0 | 10 | 0 | 1000 | 100101100 | 1011 | 1011011 |
Color Harmonies of #EAE5EA
Complementary color
Monochromatic Colors of #EAE5EA
Black with #EAE5EA
Text Example
Text Example
White with #EAE5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE5EA; }
p { color: rgb(234,229,234); }
H1.HeaderClassName
{
color: #EAE5EA;
}
.AnyTagClassName
{
color: #EAE5EA;
}
</style>
background-color css
<style>
a { background-color: #EAE5EA; }
a { background-color: rgb(234,229,234); }
div.DivClassName
{
background-color: #EAE5EA;
}
.BgClassName
{
background-color: #EAE5EA;
}
</style>
border-color css
<style>
span { border-color: #EAE5EA; }
span { border-color: rgb(234,229,234); }
td.TdClassName
{
border-color: #EAE5EA;
}
.TagClassName
{
border-color: #EAE5EA;
}
</style>