#E8D8EA

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

Shades of Snuff #E8D8EA

Tints of Snuff #E8D8EA

Color information

#E8D8EA (or 0xE8D8EA) is unknown color: approx Snuff. HEX triplet: E8, D8 and EA. RGB value is (232,216,234). Sum of RGB (Red+Green+Blue) = 232+216+234=682 (90% of max value = 765). Red value is 232 (91.02% from 255 or 34.02% from 682); Green value is 216 (84.77% from 255 or 31.67% from 682); Blue value is 234 (91.80% from 255 or 34.31% from 682); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8D8EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8D8EA is #172715. Grayscale: #DEDEDE. Windows color (decimal): -1517334 or 15390952. OLE color: 15390952.

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

Color convert

RGB232216234-
CMYK0.010.0800.08
HSL293.33º30%88.24%-
HSV(B)293.33º7.69%91.76%-
XYZ72.6972.2187.95-
YUV222.84134.3134.54-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.02%
GREEN value IS 216 (84.77% from 255) = 31.67%
BLUE value IS 234 (91.80% from 255) = 34.31%
R=34.02%
G=31.67%
B=34.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2322162340.010.0800.08293.333088.24
HexE8D8EA18081251e58
Octal35033035211001044536130
Binary1110100011011000111010101100001000100100101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D8EA; }

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

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

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

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

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

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

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

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