#EDF4DC

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

Shades of Saltpan #EDF4DC

Tints of Saltpan #EDF4DC

Color information

#EDF4DC (or 0xEDF4DC) is unknown color: approx Saltpan. HEX triplet: ED, F4 and DC. RGB value is (237,244,220). Sum of RGB (Red+Green+Blue) = 237+244+220=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 244 (95.70% from 255 or 34.81% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4DC is #120B23. Grayscale: #EFEFEF. Windows color (decimal): -1182500 or 14480621. OLE color: 14480621.

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

Color convert

RGB237244220-
CMYK0.0300.100.04
HSL77.5º52.17%90.98%-
HSV(B)77.5º9.84%95.69%-
XYZ80.1987.8780.44-
YUV239.17117.18126.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 244 (95.70% from 255) = 34.81%
BLUE value IS 220 (86.33% from 255) = 31.38%
R=33.81%
G=34.81%
B=31.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372442200.0300.100.0477.552.1790.98
HexEDF4DC30A44e345b
Octal3553643343012411664133
Binary111011011111010011011100110101010010011101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4DC; }

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

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

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

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

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

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

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

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