#E7D5EA

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

Shades of Snuff #E7D5EA

Tints of Snuff #E7D5EA

Color information

#E7D5EA (or 0xE7D5EA) is unknown color: approx Snuff. HEX triplet: E7, D5 and EA. RGB value is (231,213,234). Sum of RGB (Red+Green+Blue) = 231+213+234=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 213 (83.59% from 255 or 31.42% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7D5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D5EA is #182A15. Grayscale: #DCDCDC. Windows color (decimal): -1583638 or 15390183. OLE color: 15390183.

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

Color convert

RGB231213234-
CMYK0.010.0900.08
HSL291.43º33.33%87.65%-
HSV(B)291.43º8.97%91.76%-
XYZ71.670.5287.68-
YUV220.78135.46135.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.07%
GREEN value IS 213 (83.59% from 255) = 31.42%
BLUE value IS 234 (91.80% from 255) = 34.51%
R=34.07%
G=31.42%
B=34.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312132340.010.0900.08291.4333.3387.65
HexE7D5EA19081232158
Octal34732535211101044341130
Binary11100111110101011110101011001010001001000111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D5EA; }

 p { color: rgb(231,213,234); }

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

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

 a { background-color: rgb(231,213,234); }

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

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

 span { border-color: rgb(231,213,234); }

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