#EAC5EB

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

Shades of Snuff #EAC5EB

Tints of Snuff #EAC5EB

Color information

#EAC5EB (or 0xEAC5EB) is unknown color: approx Snuff. HEX triplet: EA, C5 and EB. RGB value is (234,197,235). Sum of RGB (Red+Green+Blue) = 234+197+235=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 197 (77.34% from 255 or 29.58% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #EAC5EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC5EB is #153A14. Grayscale: #D4D4D4. Windows color (decimal): -1391125 or 15451626. OLE color: 15451626.

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

Color convert

RGB234197235-
CMYK0.000.1600.08
HSL298.42º48.72%84.71%-
HSV(B)298.42º16.17%92.16%-
XYZ68.8963.4287.21-
YUV212.4140.76143.41-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 197 (77.34% from 255) = 29.58%
BLUE value IS 235 (92.19% from 255) = 35.29%
R=35.14%
G=29.58%
B=35.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341972350.000.1600.08298.4248.7284.71
HexEAC5EB0100812a3155
Octal35230535302001045261125
Binary111010101100010111101011010000010001001010101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC5EB; }

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

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

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

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

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

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

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

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