Shades of Alice Blue #E2F2FF
Tints of Alice Blue #E2F2FF
RGB
CMYK
RGB Variations
Color information
#E2F2FF (or 0xE2F2FF) is known color: Alice Blue. HEX triplet: E2, F2 and FF. RGB value is (226,242,255). Sum of RGB (Red+Green+Blue) = 226+242+255=723 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.26% from 723); Green value is 242 (94.92% from 255 or 33.47% from 723); Blue value is 255 (100% from 255 or 35.27% from 723); Max value from RGB is 255 - color contains mainly: blue. Hex color #E2F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F2FF is #1D0D00. Grayscale: #EEEEEE. Windows color (decimal): -1903873 or 16773858. OLE color: 16773858.
HSL color Cylindrical-coordinate representation of color #E2F2FF: hue angle of 206.9º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2F2FF is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 226 | 242 | 255 | - |
CMYK | 0.11 | 0.05 | 0 | 0 |
HSL | 206.9º | 1% | 0.94% | - |
HSV(B) | 206.9º | 0.11% | 1% | - |
XYZ | 81.17 | 86.89 | 107.1 | - |
YUV | 238.7 | 137.2 | 118.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 242 | 255 | 0.11 | 0.05 | 0 | 0 | 206.9 | 1 | 0.94 |
Hex | E2 | F2 | FF | B | 5 | 0 | 0 | CF | 64 | 5E |
Octal | 342 | 362 | 377 | 13 | 5 | 0 | 0 | 317 | 144 | 136 |
Binary | 11100010 | 11110010 | 11111111 | 1011 | 101 | 0 | 0 | 11001111 | 1100100 | 1011110 |
Color Harmonies of #E2F2FF
Complementary color
Monochromatic Colors of #E2F2FF
Black with #E2F2FF
Text Example
Text Example
White with #E2F2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2FF; }
p { color: rgb(226,242,255); }
H1.HeaderClassName
{
color: #E2F2FF;
}
.AnyTagClassName
{
color: #E2F2FF;
}
</style>
background-color css
<style>
a { background-color: #E2F2FF; }
a { background-color: rgb(226,242,255); }
div.DivClassName
{
background-color: #E2F2FF;
}
.BgClassName
{
background-color: #E2F2FF;
}
</style>
border-color css
<style>
span { border-color: #E2F2FF; }
span { border-color: rgb(226,242,255); }
td.TdClassName
{
border-color: #E2F2FF;
}
.TagClassName
{
border-color: #E2F2FF;
}
</style>