#EDF3DC

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

Shades of Saltpan #EDF3DC

Tints of Saltpan #EDF3DC

Color information

#EDF3DC (or 0xEDF3DC) is unknown color: approx Saltpan. HEX triplet: ED, F3 and DC. RGB value is (237,243,220). Sum of RGB (Red+Green+Blue) = 237+243+220=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3DC is #120C23. Grayscale: #EEEEEE. Windows color (decimal): -1182756 or 14480365. OLE color: 14480365.

HSL color Cylindrical-coordinate representation of color #EDF3DC: hue angle of 75.65º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDF3DC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB237243220-
CMYK0.0200.090.05
HSL75.65º48.94%90.78%-
HSV(B)75.65º9.47%95.29%-
XYZ79.8987.2780.34-
YUV238.58117.51126.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 243 (95.31% from 255) = 34.71%
BLUE value IS 220 (86.33% from 255) = 31.43%
R=33.86%
G=34.71%
B=31.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372432200.0200.090.0575.6548.9490.78
HexEDF3DC20954c315b
Octal3553633342011511461133
Binary111011011111001111011100100100110110011001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3DC; }

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

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

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

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

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

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

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

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