#EAC4EE

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

Shades of Snuff #EAC4EE

Tints of Snuff #EAC4EE

Color information

#EAC4EE (or 0xEAC4EE) is unknown color: approx Snuff. HEX triplet: EA, C4 and EE. RGB value is (234,196,238). Sum of RGB (Red+Green+Blue) = 234+196+238=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 196 (76.95% from 255 or 29.34% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #EAC4EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC4EE is #153B11. Grayscale: #D4D4D4. Windows color (decimal): -1391378 or 15647978. OLE color: 15647978.

HSL color Cylindrical-coordinate representation of color #EAC4EE: hue angle of 294.29º degrees, saturation: 0.55, 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 #EAC4EE is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB234196238-
CMYK0.020.1800.07
HSL294.29º55.26%85.1%-
HSV(B)294.29º17.65%93.33%-
XYZ69.163.1589.44-
YUV212.15142.59143.58-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 196 (76.95% from 255) = 29.34%
BLUE value IS 238 (93.36% from 255) = 35.63%
R=35.03%
G=29.34%
B=35.63%

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
Decimal2341962380.020.1800.07294.2955.2685.1
HexEAC4EE212071263755
Octal3523043562220744667125
Binary111010101100010011101110101001001111001001101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4EE; }

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

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

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

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

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

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

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

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