Shades of Selago #EEE2F1
Tints of Selago #EEE2F1
RGB
CMYK
RGB Variations
Color information
#EEE2F1 (or 0xEEE2F1) is known color: Selago. HEX triplet: EE, E2 and F1. RGB value is (238,226,241). Sum of RGB (Red+Green+Blue) = 238+226+241=705 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.76% from 705); Green value is 226 (88.67% from 255 or 32.06% from 705); Blue value is 241 (94.53% from 255 or 34.18% from 705); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEE2F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE2F1 is #111D0E. Grayscale: #E7E7E7. Windows color (decimal): -1121551 or 15852270. OLE color: 15852270.
HSL color Cylindrical-coordinate representation of color #EEE2F1: hue angle of 288º degrees, saturation: 0.35, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEE2F1 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 226 | 241 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.05 |
| HSL | 288º | 0.35% | 0.92% | - |
| HSV(B) | 288º | 0.06% | 0.95% | - |
| XYZ | 78.33 | 78.92 | 94.32 | - |
| YUV | 231.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 241 | 0.01 | 0.06 | 0 | 0.05 | 288 | 0.35 | 0.92 |
| Hex | EE | E2 | F1 | 1 | 6 | 0 | 5 | 120 | 23 | 5C |
| Octal | 356 | 342 | 361 | 1 | 6 | 0 | 5 | 440 | 43 | 134 |
| Binary | 11101110 | 11100010 | 11110001 | 1 | 110 | 0 | 101 | 100100000 | 100011 | 1011100 |
Color Harmonies of #EEE2F1
Complementary color
Monochromatic Colors of #EEE2F1
Black with #EEE2F1
Text Example
Text Example
White with #EEE2F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2F1; }
p { color: rgb(238,226,241); }
H1.HeaderClassName
{
color: #EEE2F1;
}
.AnyTagClassName
{
color: #EEE2F1;
}
</style>
background-color css
<style>
a { background-color: #EEE2F1; }
a { background-color: rgb(238,226,241); }
div.DivClassName
{
background-color: #EEE2F1;
}
.BgClassName
{
background-color: #EEE2F1;
}
</style>
border-color css
<style>
span { border-color: #EEE2F1; }
span { border-color: rgb(238,226,241); }
td.TdClassName
{
border-color: #EEE2F1;
}
.TagClassName
{
border-color: #EEE2F1;
}
</style>