#EDF1F4

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

Shades of Alice Blue #EDF1F4

Tints of Alice Blue #EDF1F4

Color information

#EDF1F4 (or 0xEDF1F4) is unknown color: approx Alice Blue. HEX triplet: ED, F1 and F4. RGB value is (237,241,244). Sum of RGB (Red+Green+Blue) = 237+241+244=722 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.83% from 722); Green value is 241 (94.53% from 255 or 33.38% from 722); Blue value is 244 (95.70% from 255 or 33.80% from 722); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDF1F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1F4 is #120E0B. Grayscale: #F0F0F0. Windows color (decimal): -1183244 or 16052717. OLE color: 16052717.

HSL color Cylindrical-coordinate representation of color #EDF1F4: hue angle of 205.71º degrees, saturation: 0.24, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDF1F4 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB237241244-
CMYK0.030.0100.04
HSL205.71º24.14%94.31%-
HSV(B)205.71º2.87%95.69%-
XYZ82.7187.4598.11-
YUV240.15130.17125.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.83%
GREEN value IS 241 (94.53% from 255) = 33.38%
BLUE value IS 244 (95.70% from 255) = 33.80%
R=32.83%
G=33.38%
B=33.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372412440.030.0100.04205.7124.1494.31
HexEDF1F43104ce185e
Octal355361364310431630136
Binary111011011111000111110100111010011001110110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1F4; }

 p { color: rgb(237,241,244); }

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

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

 a { background-color: rgb(237,241,244); }

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

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

 span { border-color: rgb(237,241,244); }

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