#EDF3DD

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

Shades of Saltpan #EDF3DD

Tints of Saltpan #EDF3DD

Color information

#EDF3DD (or 0xEDF3DD) is unknown color: approx Saltpan. HEX triplet: ED, F3 and DD. RGB value is (237,243,221). Sum of RGB (Red+Green+Blue) = 237+243+221=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF3DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF3DD is #120C22. Grayscale: #EEEEEE. Windows color (decimal): -1182755 or 14545901. OLE color: 14545901.

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

Color convert

RGB237243221-
CMYK0.0200.090.05
HSL76.36º47.83%90.98%-
HSV(B)76.36º9.05%95.29%-
XYZ80.0387.3381.04-
YUV238.7118.01126.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 243 (95.31% from 255) = 34.66%
BLUE value IS 221 (86.72% from 255) = 31.53%
R=33.81%
G=34.66%
B=31.53%

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
Decimal2372432210.0200.090.0576.3647.8390.98
HexEDF3DD20954c305b
Octal3553633352011511460133
Binary111011011111001111011101100100110110011001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF3DD; }

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

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

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

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

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

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

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

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