#E7D8E5

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

Shades of Snuff #E7D8E5

Tints of Snuff #E7D8E5

Color information

#E7D8E5 (or 0xE7D8E5) is unknown color: approx Snuff. HEX triplet: E7, D8 and E5. RGB value is (231,216,229). Sum of RGB (Red+Green+Blue) = 231+216+229=676 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.17% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D8E5 is #18271A. Grayscale: #DDDDDD. Windows color (decimal): -1582875 or 15063271. OLE color: 15063271.

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

Color convert

RGB231216229-
CMYK00.060.010.09
HSL308º23.81%87.65%-
HSV(B)308º6.49%90.59%-
XYZ71.6571.7684.2-
YUV221.97131.97134.44-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.17%
GREEN value IS 216 (84.77% from 255) = 31.95%
BLUE value IS 229 (89.84% from 255) = 33.88%
R=34.17%
G=31.95%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23121622900.060.010.0930823.8187.65
HexE7D8E506191341858
Octal3473303450611146430130
Binary111001111101100011100101011011001100110100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D8E5; }

 p { color: rgb(231,216,229); }

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

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

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

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

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

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

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