Shades of Alice Blue #E0EFFA
Tints of Alice Blue #E0EFFA
RGB
CMYK
RGB Variations
Color information
#E0EFFA (or 0xE0EFFA) is known color: Alice Blue. HEX triplet: E0, EF and FA. RGB value is (224,239,250). Sum of RGB (Red+Green+Blue) = 224+239+250=713 (94% of max value = 765). Red value is 224 (87.89% from 255 or 31.42% from 713); Green value is 239 (93.75% from 255 or 33.52% from 713); Blue value is 250 (98.05% from 255 or 35.06% from 713); Max value from RGB is 250 - color contains mainly: blue. Hex color #E0EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0EFFA is #1F1005. Grayscale: #EBEBEB. Windows color (decimal): -2035718 or 16445408. OLE color: 16445408.
HSL color Cylindrical-coordinate representation of color #E0EFFA: hue angle of 205.38º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0EFFA is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 239 | 250 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.02 |
| HSL | 205.38º | 0.72% | 0.93% | - |
| HSV(B) | 205.38º | 0.1% | 0.98% | - |
| XYZ | 78.86 | 84.48 | 102.59 | - |
| YUV | 235.77 | 136.03 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 239 | 250 | 0.10 | 0.04 | 0 | 0.02 | 205.38 | 0.72 | 0.93 |
| Hex | E0 | EF | FA | A | 4 | 0 | 2 | CD | 48 | 5D |
| Octal | 340 | 357 | 372 | 12 | 4 | 0 | 2 | 315 | 110 | 135 |
| Binary | 11100000 | 11101111 | 11111010 | 1010 | 100 | 0 | 10 | 11001101 | 1001000 | 1011101 |
Color Harmonies of #E0EFFA
Complementary color
Monochromatic Colors of #E0EFFA
Black with #E0EFFA
Text Example
Text Example
White with #E0EFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EFFA; }
p { color: rgb(224,239,250); }
H1.HeaderClassName
{
color: #E0EFFA;
}
.AnyTagClassName
{
color: #E0EFFA;
}
</style>
background-color css
<style>
a { background-color: #E0EFFA; }
a { background-color: rgb(224,239,250); }
div.DivClassName
{
background-color: #E0EFFA;
}
.BgClassName
{
background-color: #E0EFFA;
}
</style>
border-color css
<style>
span { border-color: #E0EFFA; }
span { border-color: rgb(224,239,250); }
td.TdClassName
{
border-color: #E0EFFA;
}
.TagClassName
{
border-color: #E0EFFA;
}
</style>