Shades of Alice Blue #EEF1F2
Tints of Alice Blue #EEF1F2
RGB
CMYK
RGB Variations
Color information
#EEF1F2 (or 0xEEF1F2) is known color: Alice Blue. HEX triplet: EE, F1 and F2. RGB value is (238,241,242). Sum of RGB (Red+Green+Blue) = 238+241+242=721 (95% of max value = 765). Red value is 238 (93.36% from 255 or 33.01% from 721); Green value is 241 (94.53% from 255 or 33.43% from 721); Blue value is 242 (94.92% from 255 or 33.56% from 721); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEF1F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF1F2 is #110E0D. Grayscale: #F0F0F0. Windows color (decimal): -1117710 or 15921646. OLE color: 15921646.
HSL color Cylindrical-coordinate representation of color #EEF1F2: hue angle of 195º degrees, saturation: 0.13, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEF1F2 is Cyan = 0.02, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 241 | 242 | - |
| CMYK | 0.02 | 0.00 | 0 | 0.05 |
| HSL | 195º | 0.13% | 0.94% | - |
| HSV(B) | 195º | 0.02% | 0.95% | - |
| XYZ | 82.74 | 87.5 | 96.53 | - |
| YUV | 240.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 241 | 242 | 0.02 | 0.00 | 0 | 0.05 | 195 | 0.13 | 0.94 |
| Hex | EE | F1 | F2 | 2 | 0 | 0 | 5 | C3 | D | 5E |
| Octal | 356 | 361 | 362 | 2 | 0 | 0 | 5 | 303 | 15 | 136 |
| Binary | 11101110 | 11110001 | 11110010 | 10 | 0 | 0 | 101 | 11000011 | 1101 | 1011110 |
Color Harmonies of #EEF1F2
Complementary color
Monochromatic Colors of #EEF1F2
Black with #EEF1F2
Text Example
Text Example
White with #EEF1F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF1F2; }
p { color: rgb(238,241,242); }
H1.HeaderClassName
{
color: #EEF1F2;
}
.AnyTagClassName
{
color: #EEF1F2;
}
</style>
background-color css
<style>
a { background-color: #EEF1F2; }
a { background-color: rgb(238,241,242); }
div.DivClassName
{
background-color: #EEF1F2;
}
.BgClassName
{
background-color: #EEF1F2;
}
</style>
border-color css
<style>
span { border-color: #EEF1F2; }
span { border-color: rgb(238,241,242); }
td.TdClassName
{
border-color: #EEF1F2;
}
.TagClassName
{
border-color: #EEF1F2;
}
</style>