#EACCE7

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

Shades of Snuff #EACCE7

Tints of Snuff #EACCE7

Color information

#EACCE7 (or 0xEACCE7) is unknown color: approx Snuff. HEX triplet: EA, CC and E7. RGB value is (234,204,231). Sum of RGB (Red+Green+Blue) = 234+204+231=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 231 (90.62% from 255 or 34.53% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EACCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCE7 is #153318. Grayscale: #D7D7D7. Windows color (decimal): -1389337 or 15191274. OLE color: 15191274.

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

Color convert

RGB234204231-
CMYK00.130.010.08
HSL306º41.67%85.88%-
HSV(B)306º12.82%91.76%-
XYZ69.9566.4584.74-
YUV216.05136.44140.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 231 (90.62% from 255) = 34.53%
R=34.98%
G=30.49%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420423100.130.010.0830641.6785.88
HexEACCE70D181322a56
Octal35231434701511046252126
Binary11101010110011001110011101101110001001100101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCE7; }

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

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

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

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

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

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

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

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