#EACAEC

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

Shades of Snuff #EACAEC

Tints of Snuff #EACAEC

Color information

#EACAEC (or 0xEACAEC) is unknown color: approx Snuff. HEX triplet: EA, CA and EC. RGB value is (234,202,236). Sum of RGB (Red+Green+Blue) = 234+202+236=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 236 - color contains mainly: blue. Hex color #EACAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAEC is #153513. Grayscale: #D7D7D7. Windows color (decimal): -1389844 or 15518442. OLE color: 15518442.

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

Color convert

RGB234202236-
CMYK0.010.1400.07
HSL296.47º47.22%85.88%-
HSV(B)296.47º14.41%92.55%-
XYZ70.1965.7988.36-
YUV215.44139.6141.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 202 (79.30% from 255) = 30.06%
BLUE value IS 236 (92.58% from 255) = 35.12%
R=34.82%
G=30.06%
B=35.12%

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
Decimal2342022360.010.1400.07296.4747.2285.88
HexEACAEC1E071282f56
Octal3523123541160745057126
Binary1110101011001010111011001111001111001010001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAEC; }

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

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

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

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

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

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

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

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