Shades of Selago #EEE0F1
Tints of Selago #EEE0F1
RGB
CMYK
RGB Variations
Color information
#EEE0F1 (or 0xEEE0F1) is known color: Selago. HEX triplet: EE, E0 and F1. RGB value is (238,224,241). Sum of RGB (Red+Green+Blue) = 238+224+241=703 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.85% from 703); Green value is 224 (87.89% from 255 or 31.86% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEE0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0F1 is #111F0E. Grayscale: #E6E6E6. Windows color (decimal): -1122063 or 15851758. OLE color: 15851758.
HSL color Cylindrical-coordinate representation of color #EEE0F1: hue angle of 289.41º degrees, saturation: 0.38, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEE0F1 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 224 | 241 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.05 |
| HSL | 289.41º | 0.38% | 0.91% | - |
| HSV(B) | 289.41º | 0.07% | 0.95% | - |
| XYZ | 77.79 | 77.84 | 94.14 | - |
| YUV | 230.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 241 | 0.01 | 0.07 | 0 | 0.05 | 289.41 | 0.38 | 0.91 |
| Hex | EE | E0 | F1 | 1 | 7 | 0 | 5 | 121 | 26 | 5B |
| Octal | 356 | 340 | 361 | 1 | 7 | 0 | 5 | 441 | 46 | 133 |
| Binary | 11101110 | 11100000 | 11110001 | 1 | 111 | 0 | 101 | 100100001 | 100110 | 1011011 |
Color Harmonies of #EEE0F1
Complementary color
Monochromatic Colors of #EEE0F1
Black with #EEE0F1
Text Example
Text Example
White with #EEE0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0F1; }
p { color: rgb(238,224,241); }
H1.HeaderClassName
{
color: #EEE0F1;
}
.AnyTagClassName
{
color: #EEE0F1;
}
</style>
background-color css
<style>
a { background-color: #EEE0F1; }
a { background-color: rgb(238,224,241); }
div.DivClassName
{
background-color: #EEE0F1;
}
.BgClassName
{
background-color: #EEE0F1;
}
</style>
border-color css
<style>
span { border-color: #EEE0F1; }
span { border-color: rgb(238,224,241); }
td.TdClassName
{
border-color: #EEE0F1;
}
.TagClassName
{
border-color: #EEE0F1;
}
</style>