#EACCED

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

Shades of Snuff #EACCED

Tints of Snuff #EACCED

Color information

#EACCED (or 0xEACCED) is unknown color: approx Snuff. HEX triplet: EA, CC and ED. RGB value is (234,204,237). Sum of RGB (Red+Green+Blue) = 234+204+237=675 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.67% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #EACCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCED is #153312. Grayscale: #D8D8D8. Windows color (decimal): -1389331 or 15584490. OLE color: 15584490.

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

Color convert

RGB234204237-
CMYK0.010.1400.07
HSL294.55º47.83%86.47%-
HSV(B)294.55º13.92%92.94%-
XYZ70.8166.7989.28-
YUV216.73139.44140.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.67%
GREEN value IS 204 (80.08% from 255) = 30.22%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=34.67%
G=30.22%
B=35.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342042370.010.1400.07294.5547.8386.47
HexEACCED1E071273056
Octal3523143551160744760126
Binary1110101011001100111011011111001111001001111100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCED; }

 p { color: rgb(234,204,237); }

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

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

 a { background-color: rgb(234,204,237); }

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

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

 span { border-color: rgb(234,204,237); }

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