#EACCF0

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

Shades of Snuff #EACCF0

Tints of Snuff #EACCF0

Color information

#EACCF0 (or 0xEACCF0) is unknown color: approx Snuff. HEX triplet: EA, CC and F0. RGB value is (234,204,240). Sum of RGB (Red+Green+Blue) = 234+204+240=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 240 (94.14% from 255 or 35.40% from 678); Max value from RGB is 240 - color contains mainly: blue. Hex color #EACCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACCF0 is #15330F. Grayscale: #D8D8D8. Windows color (decimal): -1389328 or 15781098. OLE color: 15781098.

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

Color convert

RGB234204240-
CMYK0.020.1500.06
HSL290º54.55%87.06%-
HSV(B)290º15%94.12%-
XYZ71.2566.9791.61-
YUV217.07140.94140.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 204 (80.08% from 255) = 30.09%
BLUE value IS 240 (94.14% from 255) = 35.40%
R=34.51%
G=30.09%
B=35.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342042400.020.1500.0629054.5587.06
HexEACCF02F061223757
Octal3523143602170644267127
Binary11101010110011001111000010111101101001000101101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACCF0; }

 p { color: rgb(234,204,240); }

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

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

 a { background-color: rgb(234,204,240); }

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

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

 span { border-color: rgb(234,204,240); }

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