#EDF3DE

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

Shades of Saltpan #EDF3DE

Tints of Saltpan #EDF3DE

Color information

#EDF3DE (or 0xEDF3DE) is unknown color: approx Saltpan. HEX triplet: ED, F3 and DE. RGB value is (237,243,222). Sum of RGB (Red+Green+Blue) = 237+243+222=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3DE is #120C21. Grayscale: #EEEEEE. Windows color (decimal): -1182754 or 14611437. OLE color: 14611437.

HSL color Cylindrical-coordinate representation of color #EDF3DE: hue angle of 77.14º degrees, saturation: 0.47, 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 #EDF3DE is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB237243222-
CMYK0.0200.090.05
HSL77.14º46.67%91.18%-
HSV(B)77.14º8.64%95.29%-
XYZ80.1687.3881.75-
YUV238.81118.51126.71-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.76%
GREEN value IS 243 (95.31% from 255) = 34.62%
BLUE value IS 222 (87.11% from 255) = 31.62%
R=33.76%
G=34.62%
B=31.62%

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
Decimal2372432220.0200.090.0577.1446.6791.18
HexEDF3DE20954d2f5b
Octal3553633362011511557133
Binary111011011111001111011110100100110110011011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3DE; }

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

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

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

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

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

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

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

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