#EAC8EB

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

Shades of Snuff #EAC8EB

Tints of Snuff #EAC8EB

Color information

#EAC8EB (or 0xEAC8EB) is unknown color: approx Snuff. HEX triplet: EA, C8 and EB. RGB value is (234,200,235). Sum of RGB (Red+Green+Blue) = 234+200+235=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 235 (92.19% from 255 or 35.13% from 669); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAC8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC8EB is #153714. Grayscale: #D6D6D6. Windows color (decimal): -1390357 or 15452394. OLE color: 15452394.

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

Color convert

RGB234200235-
CMYK0.000.1500.08
HSL298.29º46.67%85.29%-
HSV(B)298.29º14.89%92.16%-
XYZ69.5864.887.44-
YUV214.16139.76142.15-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 200 (78.52% from 255) = 29.90%
BLUE value IS 235 (92.19% from 255) = 35.13%
R=34.98%
G=29.90%
B=35.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342002350.000.1500.08298.2946.6785.29
HexEAC8EB0F0812a2f55
Octal35231035301701045257125
Binary11101010110010001110101101111010001001010101011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC8EB; }

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

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

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

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

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

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

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

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