Shades of Selago #EEE1EF
Tints of Selago #EEE1EF
RGB
CMYK
RGB Variations
Color information
#EEE1EF (or 0xEEE1EF) is known color: Selago. HEX triplet: EE, E1 and EF. RGB value is (238,225,239). Sum of RGB (Red+Green+Blue) = 238+225+239=702 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.90% from 702); Green value is 225 (88.28% from 255 or 32.05% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 239 - color contains mainly: blue. Hex color #EEE1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE1EF is #111E10. Grayscale: #E6E6E6. Windows color (decimal): -1121809 or 15720942. OLE color: 15720942.
HSL color Cylindrical-coordinate representation of color #EEE1EF: hue angle of 295.71º degrees, saturation: 0.3, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EEE1EF is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 238 | 225 | 239 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.06 |
| HSL | 295.71º | 0.3% | 0.91% | - |
| HSV(B) | 295.71º | 0.06% | 0.94% | - |
| XYZ | 77.77 | 78.26 | 92.67 | - |
| YUV | 230.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 239 | 0.00 | 0.06 | 0 | 0.06 | 295.71 | 0.3 | 0.91 |
| Hex | EE | E1 | EF | 0 | 6 | 0 | 6 | 128 | 1E | 5B |
| Octal | 356 | 341 | 357 | 0 | 6 | 0 | 6 | 450 | 36 | 133 |
| Binary | 11101110 | 11100001 | 11101111 | 0 | 110 | 0 | 110 | 100101000 | 11110 | 1011011 |
Color Harmonies of #EEE1EF
Complementary color
Monochromatic Colors of #EEE1EF
Black with #EEE1EF
Text Example
Text Example
White with #EEE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE1EF; }
p { color: rgb(238,225,239); }
H1.HeaderClassName
{
color: #EEE1EF;
}
.AnyTagClassName
{
color: #EEE1EF;
}
</style>
background-color css
<style>
a { background-color: #EEE1EF; }
a { background-color: rgb(238,225,239); }
div.DivClassName
{
background-color: #EEE1EF;
}
.BgClassName
{
background-color: #EEE1EF;
}
</style>
border-color css
<style>
span { border-color: #EEE1EF; }
span { border-color: rgb(238,225,239); }
td.TdClassName
{
border-color: #EEE1EF;
}
.TagClassName
{
border-color: #EEE1EF;
}
</style>