#EACCEC

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

Shades of Snuff #EACCEC

Tints of Snuff #EACCEC

Color information

#EACCEC (or 0xEACCEC) is unknown color: approx Snuff. HEX triplet: EA, CC and EC. RGB value is (234,204,236). Sum of RGB (Red+Green+Blue) = 234+204+236=674 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.72% from 674); Green value is 204 (80.08% from 255 or 30.27% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #EACCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCEC is #153313. Grayscale: #D8D8D8. Windows color (decimal): -1389332 or 15518954. OLE color: 15518954.

HSL color Cylindrical-coordinate representation of color #EACCEC: hue angle of 296.25º degrees, saturation: 0.46, 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 #EACCEC is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234204236-
CMYK0.010.1400.07
HSL296.25º45.71%86.27%-
HSV(B)296.25º13.56%92.55%-
XYZ70.6666.7388.51-
YUV216.62138.94140.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.72%
GREEN value IS 204 (80.08% from 255) = 30.27%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=34.72%
G=30.27%
B=35.01%

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
Decimal2342042360.010.1400.07296.2545.7186.27
HexEACCEC1E071282e56
Octal3523143541160745056126
Binary1110101011001100111011001111001111001010001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCEC; }

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

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

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

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

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

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

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

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