#EDFED7

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

Shades of Saltpan #EDFED7

Tints of Saltpan #EDFED7

Color information

#EDFED7 (or 0xEDFED7) is unknown color: approx Saltpan. HEX triplet: ED, FE and D7. RGB value is (237,254,215). Sum of RGB (Red+Green+Blue) = 237+254+215=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 215 (84.38% from 255 or 30.45% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFED7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFED7 is #120128. Grayscale: #F4F4F4. Windows color (decimal): -1179945 or 14155501. OLE color: 14155501.

HSL color Cylindrical-coordinate representation of color #EDFED7: hue angle of 86.15º 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 #EDFED7 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB237254215-
CMYK0.0700.150.00
HSL86.15º95.12%91.96%-
HSV(B)86.15º15.35%99.61%-
XYZ82.6393.7978.04-
YUV244.47111.37122.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.57%
GREEN value IS 254 (99.61% from 255) = 35.98%
BLUE value IS 215 (84.38% from 255) = 30.45%
R=33.57%
G=35.98%
B=30.45%

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
Decimal2372542150.0700.150.0086.1595.1291.96
HexEDFED770F0565f5c
Octal35537632770170126137134
Binary111011011111111011010111111011110101011010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFED7; }

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

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

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

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

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

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

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

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