#E6E0E5

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

Shades of Snuff #E6E0E5

Tints of Snuff #E6E0E5

Color information

#E6E0E5 (or 0xE6E0E5) is unknown color: approx Snuff. HEX triplet: E6, E0 and E5. RGB value is (230,224,229). Sum of RGB (Red+Green+Blue) = 230+224+229=683 (90% of max value = 765). Red value is 230 (90.23% from 255 or 33.67% from 683); Green value is 224 (87.89% from 255 or 32.80% from 683); Blue value is 229 (89.84% from 255 or 33.53% from 683); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E0E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6E0E5 is #191F1A. Grayscale: #E2E2E2. Windows color (decimal): -1646363 or 15065318. OLE color: 15065318.

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

Color convert

RGB230224229-
CMYK00.030.000.10
HSL310º10.71%89.02%-
HSV(B)310º2.61%90.2%-
XYZ73.4375.7984.89-
YUV226.36129.49130.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.67%
GREEN value IS 224 (87.89% from 255) = 32.80%
BLUE value IS 229 (89.84% from 255) = 33.53%
R=33.67%
G=32.80%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022422900.030.000.1031010.7189.02
HexE6E0E5030A136b59
Octal3463403450301246613131
Binary1110011011100000111001010110101010011011010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6E0E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6E0E5; }

 p { color: rgb(230,224,229); }

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

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

 a { background-color: rgb(230,224,229); }

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

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

 span { border-color: rgb(230,224,229); }

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