#EDFDF1

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

Shades of Dew #EDFDF1

Tints of Dew #EDFDF1

Color information

#EDFDF1 (or 0xEDFDF1) is unknown color: approx Dew. HEX triplet: ED, FD and F1. RGB value is (237,253,241). Sum of RGB (Red+Green+Blue) = 237+253+241=731 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.42% from 731); Green value is 253 (99.22% from 255 or 34.61% from 731); Blue value is 241 (94.53% from 255 or 32.97% from 731); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDF1 is #12020E. Grayscale: #F6F6F6. Windows color (decimal): -1180175 or 15859181. OLE color: 15859181.

HSL color Cylindrical-coordinate representation of color #EDFDF1: hue angle of 135º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDFDF1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB237253241-
CMYK0.0600.050.01
HSL135º80%96.08%-
HSV(B)135º6.32%99.22%-
XYZ85.9394.6196.95-
YUV246.85124.7120.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.42%
GREEN value IS 253 (99.22% from 255) = 34.61%
BLUE value IS 241 (94.53% from 255) = 32.97%
R=32.42%
G=34.61%
B=32.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532410.0600.050.011358096.08
HexEDFDF16051875060
Octal3553753616051207120140
Binary111011011111110111110001110010111000011110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDF1; }

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

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

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

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

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

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

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

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