#EDF7DC

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

Shades of Saltpan #EDF7DC

Tints of Saltpan #EDF7DC

Color information

#EDF7DC (or 0xEDF7DC) is unknown color: approx Saltpan. HEX triplet: ED, F7 and DC. RGB value is (237,247,220). Sum of RGB (Red+Green+Blue) = 237+247+220=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 247 (96.88% from 255 or 35.09% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7DC is #120823. Grayscale: #F1F1F1. Windows color (decimal): -1181732 or 14481389. OLE color: 14481389.

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

Color convert

RGB237247220-
CMYK0.0400.110.03
HSL82.22º62.79%91.57%-
HSV(B)82.22º10.93%96.86%-
XYZ81.189.6980.75-
YUV240.93116.19125.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 247 (96.88% from 255) = 35.09%
BLUE value IS 220 (86.33% from 255) = 31.25%
R=33.66%
G=35.09%
B=31.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372472200.0400.110.0382.2262.7991.57
HexEDF7DC40B3523f5c
Octal3553673344013312277134
Binary111011011111011111011100100010111110100101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7DC; }

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

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

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

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

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

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

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

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