#EDFAD9

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

Shades of Saltpan #EDFAD9

Tints of Saltpan #EDFAD9

Color information

#EDFAD9 (or 0xEDFAD9) is unknown color: approx Saltpan. HEX triplet: ED, FA and D9. RGB value is (237,250,217). Sum of RGB (Red+Green+Blue) = 237+250+217=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 250 (98.05% from 255 or 35.51% from 704); Blue value is 217 (85.16% from 255 or 30.82% from 704); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAD9 is #120526. Grayscale: #F2F2F2. Windows color (decimal): -1180967 or 14285549. OLE color: 14285549.

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

Color convert

RGB237250217-
CMYK0.0500.130.02
HSL83.64º76.74%91.57%-
HSV(B)83.64º13.2%98.04%-
XYZ81.6491.3978.98-
YUV242.35113.69124.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 250 (98.05% from 255) = 35.51%
BLUE value IS 217 (85.16% from 255) = 30.82%
R=33.66%
G=35.51%
B=30.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502170.0500.130.0283.6476.7491.57
HexEDFAD950D2544d5c
Octal35537233150152124115134
Binary1110110111111010110110011010110110101010010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAD9; }

 p { color: rgb(237,250,217); }

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

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

 a { background-color: rgb(237,250,217); }

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

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

 span { border-color: rgb(237,250,217); }

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