#EAC6E7

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

Shades of Snuff #EAC6E7

Tints of Snuff #EAC6E7

Color information

#EAC6E7 (or 0xEAC6E7) is unknown color: approx Snuff. HEX triplet: EA, C6 and E7. RGB value is (234,198,231). Sum of RGB (Red+Green+Blue) = 234+198+231=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 198 (77.73% from 255 or 29.86% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC6E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6E7 is #153918. Grayscale: #D4D4D4. Windows color (decimal): -1390873 or 15189738. OLE color: 15189738.

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

Color convert

RGB234198231-
CMYK00.150.010.08
HSL305º46.15%84.71%-
HSV(B)305º15.38%91.76%-
XYZ68.5563.6584.27-
YUV212.53138.43143.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 198 (77.73% from 255) = 29.86%
BLUE value IS 231 (90.62% from 255) = 34.84%
R=35.29%
G=29.86%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419823100.150.010.0830546.1584.71
HexEAC6E70F181312e55
Octal35230634701711046156125
Binary11101010110001101110011101111110001001100011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6E7; }

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

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

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

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

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

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

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

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