#EDFED8

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

Shades of Saltpan #EDFED8

Tints of Saltpan #EDFED8

Color information

#EDFED8 (or 0xEDFED8) is unknown color: approx Saltpan. HEX triplet: ED, FE and D8. RGB value is (237,254,216). Sum of RGB (Red+Green+Blue) = 237+254+216=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 216 (84.77% from 255 or 30.55% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFED8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFED8 is #120127. Grayscale: #F4F4F4. Windows color (decimal): -1179944 or 14221037. OLE color: 14221037.

HSL color Cylindrical-coordinate representation of color #EDFED8: hue angle of 86.84º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDFED8 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB237254216-
CMYK0.0700.150.00
HSL86.84º95%92.16%-
HSV(B)86.84º14.96%99.61%-
XYZ82.7693.8578.72-
YUV244.58111.87122.59-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 254 (99.61% from 255) = 35.93%
BLUE value IS 216 (84.77% from 255) = 30.55%
R=33.52%
G=35.93%
B=30.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372542160.0700.150.0086.849592.16
HexEDFED870F0575f5c
Octal35537633070170127137134
Binary111011011111111011011000111011110101011110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFED8; }

 p { color: rgb(237,254,216); }

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

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

 a { background-color: rgb(237,254,216); }

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

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

 span { border-color: rgb(237,254,216); }

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