#EACDEF

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

Shades of Snuff #EACDEF

Tints of Snuff #EACDEF

Color information

#EACDEF (or 0xEACDEF) is unknown color: approx Snuff. HEX triplet: EA, CD and EF. RGB value is (234,205,239). Sum of RGB (Red+Green+Blue) = 234+205+239=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 205 (80.47% from 255 or 30.24% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 239 - color contains mainly: blue. Hex color #EACDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDEF is #153210. Grayscale: #D9D9D9. Windows color (decimal): -1389073 or 15715818. OLE color: 15715818.

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

Color convert

RGB234205239-
CMYK0.020.1400.06
HSL291.18º51.52%87.06%-
HSV(B)291.18º14.23%93.73%-
XYZ71.3467.3990.91-
YUV217.55140.11139.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 205 (80.47% from 255) = 30.24%
BLUE value IS 239 (93.75% from 255) = 35.25%
R=34.51%
G=30.24%
B=35.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342052390.020.1400.06291.1851.5287.06
HexEACDEF2E061233457
Octal3523153572160644364127
Binary11101010110011011110111110111001101001000111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDEF; }

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

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

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

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

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

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

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

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