Shades of Selago #EEE0F2
Tints of Selago #EEE0F2
RGB
CMYK
RGB Variations
Color information
#EEE0F2 (or 0xEEE0F2) is known color: Selago. HEX triplet: EE, E0 and F2. RGB value is (238,224,242). Sum of RGB (Red+Green+Blue) = 238+224+242=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 224 (87.89% from 255 or 31.82% from 704); Blue value is 242 (94.92% from 255 or 34.38% from 704); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEE0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE0F2 is #111F0D. Grayscale: #E6E6E6. Windows color (decimal): -1122062 or 15917294. OLE color: 15917294.
HSL color Cylindrical-coordinate representation of color #EEE0F2: hue angle of 286.67º degrees, saturation: 0.41, 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 #EEE0F2 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 224 | 242 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.05 |
| HSL | 286.67º | 0.41% | 0.91% | - |
| HSV(B) | 286.67º | 0.07% | 0.95% | - |
| XYZ | 77.94 | 77.9 | 94.93 | - |
| YUV | 230.24 | 134.64 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 242 | 0.02 | 0.07 | 0 | 0.05 | 286.67 | 0.41 | 0.91 |
| Hex | EE | E0 | F2 | 2 | 7 | 0 | 5 | 11F | 29 | 5B |
| Octal | 356 | 340 | 362 | 2 | 7 | 0 | 5 | 437 | 51 | 133 |
| Binary | 11101110 | 11100000 | 11110010 | 10 | 111 | 0 | 101 | 100011111 | 101001 | 1011011 |
Color Harmonies of #EEE0F2
Complementary color
Monochromatic Colors of #EEE0F2
Black with #EEE0F2
Text Example
Text Example
White with #EEE0F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0F2; }
p { color: rgb(238,224,242); }
H1.HeaderClassName
{
color: #EEE0F2;
}
.AnyTagClassName
{
color: #EEE0F2;
}
</style>
background-color css
<style>
a { background-color: #EEE0F2; }
a { background-color: rgb(238,224,242); }
div.DivClassName
{
background-color: #EEE0F2;
}
.BgClassName
{
background-color: #EEE0F2;
}
</style>
border-color css
<style>
span { border-color: #EEE0F2; }
span { border-color: rgb(238,224,242); }
td.TdClassName
{
border-color: #EEE0F2;
}
.TagClassName
{
border-color: #EEE0F2;
}
</style>