#E5C5E5

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

Shades of Snuff #E5C5E5

Tints of Snuff #E5C5E5

Color information

#E5C5E5 (or 0xE5C5E5) is unknown color: approx Snuff. HEX triplet: E5, C5 and E5. RGB value is (229,197,229). Sum of RGB (Red+Green+Blue) = 229+197+229=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 197 (77.34% from 255 or 30.08% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: red, blue. Hex color #E5C5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C5E5 is #1A3A1A. Grayscale: #D2D2D2. Windows color (decimal): -1718811 or 15058405. OLE color: 15058405.

HSL color Cylindrical-coordinate representation of color #E5C5E5: hue angle of 300º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5C5E5 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB229197229-
CMYK00.1400.10
HSL300º38.1%83.53%-
HSV(B)300º13.97%89.8%-
XYZ66.4262.2582.64-
YUV210.22138.6141.4-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 34.96%
GREEN value IS 197 (77.34% from 255) = 30.08%
BLUE value IS 229 (89.84% from 255) = 34.96%
R=34.96%
G=30.08%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22919722900.1400.1030038.183.53
HexE5C5E50E0A12c2654
Octal34530534501601245446124
Binary11100101110001011110010101110010101001011001001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5C5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5C5E5; }

 p { color: rgb(229,197,229); }

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

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

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

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

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

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

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