#EAC6F1

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

Shades of Snuff #EAC6F1

Tints of Snuff #EAC6F1

Color information

#EAC6F1 (or 0xEAC6F1) is unknown color: approx Snuff. HEX triplet: EA, C6 and F1. RGB value is (234,198,241). Sum of RGB (Red+Green+Blue) = 234+198+241=673 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.77% from 673); Green value is 198 (77.73% from 255 or 29.42% from 673); Blue value is 241 (94.53% from 255 or 35.81% from 673); Max value from RGB is 241 - color contains mainly: blue. Hex color #EAC6F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EAC6F1 is #15390E. Grayscale: #D5D5D5. Windows color (decimal): -1390863 or 15845098. OLE color: 15845098.

HSL color Cylindrical-coordinate representation of color #EAC6F1: hue angle of 290.23º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EAC6F1 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234198241-
CMYK0.030.1800.05
HSL290.23º60.56%86.08%-
HSV(B)290.23º17.84%94.51%-
XYZ7064.2391.93-
YUV213.67143.43142.5-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.77%
GREEN value IS 198 (77.73% from 255) = 29.42%
BLUE value IS 241 (94.53% from 255) = 35.81%
R=34.77%
G=29.42%
B=35.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2341982410.030.1800.05290.2360.5686.08
HexEAC6F1312051223d56
Octal3523063613220544275126
Binary111010101100011011110001111001001011001000101111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAC6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAC6F1; }

 p { color: rgb(234,198,241); }

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

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

 a { background-color: rgb(234,198,241); }

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

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

 span { border-color: rgb(234,198,241); }

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