#EDF9DC

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

Shades of Saltpan #EDF9DC

Tints of Saltpan #EDF9DC

Color information

#EDF9DC (or 0xEDF9DC) is unknown color: approx Saltpan. HEX triplet: ED, F9 and DC. RGB value is (237,249,220). Sum of RGB (Red+Green+Blue) = 237+249+220=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 249 (97.66% from 255 or 35.27% from 706); Blue value is 220 (86.33% from 255 or 31.16% from 706); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9DC is #120623. Grayscale: #F2F2F2. Windows color (decimal): -1181220 or 14481901. OLE color: 14481901.

HSL color Cylindrical-coordinate representation of color #EDF9DC: hue angle of 84.83º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDF9DC is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB237249220-
CMYK0.0500.120.02
HSL84.83º70.73%91.96%-
HSV(B)84.83º11.65%97.65%-
XYZ81.7290.9280.95-
YUV242.11115.52124.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.57%
GREEN value IS 249 (97.66% from 255) = 35.27%
BLUE value IS 220 (86.33% from 255) = 31.16%
R=33.57%
G=35.27%
B=31.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372492200.0500.120.0284.8370.7391.96
HexEDF9DC50C255475c
Octal35537133450142125107134
Binary1110110111111001110111001010110010101010110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9DC; }

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

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

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

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

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

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

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

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