Shades of Alice Blue #E2F0FC
Tints of Alice Blue #E2F0FC
RGB
CMYK
RGB Variations
Color information
#E2F0FC (or 0xE2F0FC) is known color: Alice Blue. HEX triplet: E2, F0 and FC. RGB value is (226,240,252). Sum of RGB (Red+Green+Blue) = 226+240+252=718 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.48% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 252 (98.83% from 255 or 35.10% from 718); Max value from RGB is 252 - color contains mainly: blue. Hex color #E2F0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F0FC is #1D0F03. Grayscale: #EDEDED. Windows color (decimal): -1904388 or 16576738. OLE color: 16576738.
HSL color Cylindrical-coordinate representation of color #E2F0FC: hue angle of 207.69º 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 #E2F0FC is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 240 | 252 | - |
CMYK | 0.10 | 0.05 | 0 | 0.01 |
HSL | 207.69º | 0.81% | 0.94% | - |
HSV(B) | 207.69º | 0.1% | 0.99% | - |
XYZ | 80.09 | 85.52 | 104.38 | - |
YUV | 237.18 | 136.36 | 120.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 240 | 252 | 0.10 | 0.05 | 0 | 0.01 | 207.69 | 0.81 | 0.94 |
Hex | E2 | F0 | FC | A | 5 | 0 | 1 | D0 | 51 | 5E |
Octal | 342 | 360 | 374 | 12 | 5 | 0 | 1 | 320 | 121 | 136 |
Binary | 11100010 | 11110000 | 11111100 | 1010 | 101 | 0 | 1 | 11010000 | 1010001 | 1011110 |
Color Harmonies of #E2F0FC
Complementary color
Monochromatic Colors of #E2F0FC
Black with #E2F0FC
Text Example
Text Example
White with #E2F0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F0FC; }
p { color: rgb(226,240,252); }
H1.HeaderClassName
{
color: #E2F0FC;
}
.AnyTagClassName
{
color: #E2F0FC;
}
</style>
background-color css
<style>
a { background-color: #E2F0FC; }
a { background-color: rgb(226,240,252); }
div.DivClassName
{
background-color: #E2F0FC;
}
.BgClassName
{
background-color: #E2F0FC;
}
</style>
border-color css
<style>
span { border-color: #E2F0FC; }
span { border-color: rgb(226,240,252); }
td.TdClassName
{
border-color: #E2F0FC;
}
.TagClassName
{
border-color: #E2F0FC;
}
</style>