#E0E2D9

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

Shades of Black Squeeze #E0E2D9

Tints of Black Squeeze #E0E2D9

Color information

#E0E2D9 (or 0xE0E2D9) is unknown color: approx Black Squeeze. HEX triplet: E0, E2 and D9. RGB value is (224,226,217). Sum of RGB (Red+Green+Blue) = 224+226+217=667 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.58% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 217 (85.16% from 255 or 32.53% from 667); Max value from RGB is 226 - color contains mainly: green. Hex color #E0E2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0E2D9 is #1F1D26. Grayscale: #E0E0E0. Windows color (decimal): -2039079 or 14279392. OLE color: 14279392.

HSL color Cylindrical-coordinate representation of color #E0E2D9: hue angle of 73.33º degrees, saturation: 0.13, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E0E2D9 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB224226217-
CMYK0.0100.040.11
HSL73.33º13.43%86.86%-
HSV(B)73.33º3.98%88.63%-
XYZ70.4675.2576.46-
YUV224.38123.84127.73-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.58%
GREEN value IS 226 (88.67% from 255) = 33.88%
BLUE value IS 217 (85.16% from 255) = 32.53%
R=33.58%
G=33.88%
B=32.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242262170.0100.040.1173.3313.4386.86
HexE0E2D9104B49d57
Octal3403423311041311115127
Binary111000001110001011011001101001011100100111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0E2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0E2D9; }

 p { color: rgb(224,226,217); }

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

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

 a { background-color: rgb(224,226,217); }

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

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

 span { border-color: rgb(224,226,217); }

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