#EACEE7

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

Shades of Snuff #EACEE7

Tints of Snuff #EACEE7

Color information

#EACEE7 (or 0xEACEE7) is unknown color: approx Snuff. HEX triplet: EA, CE and E7. RGB value is (234,206,231). Sum of RGB (Red+Green+Blue) = 234+206+231=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EACEE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACEE7 is #153118. Grayscale: #D9D9D9. Windows color (decimal): -1388825 or 15191786. OLE color: 15191786.

HSL color Cylindrical-coordinate representation of color #EACEE7: hue angle of 306.43º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACEE7 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234206231-
CMYK00.120.010.08
HSL306.43º40%86.27%-
HSV(B)306.43º11.97%91.76%-
XYZ70.4367.484.9-
YUV217.22135.78139.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 231 (90.62% from 255) = 34.43%
R=34.87%
G=30.70%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420623100.120.010.08306.434086.27
HexEACEE70C181322856
Octal35231634701411046250126
Binary11101010110011101110011101100110001001100101010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACEE7; }

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

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

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

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

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

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

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

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