#EDF2DD

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

Shades of Saltpan #EDF2DD

Tints of Saltpan #EDF2DD

Color information

#EDF2DD (or 0xEDF2DD) is unknown color: approx Saltpan. HEX triplet: ED, F2 and DD. RGB value is (237,242,221). Sum of RGB (Red+Green+Blue) = 237+242+221=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 221 (86.72% from 255 or 31.57% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF2DD is #120D22. Grayscale: #EEEEEE. Windows color (decimal): -1183011 or 14545645. OLE color: 14545645.

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

Color convert

RGB237242221-
CMYK0.0200.090.05
HSL74.29º44.68%90.78%-
HSV(B)74.29º8.68%94.9%-
XYZ79.7386.7380.94-
YUV238.11118.34127.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 242 (94.92% from 255) = 34.57%
BLUE value IS 221 (86.72% from 255) = 31.57%
R=33.86%
G=34.57%
B=31.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372422210.0200.090.0574.2944.6890.78
HexEDF2DD20954a2d5b
Octal3553623352011511255133
Binary111011011111001011011101100100110110010101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF2DD; }

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

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

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

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

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

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

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

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