#EDFAD7

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

Shades of Saltpan #EDFAD7

Tints of Saltpan #EDFAD7

Color information

#EDFAD7 (or 0xEDFAD7) is unknown color: approx Saltpan. HEX triplet: ED, FA and D7. RGB value is (237,250,215). Sum of RGB (Red+Green+Blue) = 237+250+215=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 215 (84.38% from 255 or 30.63% from 702); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFAD7 is #120528. Grayscale: #F2F2F2. Windows color (decimal): -1180969 or 14154477. OLE color: 14154477.

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

Color convert

RGB237250215-
CMYK0.0500.140.02
HSL82.29º77.78%91.18%-
HSV(B)82.29º14%98.04%-
XYZ81.3891.2877.62-
YUV242.12112.69124.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.76%
GREEN value IS 250 (98.05% from 255) = 35.61%
BLUE value IS 215 (84.38% from 255) = 30.63%
R=33.76%
G=35.61%
B=30.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502150.0500.140.0282.2977.7891.18
HexEDFAD750E2524e5b
Octal35537232750162122116133
Binary1110110111111010110101111010111010101001010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFAD7; }

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

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

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

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

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

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

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

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