#E7D4EA

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

Shades of Snuff #E7D4EA

Tints of Snuff #E7D4EA

Color information

#E7D4EA (or 0xE7D4EA) is unknown color: approx Snuff. HEX triplet: E7, D4 and EA. RGB value is (231,212,234). Sum of RGB (Red+Green+Blue) = 231+212+234=677 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.12% from 677); Green value is 212 (83.20% from 255 or 31.31% from 677); Blue value is 234 (91.80% from 255 or 34.56% from 677); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7D4EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D4EA is #182B15. Grayscale: #DCDCDC. Windows color (decimal): -1583894 or 15389927. OLE color: 15389927.

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

Color convert

RGB231212234-
CMYK0.010.0900.08
HSL291.82º34.37%87.45%-
HSV(B)291.82º9.4%91.76%-
XYZ71.3570.0287.6-
YUV220.19135.79135.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.12%
GREEN value IS 212 (83.20% from 255) = 31.31%
BLUE value IS 234 (91.80% from 255) = 34.56%
R=34.12%
G=31.31%
B=34.56%

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
Decimal2312122340.010.0900.08291.8234.3787.45
HexE7D4EA19081242257
Octal34732435211101044442127
Binary11100111110101001110101011001010001001001001000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D4EA; }

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

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

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

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

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

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

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

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