#EDFADF

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

Shades of Saltpan #EDFADF

Tints of Saltpan #EDFADF

Color information

#EDFADF (or 0xEDFADF) is unknown color: approx Saltpan. HEX triplet: ED, FA and DF. RGB value is (237,250,223). Sum of RGB (Red+Green+Blue) = 237+250+223=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 250 (98.05% from 255 or 35.21% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFADF is #120520. Grayscale: #F3F3F3. Windows color (decimal): -1180961 or 14678765. OLE color: 14678765.

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

Color convert

RGB237250223-
CMYK0.0500.110.02
HSL88.89º72.97%92.75%-
HSV(B)88.89º10.8%98.04%-
XYZ82.4391.783.17-
YUV243.04116.69123.7-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.38%
GREEN value IS 250 (98.05% from 255) = 35.21%
BLUE value IS 223 (87.5% from 255) = 31.41%
R=33.38%
G=35.21%
B=31.41%

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
Decimal2372502230.0500.110.0288.8972.9792.75
HexEDFADF50B259495d
Octal35537233750132131111135
Binary1110110111111010110111111010101110101100110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFADF; }

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

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

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

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

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

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

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

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