#EDFDD9

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

Shades of Saltpan #EDFDD9

Tints of Saltpan #EDFDD9

Color information

#EDFDD9 (or 0xEDFDD9) is unknown color: approx Saltpan. HEX triplet: ED, FD and D9. RGB value is (237,253,217). Sum of RGB (Red+Green+Blue) = 237+253+217=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 253 (99.22% from 255 or 35.79% from 707); Blue value is 217 (85.16% from 255 or 30.69% from 707); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDD9 is #120226. Grayscale: #F4F4F4. Windows color (decimal): -1180199 or 14286317. OLE color: 14286317.

HSL color Cylindrical-coordinate representation of color #EDFDD9: hue angle of 86.67º degrees, saturation: 0.9, 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 #EDFDD9 is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB237253217-
CMYK0.0600.140.01
HSL86.67º90%92.16%-
HSV(B)86.67º14.23%99.22%-
XYZ82.5793.2679.3-
YUV244.11112.7122.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 253 (99.22% from 255) = 35.79%
BLUE value IS 217 (85.16% from 255) = 30.69%
R=33.52%
G=35.79%
B=30.69%

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
Decimal2372532170.0600.140.0186.679092.16
HexEDFDD960E1575a5c
Octal35537533160161127132134
Binary111011011111110111011001110011101101011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDD9; }

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

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

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

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

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

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

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

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