#E7EDDE

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

Shades of Saltpan #E7EDDE

Tints of Saltpan #E7EDDE

Color information

#E7EDDE (or 0xE7EDDE) is unknown color: approx Saltpan. HEX triplet: E7, ED and DE. RGB value is (231,237,222). Sum of RGB (Red+Green+Blue) = 231+237+222=690 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.48% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 237 - color contains mainly: green. Hex color #E7EDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7EDDE is #181221. Grayscale: #E9E9E9. Windows color (decimal): -1577506 or 14609895. OLE color: 14609895.

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

Color convert

RGB231237222-
CMYK0.0300.060.07
HSL84º29.41%90%-
HSV(B)84º6.33%92.94%-
XYZ76.4282.8381.07-
YUV233.5121.51126.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 33.48%
GREEN value IS 237 (92.97% from 255) = 34.35%
BLUE value IS 222 (87.11% from 255) = 32.17%
R=33.48%
G=34.35%
B=32.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2312372220.0300.060.078429.4190
HexE7EDDE3067541d5a
Octal347355336306712435132
Binary1110011111101101110111101101101111010100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7EDDE; }

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

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

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

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

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

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

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

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