#E8D5EA

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

Shades of Snuff #E8D5EA

Tints of Snuff #E8D5EA

Color information

#E8D5EA (or 0xE8D5EA) is unknown color: approx Snuff. HEX triplet: E8, D5 and EA. RGB value is (232,213,234). Sum of RGB (Red+Green+Blue) = 232+213+234=679 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.17% from 679); Green value is 213 (83.59% from 255 or 31.37% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8D5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D5EA is #172A15. Grayscale: #DDDDDD. Windows color (decimal): -1518102 or 15390184. OLE color: 15390184.

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

Color convert

RGB232213234-
CMYK0.010.0900.08
HSL294.29º33.33%87.65%-
HSV(B)294.29º8.97%91.76%-
XYZ71.9270.6887.69-
YUV221.08135.29135.79-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.17%
GREEN value IS 213 (83.59% from 255) = 31.37%
BLUE value IS 234 (91.80% from 255) = 34.46%
R=34.17%
G=31.37%
B=34.46%

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
Decimal2322132340.010.0900.08294.2933.3387.65
HexE8D5EA19081262158
Octal35032535211101044641130
Binary11101000110101011110101011001010001001001101000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D5EA; }

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

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

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

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

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

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

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

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