#EACDF0

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

Shades of Snuff #EACDF0

Tints of Snuff #EACDF0

Color information

#EACDF0 (or 0xEACDF0) is unknown color: approx Snuff. HEX triplet: EA, CD and F0. RGB value is (234,205,240). Sum of RGB (Red+Green+Blue) = 234+205+240=679 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.46% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 240 (94.14% from 255 or 35.35% from 679); Max value from RGB is 240 - color contains mainly: blue. Hex color #EACDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDF0 is #15320F. Grayscale: #D9D9D9. Windows color (decimal): -1389072 or 15781354. OLE color: 15781354.

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

Color convert

RGB234205240-
CMYK0.020.1500.06
HSL289.71º53.85%87.25%-
HSV(B)289.71º14.58%94.12%-
XYZ71.4967.4591.69-
YUV217.66140.61139.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.46%
GREEN value IS 205 (80.47% from 255) = 30.19%
BLUE value IS 240 (94.14% from 255) = 35.35%
R=34.46%
G=30.19%
B=35.35%

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
Decimal2342052400.020.1500.06289.7153.8587.25
HexEACDF02F061223657
Octal3523153602170644266127
Binary11101010110011011111000010111101101001000101101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDF0; }

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

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

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

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

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

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

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

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