#EAC9E7

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

Shades of Snuff #EAC9E7

Tints of Snuff #EAC9E7

Color information

#EAC9E7 (or 0xEAC9E7) is unknown color: approx Snuff. HEX triplet: EA, C9 and E7. RGB value is (234,201,231). Sum of RGB (Red+Green+Blue) = 234+201+231=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 201 (78.91% from 255 or 30.18% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC9E7 is #153618. Grayscale: #D6D6D6. Windows color (decimal): -1390105 or 15190506. OLE color: 15190506.

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

Color convert

RGB234201231-
CMYK00.140.010.08
HSL305.45º44%85.29%-
HSV(B)305.45º14.1%91.76%-
XYZ69.2465.0484.5-
YUV214.29137.43142.06-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 201 (78.91% from 255) = 30.18%
BLUE value IS 231 (90.62% from 255) = 34.68%
R=35.14%
G=30.18%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420123100.140.010.08305.454485.29
HexEAC9E70E181312c55
Octal35231134701611046154125
Binary11101010110010011110011101110110001001100011011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC9E7; }

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

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

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

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

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

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

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

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