#EDFEF1

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

Shades of Dew #EDFEF1

Tints of Dew #EDFEF1

Color information

#EDFEF1 (or 0xEDFEF1) is unknown color: approx Dew. HEX triplet: ED, FE and F1. RGB value is (237,254,241). Sum of RGB (Red+Green+Blue) = 237+254+241=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 254 (99.61% from 255 or 34.70% from 732); Blue value is 241 (94.53% from 255 or 32.92% from 732); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEF1 is #12010E. Grayscale: #F7F7F7. Windows color (decimal): -1179919 or 15859437. OLE color: 15859437.

HSL color Cylindrical-coordinate representation of color #EDFEF1: hue angle of 134.12º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFEF1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB237254241-
CMYK0.0700.050.00
HSL134.12º89.47%96.27%-
HSV(B)134.12º6.69%99.61%-
XYZ86.2495.2497.06-
YUV247.43124.37120.56-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.38%
GREEN value IS 254 (99.61% from 255) = 34.70%
BLUE value IS 241 (94.53% from 255) = 32.92%
R=32.38%
G=34.70%
B=32.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542410.0700.050.00134.1289.4796.27
HexEDFEF17050865960
Octal3553763617050206131140
Binary111011011111111011110001111010101000011010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFEF1; }

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

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

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

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

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

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

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

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