#EDFCD9

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

Shades of Saltpan #EDFCD9

Tints of Saltpan #EDFCD9

Color information

#EDFCD9 (or 0xEDFCD9) is unknown color: approx Saltpan. HEX triplet: ED, FC and D9. RGB value is (237,252,217). Sum of RGB (Red+Green+Blue) = 237+252+217=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 252 (98.83% from 255 or 35.69% from 706); Blue value is 217 (85.16% from 255 or 30.74% from 706); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCD9 is #120326. Grayscale: #F3F3F3. Windows color (decimal): -1180455 or 14286061. OLE color: 14286061.

HSL color Cylindrical-coordinate representation of color #EDFCD9: hue angle of 85.71º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EDFCD9 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB237252217-
CMYK0.0600.140.01
HSL85.71º85.37%91.96%-
HSV(B)85.71º13.89%98.82%-
XYZ82.2692.6479.19-
YUV243.52113.03123.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.57%
GREEN value IS 252 (98.83% from 255) = 35.69%
BLUE value IS 217 (85.16% from 255) = 30.74%
R=33.57%
G=35.69%
B=30.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372522170.0600.140.0185.7185.3791.96
HexEDFCD960E156555c
Octal35537433160161126125134
Binary111011011111110011011001110011101101011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFCD9; }

 p { color: rgb(237,252,217); }

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

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

 a { background-color: rgb(237,252,217); }

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

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

 span { border-color: rgb(237,252,217); }

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