Shades of Alice Blue #E2F0FD
Tints of Alice Blue #E2F0FD
RGB
CMYK
RGB Variations
Color information
#E2F0FD (or 0xE2F0FD) is known color: Alice Blue. HEX triplet: E2, F0 and FD. RGB value is (226,240,253). Sum of RGB (Red+Green+Blue) = 226+240+253=719 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.43% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: blue. Hex color #E2F0FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F0FD is #1D0F02. Grayscale: #EDEDED. Windows color (decimal): -1904387 or 16642274. OLE color: 16642274.
HSL color Cylindrical-coordinate representation of color #E2F0FD: hue angle of 208.89º degrees, saturation: 0.87, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2F0FD is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 240 | 253 | - |
CMYK | 0.11 | 0.05 | 0 | 0.01 |
HSL | 208.89º | 0.87% | 0.94% | - |
HSV(B) | 208.89º | 0.11% | 0.99% | - |
XYZ | 80.25 | 85.58 | 105.22 | - |
YUV | 237.3 | 136.86 | 119.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 240 | 253 | 0.11 | 0.05 | 0 | 0.01 | 208.89 | 0.87 | 0.94 |
Hex | E2 | F0 | FD | B | 5 | 0 | 1 | D1 | 57 | 5E |
Octal | 342 | 360 | 375 | 13 | 5 | 0 | 1 | 321 | 127 | 136 |
Binary | 11100010 | 11110000 | 11111101 | 1011 | 101 | 0 | 1 | 11010001 | 1010111 | 1011110 |
Color Harmonies of #E2F0FD
Complementary color
Monochromatic Colors of #E2F0FD
Black with #E2F0FD
Text Example
Text Example
White with #E2F0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F0FD; }
p { color: rgb(226,240,253); }
H1.HeaderClassName
{
color: #E2F0FD;
}
.AnyTagClassName
{
color: #E2F0FD;
}
</style>
background-color css
<style>
a { background-color: #E2F0FD; }
a { background-color: rgb(226,240,253); }
div.DivClassName
{
background-color: #E2F0FD;
}
.BgClassName
{
background-color: #E2F0FD;
}
</style>
border-color css
<style>
span { border-color: #E2F0FD; }
span { border-color: rgb(226,240,253); }
td.TdClassName
{
border-color: #E2F0FD;
}
.TagClassName
{
border-color: #E2F0FD;
}
</style>