#EDF7DF

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

Shades of Saltpan #EDF7DF

Tints of Saltpan #EDF7DF

Color information

#EDF7DF (or 0xEDF7DF) is unknown color: approx Saltpan. HEX triplet: ED, F7 and DF. RGB value is (237,247,223). Sum of RGB (Red+Green+Blue) = 237+247+223=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 247 (96.88% from 255 or 34.94% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7DF is #120820. Grayscale: #F1F1F1. Windows color (decimal): -1181729 or 14677997. OLE color: 14677997.

HSL color Cylindrical-coordinate representation of color #EDF7DF: hue angle of 85º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF7DF is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB237247223-
CMYK0.0400.100.03
HSL85º60%92.16%-
HSV(B)85º9.72%96.86%-
XYZ81.5189.8582.86-
YUV241.27117.69124.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 247 (96.88% from 255) = 34.94%
BLUE value IS 223 (87.5% from 255) = 31.54%
R=33.52%
G=34.94%
B=31.54%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372472230.0400.100.03856092.16
HexEDF7DF40A3553c5c
Octal3553673374012312574134
Binary111011011111011111011111100010101110101011111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7DF; }

 p { color: rgb(237,247,223); }

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

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

 a { background-color: rgb(237,247,223); }

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

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

 span { border-color: rgb(237,247,223); }

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