#EAC9EB

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

Shades of Snuff #EAC9EB

Tints of Snuff #EAC9EB

Color information

#EAC9EB (or 0xEAC9EB) is unknown color: approx Snuff. HEX triplet: EA, C9 and EB. RGB value is (234,201,235). Sum of RGB (Red+Green+Blue) = 234+201+235=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 201 (78.91% from 255 or 30% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAC9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9EB is #153614. Grayscale: #D6D6D6. Windows color (decimal): -1390101 or 15452650. OLE color: 15452650.

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

Color convert

RGB234201235-
CMYK0.000.1400.08
HSL298.24º45.95%85.49%-
HSV(B)298.24º14.47%92.16%-
XYZ69.8165.2687.51-
YUV214.74139.43141.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 201 (78.91% from 255) = 30%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=34.93%
G=30%
B=35.07%

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
Decimal2342012350.000.1400.08298.2445.9585.49
HexEAC9EB0E0812a2e55
Octal35231135301601045256125
Binary11101010110010011110101101110010001001010101011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9EB; }

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

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

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

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

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

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

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

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