Shades of Selago #EEE1F1
Tints of Selago #EEE1F1
RGB
CMYK
RGB Variations
Color information
#EEE1F1 (or 0xEEE1F1) is known color: Selago. HEX triplet: EE, E1 and F1. RGB value is (238,225,241). Sum of RGB (Red+Green+Blue) = 238+225+241=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 225 (88.28% from 255 or 31.96% from 704); Blue value is 241 (94.53% from 255 or 34.23% from 704); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEE1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEE1F1 is #111E0E. Grayscale: #E6E6E6. Windows color (decimal): -1121807 or 15852014. OLE color: 15852014.
HSL color Cylindrical-coordinate representation of color #EEE1F1: hue angle of 288.75º degrees, saturation: 0.36, 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 #EEE1F1 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 225 | 241 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.05 |
| HSL | 288.75º | 0.36% | 0.91% | - |
| HSV(B) | 288.75º | 0.07% | 0.95% | - |
| XYZ | 78.06 | 78.38 | 94.23 | - |
| YUV | 230.71 | 133.81 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 241 | 0.01 | 0.07 | 0 | 0.05 | 288.75 | 0.36 | 0.91 |
| Hex | EE | E1 | F1 | 1 | 7 | 0 | 5 | 121 | 24 | 5B |
| Octal | 356 | 341 | 361 | 1 | 7 | 0 | 5 | 441 | 44 | 133 |
| Binary | 11101110 | 11100001 | 11110001 | 1 | 111 | 0 | 101 | 100100001 | 100100 | 1011011 |
Color Harmonies of #EEE1F1
Complementary color
Monochromatic Colors of #EEE1F1
Black with #EEE1F1
Text Example
Text Example
White with #EEE1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE1F1; }
p { color: rgb(238,225,241); }
H1.HeaderClassName
{
color: #EEE1F1;
}
.AnyTagClassName
{
color: #EEE1F1;
}
</style>
background-color css
<style>
a { background-color: #EEE1F1; }
a { background-color: rgb(238,225,241); }
div.DivClassName
{
background-color: #EEE1F1;
}
.BgClassName
{
background-color: #EEE1F1;
}
</style>
border-color css
<style>
span { border-color: #EEE1F1; }
span { border-color: rgb(238,225,241); }
td.TdClassName
{
border-color: #EEE1F1;
}
.TagClassName
{
border-color: #EEE1F1;
}
</style>