#EACAEB

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

Shades of Snuff #EACAEB

Tints of Snuff #EACAEB

Color information

#EACAEB (or 0xEACAEB) is unknown color: approx Snuff. HEX triplet: EA, CA and EB. RGB value is (234,202,235). Sum of RGB (Red+Green+Blue) = 234+202+235=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #EACAEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACAEB is #153514. Grayscale: #D7D7D7. Windows color (decimal): -1389845 or 15452906. OLE color: 15452906.

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

Color convert

RGB234202235-
CMYK0.000.1400.08
HSL298.18º45.21%85.69%-
HSV(B)298.18º14.04%92.16%-
XYZ70.0565.7387.59-
YUV215.33139.1141.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 202 (79.30% from 255) = 30.10%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=34.87%
G=30.10%
B=35.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342022350.000.1400.08298.1845.2185.69
HexEACAEB0E0812a2d56
Octal35231235301601045255126
Binary11101010110010101110101101110010001001010101011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACAEB; }

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

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

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

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

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

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

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

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