Shades of Selago #EADAEC
Tints of Selago #EADAEC
RGB
CMYK
RGB Variations
Color information
#EADAEC (or 0xEADAEC) is known color: Selago. HEX triplet: EA, DA and EC. RGB value is (234,218,236). Sum of RGB (Red+Green+Blue) = 234+218+236=688 (91% of max value = 765). Red value is 234 (91.80% from 255 or 34.01% from 688); Green value is 218 (85.55% from 255 or 31.69% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 236 - color contains mainly: blue. Hex color #EADAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADAEC is #152513. Grayscale: #E0E0E0. Windows color (decimal): -1385748 or 15522538. OLE color: 15522538.
HSL color Cylindrical-coordinate representation of color #EADAEC: hue angle of 293.33º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EADAEC is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 234 | 218 | 236 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.07 |
| HSL | 293.33º | 0.32% | 0.89% | - |
| HSV(B) | 293.33º | 0.08% | 0.93% | - |
| XYZ | 74.14 | 73.69 | 89.67 | - |
| YUV | 224.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 218 | 236 | 0.01 | 0.08 | 0 | 0.07 | 293.33 | 0.32 | 0.89 |
| Hex | EA | DA | EC | 1 | 8 | 0 | 7 | 125 | 20 | 59 |
| Octal | 352 | 332 | 354 | 1 | 10 | 0 | 7 | 445 | 40 | 131 |
| Binary | 11101010 | 11011010 | 11101100 | 1 | 1000 | 0 | 111 | 100100101 | 100000 | 1011001 |
Color Harmonies of #EADAEC
Complementary color
Monochromatic Colors of #EADAEC
Black with #EADAEC
Text Example
Text Example
White with #EADAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADAEC; }
p { color: rgb(234,218,236); }
H1.HeaderClassName
{
color: #EADAEC;
}
.AnyTagClassName
{
color: #EADAEC;
}
</style>
background-color css
<style>
a { background-color: #EADAEC; }
a { background-color: rgb(234,218,236); }
div.DivClassName
{
background-color: #EADAEC;
}
.BgClassName
{
background-color: #EADAEC;
}
</style>
border-color css
<style>
span { border-color: #EADAEC; }
span { border-color: rgb(234,218,236); }
td.TdClassName
{
border-color: #EADAEC;
}
.TagClassName
{
border-color: #EADAEC;
}
</style>