#EAC7EE

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

Shades of Snuff #EAC7EE

Tints of Snuff #EAC7EE

Color information

#EAC7EE (or 0xEAC7EE) is unknown color: approx Snuff. HEX triplet: EA, C7 and EE. RGB value is (234,199,238). Sum of RGB (Red+Green+Blue) = 234+199+238=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 199 (78.12% from 255 or 29.66% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAC7EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC7EE is #153811. Grayscale: #D5D5D5. Windows color (decimal): -1390610 or 15648746. OLE color: 15648746.

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

Color convert

RGB234199238-
CMYK0.020.1600.07
HSL293.85º53.42%85.69%-
HSV(B)293.85º16.39%93.33%-
XYZ69.7964.5189.66-
YUV213.91141.6142.33-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 199 (78.12% from 255) = 29.66%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=34.87%
G=29.66%
B=35.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341992380.020.1600.07293.8553.4285.69
HexEAC7EE210071263556
Octal3523073562200744665126
Binary111010101100011111101110101000001111001001101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7EE; }

 p { color: rgb(234,199,238); }

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

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

 a { background-color: rgb(234,199,238); }

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

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

 span { border-color: rgb(234,199,238); }

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