#E7D2EA

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

Shades of Snuff #E7D2EA

Tints of Snuff #E7D2EA

Color information

#E7D2EA (or 0xE7D2EA) is unknown color: approx Snuff. HEX triplet: E7, D2 and EA. RGB value is (231,210,234). Sum of RGB (Red+Green+Blue) = 231+210+234=675 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.22% from 675); Green value is 210 (82.42% from 255 or 31.11% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 234 - color contains mainly: blue. Hex color #E7D2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D2EA is #182D15. Grayscale: #DADADA. Windows color (decimal): -1584406 or 15389415. OLE color: 15389415.

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

Color convert

RGB231210234-
CMYK0.010.1000.08
HSL292.5º36.36%87.06%-
HSV(B)292.5º10.26%91.76%-
XYZ70.8569.0287.43-
YUV219.02136.46136.55-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.22%
GREEN value IS 210 (82.42% from 255) = 31.11%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=34.22%
G=31.11%
B=34.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312102340.010.1000.08292.536.3687.06
HexE7D2EA1A081242457
Octal34732235211201044444127
Binary11100111110100101110101011010010001001001001001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D2EA; }

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

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

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

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

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

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

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

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