#EAC7EF

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

Shades of Snuff #EAC7EF

Tints of Snuff #EAC7EF

Color information

#EAC7EF (or 0xEAC7EF) is unknown color: approx Snuff. HEX triplet: EA, C7 and EF. RGB value is (234,199,239). Sum of RGB (Red+Green+Blue) = 234+199+239=672 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.82% from 672); Green value is 199 (78.12% from 255 or 29.61% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAC7EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC7EF is #153810. Grayscale: #D5D5D5. Windows color (decimal): -1390609 or 15714282. OLE color: 15714282.

HSL color Cylindrical-coordinate representation of color #EAC7EF: hue angle of 292.5º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EAC7EF is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234199239-
CMYK0.020.1700.06
HSL292.5º55.56%85.88%-
HSV(B)292.5º16.74%93.73%-
XYZ69.9464.5790.44-
YUV214.02142.1142.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.82%
GREEN value IS 199 (78.12% from 255) = 29.61%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=34.82%
G=29.61%
B=35.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341992390.020.1700.06292.555.5685.88
HexEAC7EF211061243856
Octal3523073572210644470126
Binary111010101100011111101111101000101101001001001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC7EF; }

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

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

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

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

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

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

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

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