#E8D5EB

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

Shades of Snuff #E8D5EB

Tints of Snuff #E8D5EB

Color information

#E8D5EB (or 0xE8D5EB) is unknown color: approx Snuff. HEX triplet: E8, D5 and EB. RGB value is (232,213,235). Sum of RGB (Red+Green+Blue) = 232+213+235=680 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.12% from 680); Green value is 213 (83.59% from 255 or 31.32% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8D5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D5EB is #172A14. Grayscale: #DDDDDD. Windows color (decimal): -1518101 or 15455720. OLE color: 15455720.

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

Color convert

RGB232213235-
CMYK0.010.0900.08
HSL291.82º35.48%87.84%-
HSV(B)291.82º9.36%92.16%-
XYZ72.0770.7488.45-
YUV221.19135.79135.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.12%
GREEN value IS 213 (83.59% from 255) = 31.32%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=34.12%
G=31.32%
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
Decimal2322132350.010.0900.08291.8235.4887.84
HexE8D5EB19081242358
Octal35032535311101044443130
Binary11101000110101011110101111001010001001001001000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D5EB; }

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

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

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

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

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

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

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

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