#E9EBDD

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

Shades of Black Squeeze #E9EBDD

Tints of Black Squeeze #E9EBDD

Color information

#E9EBDD (or 0xE9EBDD) is unknown color: approx Black Squeeze. HEX triplet: E9, EB and DD. RGB value is (233,235,221). Sum of RGB (Red+Green+Blue) = 233+235+221=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 235 - color contains mainly: green. Hex color #E9EBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EBDD is #161422. Grayscale: #E8E8E8. Windows color (decimal): -1446947 or 14543849. OLE color: 14543849.

HSL color Cylindrical-coordinate representation of color #E9EBDD: hue angle of 68.57º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9EBDD is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB233235221-
CMYK0.0100.060.08
HSL68.57º25.93%89.41%-
HSV(B)68.57º5.96%92.16%-
XYZ76.3681.9680.2-
YUV232.81121.34128.14-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.82%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 221 (86.72% from 255) = 32.08%
R=33.82%
G=34.11%
B=32.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2332352210.0100.060.0868.5725.9389.41
HexE9EBDD1068451a59
Octal3513533351061010532131
Binary1110100111101011110111011011010001000101110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EBDD; }

 p { color: rgb(233,235,221); }

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

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

 a { background-color: rgb(233,235,221); }

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

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

 span { border-color: rgb(233,235,221); }

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