Shades of Alice Blue #E2EFFB
Tints of Alice Blue #E2EFFB
RGB
CMYK
RGB Variations
Color information
#E2EFFB (or 0xE2EFFB) is known color: Alice Blue. HEX triplet: E2, EF and FB. RGB value is (226,239,251). Sum of RGB (Red+Green+Blue) = 226+239+251=716 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.56% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2EFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2EFFB is #1D1004. Grayscale: #ECECEC. Windows color (decimal): -1904645 or 16510946. OLE color: 16510946.
HSL color Cylindrical-coordinate representation of color #E2EFFB: hue angle of 208.8º degrees, saturation: 0.76, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2EFFB is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 226 | 239 | 251 | - |
CMYK | 0.10 | 0.05 | 0 | 0.02 |
HSL | 208.8º | 0.76% | 0.94% | - |
HSV(B) | 208.8º | 0.1% | 0.98% | - |
XYZ | 79.64 | 84.87 | 103.45 | - |
YUV | 236.48 | 136.19 | 120.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 239 | 251 | 0.10 | 0.05 | 0 | 0.02 | 208.8 | 0.76 | 0.94 |
Hex | E2 | EF | FB | A | 5 | 0 | 2 | D1 | 4C | 5E |
Octal | 342 | 357 | 373 | 12 | 5 | 0 | 2 | 321 | 114 | 136 |
Binary | 11100010 | 11101111 | 11111011 | 1010 | 101 | 0 | 10 | 11010001 | 1001100 | 1011110 |
Color Harmonies of #E2EFFB
Complementary color
Monochromatic Colors of #E2EFFB
Black with #E2EFFB
Text Example
Text Example
White with #E2EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EFFB; }
p { color: rgb(226,239,251); }
H1.HeaderClassName
{
color: #E2EFFB;
}
.AnyTagClassName
{
color: #E2EFFB;
}
</style>
background-color css
<style>
a { background-color: #E2EFFB; }
a { background-color: rgb(226,239,251); }
div.DivClassName
{
background-color: #E2EFFB;
}
.BgClassName
{
background-color: #E2EFFB;
}
</style>
border-color css
<style>
span { border-color: #E2EFFB; }
span { border-color: rgb(226,239,251); }
td.TdClassName
{
border-color: #E2EFFB;
}
.TagClassName
{
border-color: #E2EFFB;
}
</style>