#E9EDD8

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

Shades of Black Squeeze #E9EDD8

Tints of Black Squeeze #E9EDD8

Color information

#E9EDD8 (or 0xE9EDD8) is unknown color: approx Black Squeeze. HEX triplet: E9, ED and D8. RGB value is (233,237,216). Sum of RGB (Red+Green+Blue) = 233+237+216=686 (90% of max value = 765). Red value is 233 (91.41% from 255 or 33.97% from 686); Green value is 237 (92.97% from 255 or 34.55% from 686); Blue value is 216 (84.77% from 255 or 31.49% from 686); Max value from RGB is 237 - color contains mainly: green. Hex color #E9EDD8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EDD8 is #161227. Grayscale: #E9E9E9. Windows color (decimal): -1446440 or 14216681. OLE color: 14216681.

HSL color Cylindrical-coordinate representation of color #E9EDD8: hue angle of 71.43º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E9EDD8 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB233237216-
CMYK0.0200.090.07
HSL71.43º36.84%88.82%-
HSV(B)71.43º8.86%92.94%-
XYZ76.2882.8576.94-
YUV233.41118.17127.71-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.97%
GREEN value IS 237 (92.97% from 255) = 34.55%
BLUE value IS 216 (84.77% from 255) = 31.49%
R=33.97%
G=34.55%
B=31.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2332372160.0200.090.0771.4336.8488.82
HexE9EDD82097472559
Octal3513553302011710745131
Binary111010011110110111011000100100111110001111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EDD8; }

 p { color: rgb(233,237,216); }

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

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

 a { background-color: rgb(233,237,216); }

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

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

 span { border-color: rgb(233,237,216); }

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