Shades of Selago #EEE4F0
Tints of Selago #EEE4F0
RGB
CMYK
RGB Variations
Color information
#EEE4F0 (or 0xEEE4F0) is known color: Selago. HEX triplet: EE, E4 and F0. RGB value is (238,228,240). Sum of RGB (Red+Green+Blue) = 238+228+240=706 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.71% from 706); Green value is 228 (89.45% from 255 or 32.29% from 706); Blue value is 240 (94.14% from 255 or 33.99% from 706); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEE4F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE4F0 is #111B0F. Grayscale: #E8E8E8. Windows color (decimal): -1121040 or 15787246. OLE color: 15787246.
HSL color Cylindrical-coordinate representation of color #EEE4F0: hue angle of 290º degrees, saturation: 0.29, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EEE4F0 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 228 | 240 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.06 |
| HSL | 290º | 0.29% | 0.92% | - |
| HSV(B) | 290º | 0.05% | 0.94% | - |
| XYZ | 78.73 | 79.96 | 93.72 | - |
| YUV | 232.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 240 | 0.01 | 0.05 | 0 | 0.06 | 290 | 0.29 | 0.92 |
| Hex | EE | E4 | F0 | 1 | 5 | 0 | 6 | 122 | 1D | 5C |
| Octal | 356 | 344 | 360 | 1 | 5 | 0 | 6 | 442 | 35 | 134 |
| Binary | 11101110 | 11100100 | 11110000 | 1 | 101 | 0 | 110 | 100100010 | 11101 | 1011100 |
Color Harmonies of #EEE4F0
Complementary color
Monochromatic Colors of #EEE4F0
Black with #EEE4F0
Text Example
Text Example
White with #EEE4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE4F0; }
p { color: rgb(238,228,240); }
H1.HeaderClassName
{
color: #EEE4F0;
}
.AnyTagClassName
{
color: #EEE4F0;
}
</style>
background-color css
<style>
a { background-color: #EEE4F0; }
a { background-color: rgb(238,228,240); }
div.DivClassName
{
background-color: #EEE4F0;
}
.BgClassName
{
background-color: #EEE4F0;
}
</style>
border-color css
<style>
span { border-color: #EEE4F0; }
span { border-color: rgb(238,228,240); }
td.TdClassName
{
border-color: #EEE4F0;
}
.TagClassName
{
border-color: #EEE4F0;
}
</style>