Shades of Selago #EEE6F0
Tints of Selago #EEE6F0
RGB
CMYK
RGB Variations
Color information
#EEE6F0 (or 0xEEE6F0) is known color: Selago. HEX triplet: EE, E6 and F0. RGB value is (238,230,240). Sum of RGB (Red+Green+Blue) = 238+230+240=708 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.62% from 708); Green value is 230 (90.23% from 255 or 32.49% from 708); Blue value is 240 (94.14% from 255 or 33.90% from 708); Max value from RGB is 240 - color contains mainly: blue. Hex color #EEE6F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEE6F0 is #11190F. Grayscale: #E9E9E9. Windows color (decimal): -1120528 or 15787758. OLE color: 15787758.
HSL color Cylindrical-coordinate representation of color #EEE6F0: hue angle of 288º degrees, saturation: 0.25, 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 #EEE6F0 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 230 | 240 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.06 |
| HSL | 288º | 0.25% | 0.92% | - |
| HSV(B) | 288º | 0.04% | 0.94% | - |
| XYZ | 79.28 | 81.06 | 93.91 | - |
| YUV | 233.53 | 131.65 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 240 | 0.01 | 0.04 | 0 | 0.06 | 288 | 0.25 | 0.92 |
| Hex | EE | E6 | F0 | 1 | 4 | 0 | 6 | 120 | 19 | 5C |
| Octal | 356 | 346 | 360 | 1 | 4 | 0 | 6 | 440 | 31 | 134 |
| Binary | 11101110 | 11100110 | 11110000 | 1 | 100 | 0 | 110 | 100100000 | 11001 | 1011100 |
Color Harmonies of #EEE6F0
Complementary color
Monochromatic Colors of #EEE6F0
Black with #EEE6F0
Text Example
Text Example
White with #EEE6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE6F0; }
p { color: rgb(238,230,240); }
H1.HeaderClassName
{
color: #EEE6F0;
}
.AnyTagClassName
{
color: #EEE6F0;
}
</style>
background-color css
<style>
a { background-color: #EEE6F0; }
a { background-color: rgb(238,230,240); }
div.DivClassName
{
background-color: #EEE6F0;
}
.BgClassName
{
background-color: #EEE6F0;
}
</style>
border-color css
<style>
span { border-color: #EEE6F0; }
span { border-color: rgb(238,230,240); }
td.TdClassName
{
border-color: #EEE6F0;
}
.TagClassName
{
border-color: #EEE6F0;
}
</style>