Shades of Selago #EADEED
Tints of Selago #EADEED
RGB
CMYK
RGB Variations
Color information
#EADEED (or 0xEADEED) is known color: Selago. HEX triplet: EA, DE and ED. RGB value is (234,222,237). Sum of RGB (Red+Green+Blue) = 234+222+237=693 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.77% from 693); Green value is 222 (87.11% from 255 or 32.03% from 693); Blue value is 237 (92.97% from 255 or 34.20% from 693); Max value from RGB is 237 - color contains mainly: blue. Hex color #EADEED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADEED is #152112. Grayscale: #E3E3E3. Windows color (decimal): -1384723 or 15589098. OLE color: 15589098.
HSL color Cylindrical-coordinate representation of color #EADEED: hue angle of 288º degrees, saturation: 0.29, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EADEED is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 222 | 237 | - |
CMYK | 0.01 | 0.06 | 0 | 0.07 |
HSL | 288º | 0.29% | 0.9% | - |
HSV(B) | 288º | 0.06% | 0.93% | - |
XYZ | 75.34 | 75.85 | 90.79 | - |
YUV | 227.3 | 133.48 | 132.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 222 | 237 | 0.01 | 0.06 | 0 | 0.07 | 288 | 0.29 | 0.9 |
Hex | EA | DE | ED | 1 | 6 | 0 | 7 | 120 | 1D | 5A |
Octal | 352 | 336 | 355 | 1 | 6 | 0 | 7 | 440 | 35 | 132 |
Binary | 11101010 | 11011110 | 11101101 | 1 | 110 | 0 | 111 | 100100000 | 11101 | 1011010 |
Color Harmonies of #EADEED
Complementary color
Monochromatic Colors of #EADEED
Black with #EADEED
Text Example
Text Example
White with #EADEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EADEED; }
p { color: rgb(234,222,237); }
H1.HeaderClassName
{
color: #EADEED;
}
.AnyTagClassName
{
color: #EADEED;
}
</style>
background-color css
<style>
a { background-color: #EADEED; }
a { background-color: rgb(234,222,237); }
div.DivClassName
{
background-color: #EADEED;
}
.BgClassName
{
background-color: #EADEED;
}
</style>
border-color css
<style>
span { border-color: #EADEED; }
span { border-color: rgb(234,222,237); }
td.TdClassName
{
border-color: #EADEED;
}
.TagClassName
{
border-color: #EADEED;
}
</style>