#EDFADA

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

Shades of Saltpan #EDFADA

Tints of Saltpan #EDFADA

Color information

#EDFADA (or 0xEDFADA) is unknown color: approx Saltpan. HEX triplet: ED, FA and DA. RGB value is (237,250,218). Sum of RGB (Red+Green+Blue) = 237+250+218=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 250 (98.05% from 255 or 35.46% from 705); Blue value is 218 (85.55% from 255 or 30.92% from 705); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFADA is #120525. Grayscale: #F2F2F2. Windows color (decimal): -1180966 or 14351085. OLE color: 14351085.

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

Color convert

RGB237250218-
CMYK0.0500.130.02
HSL84.38º76.19%91.76%-
HSV(B)84.38º12.8%98.04%-
XYZ81.7791.4479.67-
YUV242.46114.19124.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.62%
GREEN value IS 250 (98.05% from 255) = 35.46%
BLUE value IS 218 (85.55% from 255) = 30.92%
R=33.62%
G=35.46%
B=30.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502180.0500.130.0284.3876.1991.76
HexEDFADA50D2544c5c
Octal35537233250152124114134
Binary1110110111111010110110101010110110101010010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFADA; }

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

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

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

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

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

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

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

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