#EDF2DE

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

Shades of Saltpan #EDF2DE

Tints of Saltpan #EDF2DE

Color information

#EDF2DE (or 0xEDF2DE) is unknown color: approx Saltpan. HEX triplet: ED, F2 and DE. RGB value is (237,242,222). Sum of RGB (Red+Green+Blue) = 237+242+222=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 222 (87.11% from 255 or 31.67% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2DE is #120D21. Grayscale: #EEEEEE. Windows color (decimal): -1183010 or 14611181. OLE color: 14611181.

HSL color Cylindrical-coordinate representation of color #EDF2DE: hue angle of 75º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDF2DE is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB237242222-
CMYK0.0200.080.05
HSL75º43.48%90.98%-
HSV(B)75º8.26%94.9%-
XYZ79.8686.7881.65-
YUV238.22118.84127.13-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 242 (94.92% from 255) = 34.52%
BLUE value IS 222 (87.11% from 255) = 31.67%
R=33.81%
G=34.52%
B=31.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372422220.0200.080.057543.4890.98
HexEDF2DE20854b2b5b
Octal3553623362010511353133
Binary111011011111001011011110100100010110010111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2DE; }

 p { color: rgb(237,242,222); }

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

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

 a { background-color: rgb(237,242,222); }

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

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

 span { border-color: rgb(237,242,222); }

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