#E2E3DD

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

Shades of Black Squeeze #E2E3DD

Tints of Black Squeeze #E2E3DD

Color information

#E2E3DD (or 0xE2E3DD) is unknown color: approx Black Squeeze. HEX triplet: E2, E3 and DD. RGB value is (226,227,221). Sum of RGB (Red+Green+Blue) = 226+227+221=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 227 (89.06% from 255 or 33.68% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E3DD is #1D1C22. Grayscale: #E2E2E2. Windows color (decimal): -1907747 or 14541794. OLE color: 14541794.

HSL color Cylindrical-coordinate representation of color #E2E3DD: hue angle of 70º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2E3DD is Cyan = 0.00, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB226227221-
CMYK0.0000.030.11
HSL70º9.68%87.84%-
HSV(B)70º2.64%89.02%-
XYZ71.8876.3379.35-
YUV226.02125.17127.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 33.53%
GREEN value IS 227 (89.06% from 255) = 33.68%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=33.53%
G=33.68%
B=32.79%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2262272210.0000.030.11709.6887.84
HexE2E3DD003B46a58
Octal3423433350031310612130
Binary11100010111000111101110100111011100011010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2E3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2E3DD; }

 p { color: rgb(226,227,221); }

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

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

 a { background-color: rgb(226,227,221); }

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

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

 span { border-color: rgb(226,227,221); }

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