#EDF0F2

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

Shades of Alice Blue #EDF0F2

Tints of Alice Blue #EDF0F2

Color information

#EDF0F2 (or 0xEDF0F2) is unknown color: approx Alice Blue. HEX triplet: ED, F0 and F2. RGB value is (237,240,242). Sum of RGB (Red+Green+Blue) = 237+240+242=719 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.96% from 719); Green value is 240 (94.14% from 255 or 33.38% from 719); Blue value is 242 (94.92% from 255 or 33.66% from 719); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDF0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0F2 is #120F0D. Grayscale: #EFEFEF. Windows color (decimal): -1183502 or 15921389. OLE color: 15921389.

HSL color Cylindrical-coordinate representation of color #EDF0F2: hue angle of 204º degrees, saturation: 0.16, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF0F2 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237240242-
CMYK0.020.0100.05
HSL204º16.13%93.92%-
HSV(B)204º2.07%94.9%-
XYZ82.1186.7496.42-
YUV239.33129.51126.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.96%
GREEN value IS 240 (94.14% from 255) = 33.38%
BLUE value IS 242 (94.92% from 255) = 33.66%
R=32.96%
G=33.38%
B=33.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372402420.020.0100.0520416.1393.92
HexEDF0F22105cc105e
Octal355360362210531420136
Binary111011011111000011110010101010111001100100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0F2; }

 p { color: rgb(237,240,242); }

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

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

 a { background-color: rgb(237,240,242); }

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

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

 span { border-color: rgb(237,240,242); }

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