#EACDE4

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

Shades of Snuff #EACDE4

Tints of Snuff #EACDE4

Color information

#EACDE4 (or 0xEACDE4) is unknown color: approx Snuff. HEX triplet: EA, CD and E4. RGB value is (234,205,228). Sum of RGB (Red+Green+Blue) = 234+205+228=667 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.08% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 228 (89.45% from 255 or 34.18% from 667); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDE4 is #15321B. Grayscale: #D8D8D8. Windows color (decimal): -1389084 or 14994922. OLE color: 14994922.

HSL color Cylindrical-coordinate representation of color #EACDE4: hue angle of 312.41º 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 #EACDE4 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB234205228-
CMYK00.120.030.08
HSL312.41º40.85%86.08%-
HSV(B)312.41º12.39%91.76%-
XYZ69.7766.7682.61-
YUV216.29134.61140.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.08%
GREEN value IS 205 (80.47% from 255) = 30.73%
BLUE value IS 228 (89.45% from 255) = 34.18%
R=35.08%
G=30.73%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420522800.120.030.08312.4140.8586.08
HexEACDE40C381382956
Octal35231534401431047051126
Binary111010101100110111100100011001110001001110001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDE4; }

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

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

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

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

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

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

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

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