#E7D6EA

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

Shades of Snuff #E7D6EA

Tints of Snuff #E7D6EA

Color information

#E7D6EA (or 0xE7D6EA) is unknown color: approx Snuff. HEX triplet: E7, D6 and EA. RGB value is (231,214,234). Sum of RGB (Red+Green+Blue) = 231+214+234=679 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.02% from 679); Green value is 214 (83.98% from 255 or 31.52% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7D6EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D6EA is #182915. Grayscale: #DDDDDD. Windows color (decimal): -1583382 or 15390439. OLE color: 15390439.

HSL color Cylindrical-coordinate representation of color #E7D6EA: hue angle of 291º degrees, saturation: 0.32, 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 #E7D6EA is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB231214234-
CMYK0.010.0900.08
HSL291º32.26%87.84%-
HSV(B)291º8.55%91.76%-
XYZ71.8571.0287.76-
YUV221.36135.13134.87-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.02%
GREEN value IS 214 (83.98% from 255) = 31.52%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=34.02%
G=31.52%
B=34.46%

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
Decimal2312142340.010.0900.0829132.2687.84
HexE7D6EA19081232058
Octal34732635211101044340130
Binary11100111110101101110101011001010001001000111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D6EA; }

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

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

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

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

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

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

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

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