#E8D4EB

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

Shades of Snuff #E8D4EB

Tints of Snuff #E8D4EB

Color information

#E8D4EB (or 0xE8D4EB) is unknown color: approx Snuff. HEX triplet: E8, D4 and EB. RGB value is (232,212,235). Sum of RGB (Red+Green+Blue) = 232+212+235=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 212 (83.20% from 255 or 31.22% from 679); Blue value is 235 (92.19% from 255 or 34.61% from 679); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8D4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D4EB is #172B14. Grayscale: #DCDCDC. Windows color (decimal): -1518357 or 15455464. OLE color: 15455464.

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

Color convert

RGB232212235-
CMYK0.010.1000.08
HSL292.17º36.51%87.65%-
HSV(B)292.17º9.79%92.16%-
XYZ71.8270.2488.37-
YUV220.6136.13136.13-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.17%
GREEN value IS 212 (83.20% from 255) = 31.22%
BLUE value IS 235 (92.19% from 255) = 34.61%
R=34.17%
G=31.22%
B=34.61%

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
Decimal2322122350.010.1000.08292.1736.5187.65
HexE8D4EB1A081242558
Octal35032435311201044445130
Binary11101000110101001110101111010010001001001001001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D4EB; }

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

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

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

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

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

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

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

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