#EDFADC

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

Shades of Saltpan #EDFADC

Tints of Saltpan #EDFADC

Color information

#EDFADC (or 0xEDFADC) is unknown color: approx Saltpan. HEX triplet: ED, FA and DC. RGB value is (237,250,220). Sum of RGB (Red+Green+Blue) = 237+250+220=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 220 (86.33% from 255 or 31.12% from 707); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFADC is #120523. Grayscale: #F2F2F2. Windows color (decimal): -1180964 or 14482157. OLE color: 14482157.

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

Color convert

RGB237250220-
CMYK0.0500.120.02
HSL86º75%92.16%-
HSV(B)86º12%98.04%-
XYZ82.0391.5481.06-
YUV242.69115.19123.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 220 (86.33% from 255) = 31.12%
R=33.52%
G=35.36%
B=31.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372502200.0500.120.02867592.16
HexEDFADC50C2564b5c
Octal35537233450142126113134
Binary1110110111111010110111001010110010101011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFADC; }

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

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

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

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

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

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

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

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