Shades of Selago #EEE5EF
Tints of Selago #EEE5EF
RGB
CMYK
RGB Variations
Color information
#EEE5EF (or 0xEEE5EF) is known color: Selago. HEX triplet: EE, E5 and EF. RGB value is (238,229,239). Sum of RGB (Red+Green+Blue) = 238+229+239=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 229 (89.84% from 255 or 32.44% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEE5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE5EF is #111A10. Grayscale: #E8E8E8. Windows color (decimal): -1120785 or 15721966. OLE color: 15721966.
HSL color Cylindrical-coordinate representation of color #EEE5EF: hue angle of 294º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EEE5EF is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 229 | 239 | - |
| CMYK | 0.00 | 0.04 | 0 | 0.06 |
| HSL | 294º | 0.24% | 0.92% | - |
| HSV(B) | 294º | 0.04% | 0.94% | - |
| XYZ | 78.86 | 80.45 | 93.03 | - |
| YUV | 232.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 239 | 0.00 | 0.04 | 0 | 0.06 | 294 | 0.24 | 0.92 |
| Hex | EE | E5 | EF | 0 | 4 | 0 | 6 | 126 | 18 | 5C |
| Octal | 356 | 345 | 357 | 0 | 4 | 0 | 6 | 446 | 30 | 134 |
| Binary | 11101110 | 11100101 | 11101111 | 0 | 100 | 0 | 110 | 100100110 | 11000 | 1011100 |
Color Harmonies of #EEE5EF
Complementary color
Monochromatic Colors of #EEE5EF
Black with #EEE5EF
Text Example
Text Example
White with #EEE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE5EF; }
p { color: rgb(238,229,239); }
H1.HeaderClassName
{
color: #EEE5EF;
}
.AnyTagClassName
{
color: #EEE5EF;
}
</style>
background-color css
<style>
a { background-color: #EEE5EF; }
a { background-color: rgb(238,229,239); }
div.DivClassName
{
background-color: #EEE5EF;
}
.BgClassName
{
background-color: #EEE5EF;
}
</style>
border-color css
<style>
span { border-color: #EEE5EF; }
span { border-color: rgb(238,229,239); }
td.TdClassName
{
border-color: #EEE5EF;
}
.TagClassName
{
border-color: #EEE5EF;
}
</style>