#E9EBDE

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

Shades of Black Squeeze #E9EBDE

Tints of Black Squeeze #E9EBDE

Color information

#E9EBDE (or 0xE9EBDE) is unknown color: approx Black Squeeze. HEX triplet: E9, EB and DE. RGB value is (233,235,222). Sum of RGB (Red+Green+Blue) = 233+235+222=690 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.77% from 690); Green value is 235 (92.19% from 255 or 34.06% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 235 - color contains mainly: green. Hex color #E9EBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9EBDE is #161421. Grayscale: #E8E8E8. Windows color (decimal): -1446946 or 14609385. OLE color: 14609385.

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

Color convert

RGB233235222-
CMYK0.0100.060.08
HSL69.23º24.53%89.61%-
HSV(B)69.23º5.53%92.16%-
XYZ76.582.0180.91-
YUV232.92121.84128.06-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 33.77%
GREEN value IS 235 (92.19% from 255) = 34.06%
BLUE value IS 222 (87.11% from 255) = 32.17%
R=33.77%
G=34.06%
B=32.17%

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
Decimal2332352220.0100.060.0869.2324.5389.61
HexE9EBDE106845195a
Octal3513533361061010531132
Binary1110100111101011110111101011010001000101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9EBDE; }

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

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

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

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

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

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

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

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