#EDF9DA

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

Shades of Saltpan #EDF9DA

Tints of Saltpan #EDF9DA

Color information

#EDF9DA (or 0xEDF9DA) is unknown color: approx Saltpan. HEX triplet: ED, F9 and DA. RGB value is (237,249,218). Sum of RGB (Red+Green+Blue) = 237+249+218=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 249 (97.66% from 255 or 35.37% from 704); Blue value is 218 (85.55% from 255 or 30.97% from 704); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9DA is #120625. Grayscale: #F1F1F1. Windows color (decimal): -1181222 or 14350829. OLE color: 14350829.

HSL color Cylindrical-coordinate representation of color #EDF9DA: hue angle of 83.23º degrees, saturation: 0.72, 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 #EDF9DA is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB237249218-
CMYK0.0500.120.02
HSL83.23º72.09%91.57%-
HSV(B)83.23º12.45%97.65%-
XYZ81.4690.8279.57-
YUV241.88114.52124.52-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 249 (97.66% from 255) = 35.37%
BLUE value IS 218 (85.55% from 255) = 30.97%
R=33.66%
G=35.37%
B=30.97%

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
Decimal2372492180.0500.120.0283.2372.0991.57
HexEDF9DA50C253485c
Octal35537133250142123110134
Binary1110110111111001110110101010110010101001110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF9DA; }

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

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

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

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

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

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

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

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