#EDFADE

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

Shades of Saltpan #EDFADE

Tints of Saltpan #EDFADE

Color information

#EDFADE (or 0xEDFADE) is unknown color: approx Saltpan. HEX triplet: ED, FA and DE. RGB value is (237,250,222). Sum of RGB (Red+Green+Blue) = 237+250+222=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 250 (98.05% from 255 or 35.26% from 709); Blue value is 222 (87.11% from 255 or 31.31% from 709); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFADE is #120521. Grayscale: #F3F3F3. Windows color (decimal): -1180962 or 14613229. OLE color: 14613229.

HSL color Cylindrical-coordinate representation of color #EDFADE: hue angle of 87.86º degrees, saturation: 0.74, 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 #EDFADE is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB237250222-
CMYK0.0500.110.02
HSL87.86º73.68%92.55%-
HSV(B)87.86º11.2%98.04%-
XYZ82.391.6582.46-
YUV242.92116.19123.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.43%
GREEN value IS 250 (98.05% from 255) = 35.26%
BLUE value IS 222 (87.11% from 255) = 31.31%
R=33.43%
G=35.26%
B=31.31%

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
Decimal2372502220.0500.110.0287.8673.6892.55
HexEDFADE50B2584a5d
Octal35537233650132130112135
Binary1110110111111010110111101010101110101100010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFADE; }

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

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

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

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

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

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

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

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