#E1EFFA

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

Shades of Alice Blue #E1EFFA

Tints of Alice Blue #E1EFFA

Color information

#E1EFFA (or 0xE1EFFA) is unknown color: approx Alice Blue. HEX triplet: E1, EF and FA. RGB value is (225,239,250). Sum of RGB (Red+Green+Blue) = 225+239+250=714 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.51% from 714); Green value is 239 (93.75% from 255 or 33.47% from 714); Blue value is 250 (98.05% from 255 or 35.01% from 714); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1EFFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EFFA is #1E1005. Grayscale: #ECECEC. Windows color (decimal): -1970182 or 16445409. OLE color: 16445409.

HSL color Cylindrical-coordinate representation of color #E1EFFA: hue angle of 206.4º degrees, saturation: 0.71, 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 #E1EFFA is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB225239250-
CMYK0.100.0400.02
HSL206.4º71.43%93.14%-
HSV(B)206.4º10%98.04%-
XYZ79.1784.64102.61-
YUV236.07135.86120.11-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 31.51%
GREEN value IS 239 (93.75% from 255) = 33.47%
BLUE value IS 250 (98.05% from 255) = 35.01%
R=31.51%
G=33.47%
B=35.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252392500.100.0400.02206.471.4393.14
HexE1EFFAA402ce475d
Octal34135737212402316107135
Binary11100001111011111111101010101000101100111010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1EFFA; }

 p { color: rgb(225,239,250); }

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

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

 a { background-color: rgb(225,239,250); }

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

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

 span { border-color: rgb(225,239,250); }

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