Shades of Alice Blue #EEF3F5
Tints of Alice Blue #EEF3F5
RGB
CMYK
RGB Variations
Color information
#EEF3F5 (or 0xEEF3F5) is known color: Alice Blue. HEX triplet: EE, F3 and F5. RGB value is (238,243,245). Sum of RGB (Red+Green+Blue) = 238+243+245=726 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.78% from 726); Green value is 243 (95.31% from 255 or 33.47% from 726); Blue value is 245 (96.09% from 255 or 33.75% from 726); Max value from RGB is 245 - color contains mainly: blue. Hex color #EEF3F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF3F5 is #110C0A. Grayscale: #F1F1F1. Windows color (decimal): -1117195 or 16118766. OLE color: 16118766.
HSL color Cylindrical-coordinate representation of color #EEF3F5: hue angle of 197.14º degrees, saturation: 0.26, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEF3F5 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 238 | 243 | 245 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.04 |
| HSL | 197.14º | 0.26% | 0.95% | - |
| HSV(B) | 197.14º | 0.03% | 0.96% | - |
| XYZ | 83.79 | 88.87 | 99.12 | - |
| YUV | 241.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 243 | 245 | 0.03 | 0.01 | 0 | 0.04 | 197.14 | 0.26 | 0.95 |
| Hex | EE | F3 | F5 | 3 | 1 | 0 | 4 | C5 | 1A | 5F |
| Octal | 356 | 363 | 365 | 3 | 1 | 0 | 4 | 305 | 32 | 137 |
| Binary | 11101110 | 11110011 | 11110101 | 11 | 1 | 0 | 100 | 11000101 | 11010 | 1011111 |
Color Harmonies of #EEF3F5
Complementary color
Monochromatic Colors of #EEF3F5
Black with #EEF3F5
Text Example
Text Example
White with #EEF3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF3F5; }
p { color: rgb(238,243,245); }
H1.HeaderClassName
{
color: #EEF3F5;
}
.AnyTagClassName
{
color: #EEF3F5;
}
</style>
background-color css
<style>
a { background-color: #EEF3F5; }
a { background-color: rgb(238,243,245); }
div.DivClassName
{
background-color: #EEF3F5;
}
.BgClassName
{
background-color: #EEF3F5;
}
</style>
border-color css
<style>
span { border-color: #EEF3F5; }
span { border-color: rgb(238,243,245); }
td.TdClassName
{
border-color: #EEF3F5;
}
.TagClassName
{
border-color: #EEF3F5;
}
</style>