#EAC9ED

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

Shades of Snuff #EAC9ED

Tints of Snuff #EAC9ED

Color information

#EAC9ED (or 0xEAC9ED) is unknown color: approx Snuff. HEX triplet: EA, C9 and ED. RGB value is (234,201,237). Sum of RGB (Red+Green+Blue) = 234+201+237=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 201 (78.91% from 255 or 29.91% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #EAC9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9ED is #153612. Grayscale: #D6D6D6. Windows color (decimal): -1390099 or 15583722. OLE color: 15583722.

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

Color convert

RGB234201237-
CMYK0.010.1500.07
HSL295º50%85.88%-
HSV(B)295º15.19%92.94%-
XYZ70.165.3889.05-
YUV214.97140.43141.57-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 201 (78.91% from 255) = 29.91%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=34.82%
G=29.91%
B=35.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2342012370.010.1500.072955085.88
HexEAC9ED1F071273256
Octal3523113551170744762126
Binary1110101011001001111011011111101111001001111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9ED; }

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

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

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

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

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

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

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

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