#EDF1F3

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

Shades of Alice Blue #EDF1F3

Tints of Alice Blue #EDF1F3

Color information

#EDF1F3 (or 0xEDF1F3) is unknown color: approx Alice Blue. HEX triplet: ED, F1 and F3. RGB value is (237,241,243). Sum of RGB (Red+Green+Blue) = 237+241+243=721 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.87% from 721); Green value is 241 (94.53% from 255 or 33.43% from 721); Blue value is 243 (95.31% from 255 or 33.70% from 721); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDF1F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF1F3 is #120E0C. Grayscale: #F0F0F0. Windows color (decimal): -1183245 or 15987181. OLE color: 15987181.

HSL color Cylindrical-coordinate representation of color #EDF1F3: hue angle of 200º degrees, saturation: 0.2, 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 #EDF1F3 is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237241243-
CMYK0.020.0100.05
HSL200º20%94.12%-
HSV(B)200º2.47%95.29%-
XYZ82.5687.3997.31-
YUV240.03129.67125.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.87%
GREEN value IS 241 (94.53% from 255) = 33.43%
BLUE value IS 243 (95.31% from 255) = 33.70%
R=32.87%
G=33.43%
B=33.70%

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
Decimal2372412430.020.0100.052002094.12
HexEDF1F32105c8145e
Octal355361363210531024136
Binary111011011111000111110011101010111001000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1F3; }

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

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

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

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

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

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

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

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