Shades of Alice Blue #E0EFFF
Tints of Alice Blue #E0EFFF
RGB
CMYK
RGB Variations
Color information
#E0EFFF (or 0xE0EFFF) is known color: Alice Blue. HEX triplet: E0, EF and FF. RGB value is (224,239,255). Sum of RGB (Red+Green+Blue) = 224+239+255=718 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.20% from 718); Green value is 239 (93.75% from 255 or 33.29% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0EFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EFFF is #1F1000. Grayscale: #ECECEC. Windows color (decimal): -2035713 or 16773088. OLE color: 16773088.
HSL color Cylindrical-coordinate representation of color #E0EFFF: hue angle of 210.97º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0EFFF is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 224 | 239 | 255 | - |
CMYK | 0.12 | 0.06 | 0 | 0 |
HSL | 210.97º | 1% | 0.94% | - |
HSV(B) | 210.97º | 0.12% | 1% | - |
XYZ | 79.66 | 84.8 | 106.78 | - |
YUV | 236.34 | 138.53 | 119.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 224 | 239 | 255 | 0.12 | 0.06 | 0 | 0 | 210.97 | 1 | 0.94 |
Hex | E0 | EF | FF | C | 6 | 0 | 0 | D3 | 64 | 5E |
Octal | 340 | 357 | 377 | 14 | 6 | 0 | 0 | 323 | 144 | 136 |
Binary | 11100000 | 11101111 | 11111111 | 1100 | 110 | 0 | 0 | 11010011 | 1100100 | 1011110 |
Color Harmonies of #E0EFFF
Complementary color
Monochromatic Colors of #E0EFFF
Black with #E0EFFF
Text Example
Text Example
White with #E0EFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EFFF; }
p { color: rgb(224,239,255); }
H1.HeaderClassName
{
color: #E0EFFF;
}
.AnyTagClassName
{
color: #E0EFFF;
}
</style>
background-color css
<style>
a { background-color: #E0EFFF; }
a { background-color: rgb(224,239,255); }
div.DivClassName
{
background-color: #E0EFFF;
}
.BgClassName
{
background-color: #E0EFFF;
}
</style>
border-color css
<style>
span { border-color: #E0EFFF; }
span { border-color: rgb(224,239,255); }
td.TdClassName
{
border-color: #E0EFFF;
}
.TagClassName
{
border-color: #E0EFFF;
}
</style>