#EAC3EF

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

Shades of Snuff #EAC3EF

Tints of Snuff #EAC3EF

Color information

#EAC3EF (or 0xEAC3EF) is unknown color: approx Snuff. HEX triplet: EA, C3 and EF. RGB value is (234,195,239). Sum of RGB (Red+Green+Blue) = 234+195+239=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 195 (76.56% from 255 or 29.19% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAC3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC3EF is #153C10. Grayscale: #D3D3D3. Windows color (decimal): -1391633 or 15713258. OLE color: 15713258.

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

Color convert

RGB234195239-
CMYK0.020.1800.06
HSL293.18º57.89%85.1%-
HSV(B)293.18º18.41%93.73%-
XYZ69.0362.7590.14-
YUV211.68143.42143.92-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 195 (76.56% from 255) = 29.19%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=35.03%
G=29.19%
B=35.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2341952390.020.1800.06293.1857.8985.1
HexEAC3EF212061253a55
Octal3523033572220644572125
Binary111010101100001111101111101001001101001001011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC3EF; }

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

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

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

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

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

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

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

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