#E7D4EB

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

Shades of Snuff #E7D4EB

Tints of Snuff #E7D4EB

Color information

#E7D4EB (or 0xE7D4EB) is unknown color: approx Snuff. HEX triplet: E7, D4 and EB. RGB value is (231,212,235). Sum of RGB (Red+Green+Blue) = 231+212+235=678 (89% of max value = 765). Red value is 231 (90.62% from 255 or 34.07% from 678); Green value is 212 (83.20% from 255 or 31.27% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #E7D4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7D4EB is #182B14. Grayscale: #DCDCDC. Windows color (decimal): -1583893 or 15455463. OLE color: 15455463.

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

Color convert

RGB231212235-
CMYK0.020.1000.08
HSL289.57º36.51%87.65%-
HSV(B)289.57º9.79%92.16%-
XYZ71.4970.0788.35-
YUV220.3136.29135.63-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 34.07%
GREEN value IS 212 (83.20% from 255) = 31.27%
BLUE value IS 235 (92.19% from 255) = 34.66%
R=34.07%
G=31.27%
B=34.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2312122350.020.1000.08289.5736.5187.65
HexE7D4EB2A081222558
Octal34732435321201044245130
Binary111001111101010011101011101010010001001000101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D4EB; }

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

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

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

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

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

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

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

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