#E8CDEC

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

Shades of Snuff #E8CDEC

Tints of Snuff #E8CDEC

Color information

#E8CDEC (or 0xE8CDEC) is unknown color: approx Snuff. HEX triplet: E8, CD and EC. RGB value is (232,205,236). Sum of RGB (Red+Green+Blue) = 232+205+236=673 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.47% from 673); Green value is 205 (80.47% from 255 or 30.46% from 673); Blue value is 236 (92.58% from 255 or 35.07% from 673); Max value from RGB is 236 - color contains mainly: blue. Hex color #E8CDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CDEC is #173213. Grayscale: #D8D8D8. Windows color (decimal): -1520148 or 15519208. OLE color: 15519208.

HSL color Cylindrical-coordinate representation of color #E8CDEC: hue angle of 292.26º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8CDEC is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232205236-
CMYK0.020.1300.07
HSL292.26º44.93%86.47%-
HSV(B)292.26º13.14%92.55%-
XYZ70.2566.8788.56-
YUV216.61138.95138.98-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.47%
GREEN value IS 205 (80.47% from 255) = 30.46%
BLUE value IS 236 (92.58% from 255) = 35.07%
R=34.47%
G=30.46%
B=35.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322052360.020.1300.07292.2644.9386.47
HexE8CDEC2D071242d56
Octal3503153542150744455126
Binary11101000110011011110110010110101111001001001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CDEC; }

 p { color: rgb(232,205,236); }

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

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

 a { background-color: rgb(232,205,236); }

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

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

 span { border-color: rgb(232,205,236); }

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