#EAC2ED

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

Shades of Snuff #EAC2ED

Tints of Snuff #EAC2ED

Color information

#EAC2ED (or 0xEAC2ED) is unknown color: approx Snuff. HEX triplet: EA, C2 and ED. RGB value is (234,194,237). Sum of RGB (Red+Green+Blue) = 234+194+237=665 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.19% from 665); Green value is 194 (76.17% from 255 or 29.17% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAC2ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2ED is #153D12. Grayscale: #D2D2D2. Windows color (decimal): -1391891 or 15581930. OLE color: 15581930.

HSL color Cylindrical-coordinate representation of color #EAC2ED: hue angle of 295.81º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC2ED is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234194237-
CMYK0.010.1800.07
HSL295.81º54.43%84.51%-
HSV(B)295.81º18.14%92.94%-
XYZ68.5162.1988.51-
YUV210.86142.75144.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.19%
GREEN value IS 194 (76.17% from 255) = 29.17%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=35.19%
G=29.17%
B=35.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341942370.010.1800.07295.8154.4384.51
HexEAC2ED112071283655
Octal3523023551220745066125
Binary11101010110000101110110111001001111001010001101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2ED; }

 p { color: rgb(234,194,237); }

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

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

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

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

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

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

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