Shades of Selago #EAE0ED
Tints of Selago #EAE0ED
RGB
CMYK
RGB Variations
Color information
#EAE0ED (or 0xEAE0ED) is known color: Selago. HEX triplet: EA, E0 and ED. RGB value is (234,224,237). Sum of RGB (Red+Green+Blue) = 234+224+237=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 224 (87.89% from 255 or 32.23% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAE0ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAE0ED is #151F12. Grayscale: #E4E4E4. Windows color (decimal): -1384211 or 15589610. OLE color: 15589610.
HSL color Cylindrical-coordinate representation of color #EAE0ED: hue angle of 286.15º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAE0ED is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 224 | 237 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.07 |
| HSL | 286.15º | 0.27% | 0.9% | - |
| HSV(B) | 286.15º | 0.05% | 0.93% | - |
| XYZ | 75.87 | 76.92 | 90.97 | - |
| YUV | 228.47 | 132.81 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 224 | 237 | 0.01 | 0.05 | 0 | 0.07 | 286.15 | 0.27 | 0.9 |
| Hex | EA | E0 | ED | 1 | 5 | 0 | 7 | 11E | 1B | 5A |
| Octal | 352 | 340 | 355 | 1 | 5 | 0 | 7 | 436 | 33 | 132 |
| Binary | 11101010 | 11100000 | 11101101 | 1 | 101 | 0 | 111 | 100011110 | 11011 | 1011010 |
Color Harmonies of #EAE0ED
Complementary color
Monochromatic Colors of #EAE0ED
Black with #EAE0ED
Text Example
Text Example
White with #EAE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAE0ED; }
p { color: rgb(234,224,237); }
H1.HeaderClassName
{
color: #EAE0ED;
}
.AnyTagClassName
{
color: #EAE0ED;
}
</style>
background-color css
<style>
a { background-color: #EAE0ED; }
a { background-color: rgb(234,224,237); }
div.DivClassName
{
background-color: #EAE0ED;
}
.BgClassName
{
background-color: #EAE0ED;
}
</style>
border-color css
<style>
span { border-color: #EAE0ED; }
span { border-color: rgb(234,224,237); }
td.TdClassName
{
border-color: #EAE0ED;
}
.TagClassName
{
border-color: #EAE0ED;
}
</style>