#EAC1EF

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

Shades of Snuff #EAC1EF

Tints of Snuff #EAC1EF

Color information

#EAC1EF (or 0xEAC1EF) is unknown color: approx Snuff. HEX triplet: EA, C1 and EF. RGB value is (234,193,239). Sum of RGB (Red+Green+Blue) = 234+193+239=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAC1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC1EF is #153E10. Grayscale: #D2D2D2. Windows color (decimal): -1392145 or 15712746. OLE color: 15712746.

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

Color convert

RGB234193239-
CMYK0.020.1900.06
HSL293.48º58.97%84.71%-
HSV(B)293.48º19.25%93.73%-
XYZ68.5861.8689.99-
YUV210.5144.08144.76-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 193 (75.78% from 255) = 28.98%
BLUE value IS 239 (93.75% from 255) = 35.89%
R=35.14%
G=28.98%
B=35.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341932390.020.1900.06293.4858.9784.71
HexEAC1EF213061253b55
Octal3523013572230644573125
Binary111010101100000111101111101001101101001001011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC1EF; }

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

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

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

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

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

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

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

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