#E7EDDC

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

Shades of Saltpan #E7EDDC

Tints of Saltpan #E7EDDC

Color information

#E7EDDC (or 0xE7EDDC) is unknown color: approx Saltpan. HEX triplet: E7, ED and DC. RGB value is (231,237,220). Sum of RGB (Red+Green+Blue) = 231+237+220=688 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.58% from 688); Green value is 237 (92.97% from 255 or 34.45% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EDDC is #181223. Grayscale: #E9E9E9. Windows color (decimal): -1577508 or 14478823. OLE color: 14478823.

HSL color Cylindrical-coordinate representation of color #E7EDDC: hue angle of 81.18º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E7EDDC is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB231237220-
CMYK0.0300.070.07
HSL81.18º32.08%89.61%-
HSV(B)81.18º7.17%92.94%-
XYZ76.1682.7279.66-
YUV233.27120.51126.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.58%
GREEN value IS 237 (92.97% from 255) = 34.45%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=33.58%
G=34.45%
B=31.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312372200.0300.070.0781.1832.0889.61
HexE7EDDC307751205a
Octal347355334307712140132
Binary11100111111011011101110011011111110100011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EDDC; }

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

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

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

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

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

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

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

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