#EDF4DB

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

Shades of Saltpan #EDF4DB

Tints of Saltpan #EDF4DB

Color information

#EDF4DB (or 0xEDF4DB) is unknown color: approx Saltpan. HEX triplet: ED, F4 and DB. RGB value is (237,244,219). Sum of RGB (Red+Green+Blue) = 237+244+219=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 244 (95.70% from 255 or 34.86% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF4DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF4DB is #120B24. Grayscale: #EFEFEF. Windows color (decimal): -1182501 or 14415085. OLE color: 14415085.

HSL color Cylindrical-coordinate representation of color #EDF4DB: hue angle of 76.8º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDF4DB is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB237244219-
CMYK0.0300.100.04
HSL76.8º53.19%90.78%-
HSV(B)76.8º10.25%95.69%-
XYZ80.0687.8279.75-
YUV239.06116.68126.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 244 (95.70% from 255) = 34.86%
BLUE value IS 219 (85.94% from 255) = 31.29%
R=33.86%
G=34.86%
B=31.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372442190.0300.100.0476.853.1990.78
HexEDF4DB30A44d355b
Octal3553643333012411565133
Binary111011011111010011011011110101010010011011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4DB; }

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

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

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

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

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

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

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

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