Shades of Alice Blue #E2F2FC
Tints of Alice Blue #E2F2FC
RGB
CMYK
RGB Variations
Color information
#E2F2FC (or 0xE2F2FC) is known color: Alice Blue. HEX triplet: E2, F2 and FC. RGB value is (226,242,252). Sum of RGB (Red+Green+Blue) = 226+242+252=720 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.39% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 252 (98.83% from 255 or 35% from 720); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2F2FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F2FC is #1D0D03. Grayscale: #EEEEEE. Windows color (decimal): -1903876 or 16577250. OLE color: 16577250.
HSL color Cylindrical-coordinate representation of color #E2F2FC: hue angle of 203.08º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2F2FC is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 242 | 252 | - |
CMYK | 0.10 | 0.04 | 0 | 0.01 |
HSL | 203.08º | 0.81% | 0.94% | - |
HSV(B) | 203.08º | 0.1% | 0.99% | - |
XYZ | 80.69 | 86.7 | 104.58 | - |
YUV | 238.36 | 135.7 | 119.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 242 | 252 | 0.10 | 0.04 | 0 | 0.01 | 203.08 | 0.81 | 0.94 |
Hex | E2 | F2 | FC | A | 4 | 0 | 1 | CB | 51 | 5E |
Octal | 342 | 362 | 374 | 12 | 4 | 0 | 1 | 313 | 121 | 136 |
Binary | 11100010 | 11110010 | 11111100 | 1010 | 100 | 0 | 1 | 11001011 | 1010001 | 1011110 |
Color Harmonies of #E2F2FC
Complementary color
Monochromatic Colors of #E2F2FC
Black with #E2F2FC
Text Example
Text Example
White with #E2F2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F2FC; }
p { color: rgb(226,242,252); }
H1.HeaderClassName
{
color: #E2F2FC;
}
.AnyTagClassName
{
color: #E2F2FC;
}
</style>
background-color css
<style>
a { background-color: #E2F2FC; }
a { background-color: rgb(226,242,252); }
div.DivClassName
{
background-color: #E2F2FC;
}
.BgClassName
{
background-color: #E2F2FC;
}
</style>
border-color css
<style>
span { border-color: #E2F2FC; }
span { border-color: rgb(226,242,252); }
td.TdClassName
{
border-color: #E2F2FC;
}
.TagClassName
{
border-color: #E2F2FC;
}
</style>