#EDFDDB

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

Shades of Saltpan #EDFDDB

Tints of Saltpan #EDFDDB

Color information

#EDFDDB (or 0xEDFDDB) is unknown color: approx Saltpan. HEX triplet: ED, FD and DB. RGB value is (237,253,219). Sum of RGB (Red+Green+Blue) = 237+253+219=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 253 (99.22% from 255 or 35.68% from 709); Blue value is 219 (85.94% from 255 or 30.89% from 709); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDDB is #120224. Grayscale: #F4F4F4. Windows color (decimal): -1180197 or 14417389. OLE color: 14417389.

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

Color convert

RGB237253219-
CMYK0.0600.130.01
HSL88.24º89.47%92.55%-
HSV(B)88.24º13.44%99.22%-
XYZ82.8493.3780.67-
YUV244.34113.7122.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.43%
GREEN value IS 253 (99.22% from 255) = 35.68%
BLUE value IS 219 (85.94% from 255) = 30.89%
R=33.43%
G=35.68%
B=30.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372532190.0600.130.0188.2489.4792.55
HexEDFDDB60D158595d
Octal35537533360151130131135
Binary111011011111110111011011110011011101100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFDDB; }

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

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

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

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

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

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

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

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