#EACAEA

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

Shades of Snuff #EACAEA

Tints of Snuff #EACAEA

Color information

#EACAEA (or 0xEACAEA) is unknown color: approx Snuff. HEX triplet: EA, CA and EA. RGB value is (234,202,234). Sum of RGB (Red+Green+Blue) = 234+202+234=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: red, blue. Hex color #EACAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAEA is #153515. Grayscale: #D7D7D7. Windows color (decimal): -1389846 or 15387370. OLE color: 15387370.

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

Color convert

RGB234202234-
CMYK00.1400.08
HSL300º43.24%85.49%-
HSV(B)300º13.68%91.76%-
XYZ69.965.6786.83-
YUV215.22138.6141.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 234 (91.80% from 255) = 34.93%
R=34.93%
G=30.15%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420223400.1400.0830043.2485.49
HexEACAEA0E0812c2b55
Octal35231235201601045453125
Binary11101010110010101110101001110010001001011001010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAEA; }

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

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

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

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

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

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

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

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