#EDF7DB

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

Shades of Saltpan #EDF7DB

Tints of Saltpan #EDF7DB

Color information

#EDF7DB (or 0xEDF7DB) is unknown color: approx Saltpan. HEX triplet: ED, F7 and DB. RGB value is (237,247,219). Sum of RGB (Red+Green+Blue) = 237+247+219=703 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.71% from 703); Green value is 247 (96.88% from 255 or 35.14% from 703); Blue value is 219 (85.94% from 255 or 31.15% from 703); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF7DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF7DB is #120824. Grayscale: #F0F0F0. Windows color (decimal): -1181733 or 14415853. OLE color: 14415853.

HSL color Cylindrical-coordinate representation of color #EDF7DB: hue angle of 81.43º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDF7DB is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB237247219-
CMYK0.0400.110.03
HSL81.43º63.64%91.37%-
HSV(B)81.43º11.34%96.86%-
XYZ80.9789.6480.05-
YUV240.82115.69125.28-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.71%
GREEN value IS 247 (96.88% from 255) = 35.14%
BLUE value IS 219 (85.94% from 255) = 31.15%
R=33.71%
G=35.14%
B=31.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372472190.0400.110.0381.4363.6491.37
HexEDF7DB40B351405b
Octal35536733340133121100133
Binary1110110111110111110110111000101111101000110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF7DB; }

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

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

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

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

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

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

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

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