#E2F1FE

Color #E2F1FE Alice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alice Blue #E2F1FE

Tints of Alice Blue #E2F1FE

Color information

#E2F1FE (or 0xE2F1FE) is unknown color: approx Alice Blue. HEX triplet: E2, F1 and FE. RGB value is (226,241,254). Sum of RGB (Red+Green+Blue) = 226+241+254=721 (95% of max value = 765). Red value is 226 (88.67% from 255 or 31.35% from 721); Green value is 241 (94.53% from 255 or 33.43% from 721); Blue value is 254 (99.61% from 255 or 35.23% from 721); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2F1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F1FE is #1D0E01. Grayscale: #EDEDED. Windows color (decimal): -1904130 or 16708066. OLE color: 16708066.

HSL color Cylindrical-coordinate representation of color #E2F1FE: hue angle of 207.86º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2F1FE is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB226241254-
CMYK0.110.0500.00
HSL207.86º93.33%94.12%-
HSV(B)207.86º11.02%99.61%-
XYZ80.7186.24106.16-
YUV238137.03119.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 226 (88.67% from 255) = 31.35%
GREEN value IS 241 (94.53% from 255) = 33.43%
BLUE value IS 254 (99.61% from 255) = 35.23%
R=31.35%
G=33.43%
B=35.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2262412540.110.0500.00207.8693.3394.12
HexE2F1FEB500d05d5e
Octal34236137613500320135136
Binary1110001011110001111111101011101001101000010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F1FE; }

 p { color: rgb(226,241,254); }

 H1.HeaderClassName
 {
   color: #E2F1FE;
 }
 .AnyTagClassName
 {
   color: #E2F1FE;
 }
</style>
background-color css

<style>
 a { background-color: #E2F1FE; }

 a { background-color: rgb(226,241,254); }

 div.DivClassName
 {
   background-color: #E2F1FE;
 }
 .BgClassName
 {
   background-color: #E2F1FE;
 }
</style>
border-color css

<style>
 span { border-color: #E2F1FE; }

 span { border-color: rgb(226,241,254); }

 td.TdClassName
 {
   border-color: #E2F1FE;
 }
 .TagClassName
 {
   border-color: #E2F1FE;
 }
</style>