#EAEEF0

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

Shades of Alice Blue #EAEEF0

Tints of Alice Blue #EAEEF0

Color information

#EAEEF0 (or 0xEAEEF0) is unknown color: approx Alice Blue. HEX triplet: EA, EE and F0. RGB value is (234,238,240). Sum of RGB (Red+Green+Blue) = 234+238+240=712 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.87% from 712); Green value is 238 (93.36% from 255 or 33.43% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 240 - color contains mainly: blue. Hex color #EAEEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEEF0 is #15110F. Grayscale: #EDEDED. Windows color (decimal): -1380624 or 15789802. OLE color: 15789802.

HSL color Cylindrical-coordinate representation of color #EAEEF0: hue angle of 200º degrees, saturation: 0.17, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EAEEF0 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234238240-
CMYK0.020.0100.06
HSL200º16.67%92.94%-
HSV(B)200º2.5%94.12%-
XYZ80.2384.9394.6-
YUV237.03129.67125.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.87%
GREEN value IS 238 (93.36% from 255) = 33.43%
BLUE value IS 240 (94.14% from 255) = 33.71%
R=32.87%
G=33.43%
B=33.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342382400.020.0100.0620016.6792.94
HexEAEEF02106c8115d
Octal352356360210631021135
Binary111010101110111011110000101011011001000100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEEF0; }

 p { color: rgb(234,238,240); }

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

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

 a { background-color: rgb(234,238,240); }

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

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

 span { border-color: rgb(234,238,240); }

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