#EDF9DD

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

Shades of Saltpan #EDF9DD

Tints of Saltpan #EDF9DD

Color information

#EDF9DD (or 0xEDF9DD) is unknown color: approx Saltpan. HEX triplet: ED, F9 and DD. RGB value is (237,249,221). Sum of RGB (Red+Green+Blue) = 237+249+221=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 249 (97.66% from 255 or 35.22% from 707); Blue value is 221 (86.72% from 255 or 31.26% from 707); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9DD is #120622. Grayscale: #F2F2F2. Windows color (decimal): -1181219 or 14547437. OLE color: 14547437.

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

Color convert

RGB237249221-
CMYK0.0500.110.02
HSL85.71º70%92.16%-
HSV(B)85.71º11.24%97.65%-
XYZ81.8590.9881.65-
YUV242.22116.02124.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 249 (97.66% from 255) = 35.22%
BLUE value IS 221 (86.72% from 255) = 31.26%
R=33.52%
G=35.22%
B=31.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372492210.0500.110.0285.717092.16
HexEDF9DD50B256465c
Octal35537133550132126106134
Binary1110110111111001110111011010101110101011010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9DD; }

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

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

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

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

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

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

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

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