#EAC4EF

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

Shades of Snuff #EAC4EF

Tints of Snuff #EAC4EF

Color information

#EAC4EF (or 0xEAC4EF) is unknown color: approx Snuff. HEX triplet: EA, C4 and EF. RGB value is (234,196,239). Sum of RGB (Red+Green+Blue) = 234+196+239=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 196 (76.95% from 255 or 29.30% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #EAC4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC4EF is #153B10. Grayscale: #D4D4D4. Windows color (decimal): -1391377 or 15713514. OLE color: 15713514.

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

Color convert

RGB234196239-
CMYK0.020.1800.06
HSL293.02º57.33%85.29%-
HSV(B)293.02º17.99%93.73%-
XYZ69.2563.290.21-
YUV212.26143.09143.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 196 (76.95% from 255) = 29.30%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=34.98%
G=29.30%
B=35.72%

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
Decimal2341962390.020.1800.06293.0257.3385.29
HexEAC4EF212061253955
Octal3523043572220644571125
Binary111010101100010011101111101001001101001001011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC4EF; }

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

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

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

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

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

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

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

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