#EAC2EE

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

Shades of Snuff #EAC2EE

Tints of Snuff #EAC2EE

Color information

#EAC2EE (or 0xEAC2EE) is unknown color: approx Snuff. HEX triplet: EA, C2 and EE. RGB value is (234,194,238). Sum of RGB (Red+Green+Blue) = 234+194+238=666 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.14% from 666); Green value is 194 (76.17% from 255 or 29.13% from 666); Blue value is 238 (93.36% from 255 or 35.74% from 666); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAC2EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC2EE is #153D11. Grayscale: #D2D2D2. Windows color (decimal): -1391890 or 15647466. OLE color: 15647466.

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

Color convert

RGB234194238-
CMYK0.020.1800.07
HSL294.55º56.41%84.71%-
HSV(B)294.55º18.49%93.33%-
XYZ68.6662.2589.29-
YUV210.98143.25144.42-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.14%
GREEN value IS 194 (76.17% from 255) = 29.13%
BLUE value IS 238 (93.36% from 255) = 35.74%
R=35.14%
G=29.13%
B=35.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2341942380.020.1800.07294.5556.4184.71
HexEAC2EE212071273855
Octal3523023562220744770125
Binary111010101100001011101110101001001111001001111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC2EE; }

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

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

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

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

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

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

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

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