#E7D1E4

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

Shades of Snuff #E7D1E4

Tints of Snuff #E7D1E4

Color information

#E7D1E4 (or 0xE7D1E4) is unknown color: approx Snuff. HEX triplet: E7, D1 and E4. RGB value is (231,209,228). Sum of RGB (Red+Green+Blue) = 231+209+228=668 (88% of max value = 765). Red value is 231 (90.62% from 255 or 34.58% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1E4 is #182E1B. Grayscale: #D9D9D9. Windows color (decimal): -1584668 or 14995943. OLE color: 14995943.

HSL color Cylindrical-coordinate representation of color #E7D1E4: hue angle of 308.18º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D1E4 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB231209228-
CMYK00.100.010.09
HSL308.18º31.43%86.27%-
HSV(B)308.18º9.52%90.59%-
XYZ69.7668.1982.88-
YUV217.74133.79137.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.58%
GREEN value IS 209 (82.03% from 255) = 31.29%
BLUE value IS 228 (89.45% from 255) = 34.13%
R=34.58%
G=31.29%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120922800.100.010.09308.1831.4386.27
HexE7D1E40A191341f56
Octal34732134401211146437126
Binary1110011111010001111001000101011001100110100111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D1E4; }

 p { color: rgb(231,209,228); }

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

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

 a { background-color: rgb(231,209,228); }

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

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

 span { border-color: rgb(231,209,228); }

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