Shades of Selago #EEE9ED
Tints of Selago #EEE9ED
RGB
CMYK
RGB Variations
Color information
#EEE9ED (or 0xEEE9ED) is known color: Selago. HEX triplet: EE, E9 and ED. RGB value is (238,233,237). Sum of RGB (Red+Green+Blue) = 238+233+237=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 233 (91.41% from 255 or 32.91% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE9ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE9ED is #111612. Grayscale: #EAEAEA. Windows color (decimal): -1119763 or 15591918. OLE color: 15591918.
HSL color Cylindrical-coordinate representation of color #EEE9ED: hue angle of 312º degrees, saturation: 0.13, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEE9ED is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 233 | 237 | - |
CMYK | 0 | 0.02 | 0.00 | 0.07 |
HSL | 312º | 0.13% | 0.92% | - |
HSV(B) | 312º | 0.02% | 0.93% | - |
XYZ | 79.68 | 82.57 | 91.86 | - |
YUV | 234.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 233 | 237 | 0 | 0.02 | 0.00 | 0.07 | 312 | 0.13 | 0.92 |
Hex | EE | E9 | ED | 0 | 2 | 0 | 7 | 138 | D | 5C |
Octal | 356 | 351 | 355 | 0 | 2 | 0 | 7 | 470 | 15 | 134 |
Binary | 11101110 | 11101001 | 11101101 | 0 | 10 | 0 | 111 | 100111000 | 1101 | 1011100 |
Color Harmonies of #EEE9ED
Complementary color
Monochromatic Colors of #EEE9ED
Black with #EEE9ED
Text Example
Text Example
White with #EEE9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE9ED; }
p { color: rgb(238,233,237); }
H1.HeaderClassName
{
color: #EEE9ED;
}
.AnyTagClassName
{
color: #EEE9ED;
}
</style>
background-color css
<style>
a { background-color: #EEE9ED; }
a { background-color: rgb(238,233,237); }
div.DivClassName
{
background-color: #EEE9ED;
}
.BgClassName
{
background-color: #EEE9ED;
}
</style>
border-color css
<style>
span { border-color: #EEE9ED; }
span { border-color: rgb(238,233,237); }
td.TdClassName
{
border-color: #EEE9ED;
}
.TagClassName
{
border-color: #EEE9ED;
}
</style>