#EDF5DC

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

Shades of Saltpan #EDF5DC

Tints of Saltpan #EDF5DC

Color information

#EDF5DC (or 0xEDF5DC) is unknown color: approx Saltpan. HEX triplet: ED, F5 and DC. RGB value is (237,245,220). Sum of RGB (Red+Green+Blue) = 237+245+220=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 245 (96.09% from 255 or 34.90% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF5DC is #120A23. Grayscale: #EFEFEF. Windows color (decimal): -1182244 or 14480877. OLE color: 14480877.

HSL color Cylindrical-coordinate representation of color #EDF5DC: hue angle of 79.2º degrees, saturation: 0.56, 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 #EDF5DC is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB237245220-
CMYK0.0300.100.04
HSL79.2º55.56%91.18%-
HSV(B)79.2º10.2%96.08%-
XYZ80.588.4880.55-
YUV239.76116.85126.03-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.76%
GREEN value IS 245 (96.09% from 255) = 34.90%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=33.76%
G=34.90%
B=31.34%

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
Decimal2372452200.0300.100.0479.255.5691.18
HexEDF5DC30A44f385b
Octal3553653343012411770133
Binary111011011111010111011100110101010010011111110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF5DC; }

 p { color: rgb(237,245,220); }

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

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

 a { background-color: rgb(237,245,220); }

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

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

 span { border-color: rgb(237,245,220); }

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