#EDF4F6

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

Shades of Alice Blue #EDF4F6

Tints of Alice Blue #EDF4F6

Color information

#EDF4F6 (or 0xEDF4F6) is unknown color: approx Alice Blue. HEX triplet: ED, F4 and F6. RGB value is (237,244,246). Sum of RGB (Red+Green+Blue) = 237+244+246=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 244 (95.70% from 255 or 33.56% from 727); Blue value is 246 (96.48% from 255 or 33.84% from 727); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDF4F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4F6 is #120B09. Grayscale: #F2F2F2. Windows color (decimal): -1182474 or 16184557. OLE color: 16184557.

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

Color convert

RGB237244246-
CMYK0.040.0100.04
HSL193.33º33.33%94.71%-
HSV(B)193.33º3.66%96.47%-
XYZ83.9189.36100.01-
YUV242.14130.18124.34-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.60%
GREEN value IS 244 (95.70% from 255) = 33.56%
BLUE value IS 246 (96.48% from 255) = 33.84%
R=32.60%
G=33.56%
B=33.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372442460.040.0100.04193.3333.3394.71
HexEDF4F64104c1215f
Octal355364366410430141137
Binary11101101111101001111011010010100110000011000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4F6; }

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

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

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

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

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

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

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

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