Shades of Selago #EAE7EA
Tints of Selago #EAE7EA
RGB
CMYK
RGB Variations
Color information
#EAE7EA (or 0xEAE7EA) is known color: Selago. HEX triplet: EA, E7 and EA. RGB value is (234,231,234). Sum of RGB (Red+Green+Blue) = 234+231+234=699 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.48% from 699); Green value is 231 (90.62% from 255 or 33.05% from 699); Blue value is 234 (91.80% from 255 or 33.48% from 699); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EAE7EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE7EA is #151815. Grayscale: #E8E8E8. Windows color (decimal): -1382422 or 15394794. OLE color: 15394794.
HSL color Cylindrical-coordinate representation of color #EAE7EA: hue angle of 300º degrees, saturation: 0.07, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EAE7EA is Cyan = 0, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 231 | 234 | - |
CMYK | 0 | 0.01 | 0 | 0.08 |
HSL | 300º | 0.07% | 0.91% | - |
HSV(B) | 300º | 0.01% | 0.92% | - |
XYZ | 77.36 | 80.58 | 89.32 | - |
YUV | 232.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 231 | 234 | 0 | 0.01 | 0 | 0.08 | 300 | 0.07 | 0.91 |
Hex | EA | E7 | EA | 0 | 1 | 0 | 8 | 12C | 7 | 5B |
Octal | 352 | 347 | 352 | 0 | 1 | 0 | 10 | 454 | 7 | 133 |
Binary | 11101010 | 11100111 | 11101010 | 0 | 1 | 0 | 1000 | 100101100 | 111 | 1011011 |
Color Harmonies of #EAE7EA
Complementary color
Monochromatic Colors of #EAE7EA
Black with #EAE7EA
Text Example
Text Example
White with #EAE7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE7EA; }
p { color: rgb(234,231,234); }
H1.HeaderClassName
{
color: #EAE7EA;
}
.AnyTagClassName
{
color: #EAE7EA;
}
</style>
background-color css
<style>
a { background-color: #EAE7EA; }
a { background-color: rgb(234,231,234); }
div.DivClassName
{
background-color: #EAE7EA;
}
.BgClassName
{
background-color: #EAE7EA;
}
</style>
border-color css
<style>
span { border-color: #EAE7EA; }
span { border-color: rgb(234,231,234); }
td.TdClassName
{
border-color: #EAE7EA;
}
.TagClassName
{
border-color: #EAE7EA;
}
</style>