#EACCEA

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

Shades of Snuff #EACCEA

Tints of Snuff #EACCEA

Color information

#EACCEA (or 0xEACCEA) is unknown color: approx Snuff. HEX triplet: EA, CC and EA. RGB value is (234,204,234). Sum of RGB (Red+Green+Blue) = 234+204+234=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EACCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCEA is #153315. Grayscale: #D8D8D8. Windows color (decimal): -1389334 or 15387882. OLE color: 15387882.

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

Color convert

RGB234204234-
CMYK00.1300.08
HSL300º41.67%85.88%-
HSV(B)300º12.82%91.76%-
XYZ70.3866.6286.99-
YUV216.39137.94140.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 204 (80.08% from 255) = 30.36%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=34.82%
G=30.36%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420423400.1300.0830041.6785.88
HexEACCEA0D0812c2a56
Octal35231435201501045452126
Binary11101010110011001110101001101010001001011001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCEA; }

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

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

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

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

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

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

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

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