#EDF1F0

Color #EDF1F0 Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #EDF1F0

Tints of Clear Day #EDF1F0

Color information

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

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

Color convert

RGB237241240-
CMYK0.0200.000.05
HSL165º12.5%93.73%-
HSV(B)165º1.66%94.51%-
XYZ82.1187.2194.94-
YUV239.69128.17126.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372412400.0200.000.0516512.593.73
HexEDF1F02005a5c5e
Octal355361360200524514136
Binary11101101111100011111000010001011010010111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF1F0; }

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

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

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

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

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

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

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

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