#E6E9DC

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

Shades of Black Squeeze #E6E9DC

Tints of Black Squeeze #E6E9DC

Color information

#E6E9DC (or 0xE6E9DC) is unknown color: approx Black Squeeze. HEX triplet: E6, E9 and DC. RGB value is (230,233,220). Sum of RGB (Red+Green+Blue) = 230+233+220=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 233 (91.41% from 255 or 34.11% from 683); Blue value is 220 (86.33% from 255 or 32.21% from 683); Max value from RGB is 233 - color contains mainly: green. Hex color #E6E9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6E9DC is #191623. Grayscale: #E6E6E6. Windows color (decimal): -1644068 or 14477798. OLE color: 14477798.

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

Color convert

RGB230233220-
CMYK0.0100.060.09
HSL73.85º22.81%88.82%-
HSV(B)73.85º5.58%91.37%-
XYZ74.6980.2779.27-
YUV230.62122.01127.56-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.67%
GREEN value IS 233 (91.41% from 255) = 34.11%
BLUE value IS 220 (86.33% from 255) = 32.21%
R=33.67%
G=34.11%
B=32.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2302332200.0100.060.0973.8522.8188.82
HexE6E9DC10694a1759
Octal3463513341061111227131
Binary1110011011101001110111001011010011001010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E9DC; }

 p { color: rgb(230,233,220); }

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

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

 a { background-color: rgb(230,233,220); }

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

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

 span { border-color: rgb(230,233,220); }

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