Shades of Alice Blue #EEF0F1
Tints of Alice Blue #EEF0F1
RGB
CMYK
RGB Variations
Color information
#EEF0F1 (or 0xEEF0F1) is known color: Alice Blue. HEX triplet: EE, F0 and F1. RGB value is (238,240,241). Sum of RGB (Red+Green+Blue) = 238+240+241=719 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.10% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 241 (94.53% from 255 or 33.52% from 719); Max value from RGB is 241 - color contains mainly: blue. Hex color #EEF0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0F1 is #110F0E. Grayscale: #EFEFEF. Windows color (decimal): -1117967 or 15855854. OLE color: 15855854.
HSL color Cylindrical-coordinate representation of color #EEF0F1: hue angle of 200º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EEF0F1 is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 240 | 241 | - |
| CMYK | 0.01 | 0.00 | 0 | 0.05 |
| HSL | 200º | 0.1% | 0.94% | - |
| HSV(B) | 200º | 0.01% | 0.95% | - |
| XYZ | 82.3 | 86.85 | 95.64 | - |
| YUV | 239.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 240 | 241 | 0.01 | 0.00 | 0 | 0.05 | 200 | 0.1 | 0.94 |
| Hex | EE | F0 | F1 | 1 | 0 | 0 | 5 | C8 | A | 5E |
| Octal | 356 | 360 | 361 | 1 | 0 | 0 | 5 | 310 | 12 | 136 |
| Binary | 11101110 | 11110000 | 11110001 | 1 | 0 | 0 | 101 | 11001000 | 1010 | 1011110 |
Color Harmonies of #EEF0F1
Complementary color
Monochromatic Colors of #EEF0F1
Black with #EEF0F1
Text Example
Text Example
White with #EEF0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF0F1; }
p { color: rgb(238,240,241); }
H1.HeaderClassName
{
color: #EEF0F1;
}
.AnyTagClassName
{
color: #EEF0F1;
}
</style>
background-color css
<style>
a { background-color: #EEF0F1; }
a { background-color: rgb(238,240,241); }
div.DivClassName
{
background-color: #EEF0F1;
}
.BgClassName
{
background-color: #EEF0F1;
}
</style>
border-color css
<style>
span { border-color: #EEF0F1; }
span { border-color: rgb(238,240,241); }
td.TdClassName
{
border-color: #EEF0F1;
}
.TagClassName
{
border-color: #EEF0F1;
}
</style>