#E8EDDD

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

Shades of Saltpan #E8EDDD

Tints of Saltpan #E8EDDD

Color information

#E8EDDD (or 0xE8EDDD) is unknown color: approx Saltpan. HEX triplet: E8, ED and DD. RGB value is (232,237,221). Sum of RGB (Red+Green+Blue) = 232+237+221=690 (91% of max value = 765). Red value is 232 (91.02% from 255 or 33.62% from 690); Green value is 237 (92.97% from 255 or 34.35% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 237 - color contains mainly: green. Hex color #E8EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E8EDDD is #171222. Grayscale: #E9E9E9. Windows color (decimal): -1511971 or 14544360. OLE color: 14544360.

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

Color convert

RGB232237221-
CMYK0.0200.070.07
HSL78.75º30.77%89.8%-
HSV(B)78.75º6.75%92.94%-
XYZ76.6182.9480.38-
YUV233.68120.84126.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 33.62%
GREEN value IS 237 (92.97% from 255) = 34.35%
BLUE value IS 221 (86.72% from 255) = 32.03%
R=33.62%
G=34.35%
B=32.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322372210.0200.070.0778.7530.7789.8
HexE8EDDD20774f1f5a
Octal350355335207711737132
Binary1110100011101101110111011001111111001111111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8EDDD; }

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

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

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

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

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

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

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

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