#EDF0F1

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

Shades of Alice Blue #EDF0F1

Tints of Alice Blue #EDF0F1

Color information

#EDF0F1 (or 0xEDF0F1) is unknown color: approx Alice Blue. HEX triplet: ED, F0 and F1. RGB value is (237,240,241). Sum of RGB (Red+Green+Blue) = 237+240+241=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 240 (94.14% from 255 or 33.43% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 241 - color contains mainly: blue. Hex color #EDF0F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0F1 is #120F0E. Grayscale: #EFEFEF. Windows color (decimal): -1183503 or 15855853. OLE color: 15855853.

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

Color convert

RGB237240241-
CMYK0.020.0000.05
HSL195º12.5%93.73%-
HSV(B)195º1.66%94.51%-
XYZ81.9686.6895.63-
YUV239.22129.01126.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.01%
GREEN value IS 240 (94.14% from 255) = 33.43%
BLUE value IS 241 (94.53% from 255) = 33.57%
R=33.01%
G=33.43%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372402410.020.0000.0519512.593.73
HexEDF0F12005c3c5e
Octal355360361200530314136
Binary11101101111100001111000110001011100001111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF0F1; }

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

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

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

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

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

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

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

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