#EDFDDA

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

Shades of Saltpan #EDFDDA

Tints of Saltpan #EDFDDA

Color information

#EDFDDA (or 0xEDFDDA) is unknown color: approx Saltpan. HEX triplet: ED, FD and DA. RGB value is (237,253,218). Sum of RGB (Red+Green+Blue) = 237+253+218=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 253 (99.22% from 255 or 35.73% from 708); Blue value is 218 (85.55% from 255 or 30.79% from 708); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDDA is #120225. Grayscale: #F4F4F4. Windows color (decimal): -1180198 or 14351853. OLE color: 14351853.

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

Color convert

RGB237253218-
CMYK0.0600.140.01
HSL87.43º89.74%92.35%-
HSV(B)87.43º13.83%99.22%-
XYZ82.7193.3279.98-
YUV244.23113.2122.85-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 253 (99.22% from 255) = 35.73%
BLUE value IS 218 (85.55% from 255) = 30.79%
R=33.47%
G=35.73%
B=30.79%

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
Decimal2372532180.0600.140.0187.4389.7492.35
HexEDFDDA60E1575a5c
Octal35537533260161127132134
Binary111011011111110111011010110011101101011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDDA; }

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

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

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

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

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

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

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

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