#E8D6EB

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

Shades of Snuff #E8D6EB

Tints of Snuff #E8D6EB

Color information

#E8D6EB (or 0xE8D6EB) is unknown color: approx Snuff. HEX triplet: E8, D6 and EB. RGB value is (232,214,235). Sum of RGB (Red+Green+Blue) = 232+214+235=681 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.07% from 681); Green value is 214 (83.98% from 255 or 31.42% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8D6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D6EB is #172914. Grayscale: #DDDDDD. Windows color (decimal): -1517845 or 15455976. OLE color: 15455976.

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

Color convert

RGB232214235-
CMYK0.010.0900.08
HSL291.43º34.43%88.04%-
HSV(B)291.43º8.94%92.16%-
XYZ72.3271.2588.54-
YUV221.78135.46135.29-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.07%
GREEN value IS 214 (83.98% from 255) = 31.42%
BLUE value IS 235 (92.19% from 255) = 34.51%
R=34.07%
G=31.42%
B=34.51%

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
Decimal2322142350.010.0900.08291.4334.4388.04
HexE8D6EB19081232258
Octal35032635311101044342130
Binary11101000110101101110101111001010001001000111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D6EB; }

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

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

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

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

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

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

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

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