#EACDE8

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

Shades of Snuff #EACDE8

Tints of Snuff #EACDE8

Color information

#EACDE8 (or 0xEACDE8) is unknown color: approx Snuff. HEX triplet: EA, CD and E8. RGB value is (234,205,232). Sum of RGB (Red+Green+Blue) = 234+205+232=671 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.87% from 671); Green value is 205 (80.47% from 255 or 30.55% from 671); Blue value is 232 (91.02% from 255 or 34.58% from 671); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDE8 is #153217. Grayscale: #D8D8D8. Windows color (decimal): -1389080 or 15257066. OLE color: 15257066.

HSL color Cylindrical-coordinate representation of color #EACDE8: hue angle of 304.14º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EACDE8 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB234205232-
CMYK00.120.010.08
HSL304.14º40.85%86.08%-
HSV(B)304.14º12.39%91.76%-
XYZ70.3366.9885.57-
YUV216.75136.61140.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.87%
GREEN value IS 205 (80.47% from 255) = 30.55%
BLUE value IS 232 (91.02% from 255) = 34.58%
R=34.87%
G=30.55%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420523200.120.010.08304.1440.8586.08
HexEACDE80C181302956
Octal35231535001411046051126
Binary11101010110011011110100001100110001001100001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDE8; }

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

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

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

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

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

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

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

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