Shades of Selago #EEEAED
Tints of Selago #EEEAED
RGB
CMYK
RGB Variations
Color information
#EEEAED (or 0xEEEAED) is known color: Selago. HEX triplet: EE, EA and ED. RGB value is (238,234,237). Sum of RGB (Red+Green+Blue) = 238+234+237=709 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.57% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 237 (92.97% from 255 or 33.43% from 709); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAED is #111512. Grayscale: #EBEBEB. Windows color (decimal): -1119507 or 15592174. OLE color: 15592174.
HSL color Cylindrical-coordinate representation of color #EEEAED: hue angle of 315º degrees, saturation: 0.11, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEEAED is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 234 | 237 | - |
CMYK | 0 | 0.02 | 0.00 | 0.07 |
HSL | 315º | 0.11% | 0.93% | - |
HSV(B) | 315º | 0.02% | 0.93% | - |
XYZ | 79.97 | 83.14 | 91.95 | - |
YUV | 235.54 | 128.83 | 129.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 234 | 237 | 0 | 0.02 | 0.00 | 0.07 | 315 | 0.11 | 0.93 |
Hex | EE | EA | ED | 0 | 2 | 0 | 7 | 13B | B | 5D |
Octal | 356 | 352 | 355 | 0 | 2 | 0 | 7 | 473 | 13 | 135 |
Binary | 11101110 | 11101010 | 11101101 | 0 | 10 | 0 | 111 | 100111011 | 1011 | 1011101 |
Color Harmonies of #EEEAED
Complementary color
Monochromatic Colors of #EEEAED
Black with #EEEAED
Text Example
Text Example
White with #EEEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEAED; }
p { color: rgb(238,234,237); }
H1.HeaderClassName
{
color: #EEEAED;
}
.AnyTagClassName
{
color: #EEEAED;
}
</style>
background-color css
<style>
a { background-color: #EEEAED; }
a { background-color: rgb(238,234,237); }
div.DivClassName
{
background-color: #EEEAED;
}
.BgClassName
{
background-color: #EEEAED;
}
</style>
border-color css
<style>
span { border-color: #EEEAED; }
span { border-color: rgb(238,234,237); }
td.TdClassName
{
border-color: #EEEAED;
}
.TagClassName
{
border-color: #EEEAED;
}
</style>