#EACDE5

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

Shades of Snuff #EACDE5

Tints of Snuff #EACDE5

Color information

#EACDE5 (or 0xEACDE5) is unknown color: approx Snuff. HEX triplet: EA, CD and E5. RGB value is (234,205,229). Sum of RGB (Red+Green+Blue) = 234+205+229=668 (88% of max value = 765). Red value is 234 (91.80% from 255 or 35.03% from 668); Green value is 205 (80.47% from 255 or 30.69% from 668); Blue value is 229 (89.84% from 255 or 34.28% from 668); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACDE5 is #15321A. Grayscale: #D8D8D8. Windows color (decimal): -1389083 or 15060458. OLE color: 15060458.

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

Color convert

RGB234205229-
CMYK00.120.020.08
HSL310.34º40.85%86.08%-
HSV(B)310.34º12.39%91.76%-
XYZ69.9166.8183.34-
YUV216.41135.11140.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.03%
GREEN value IS 205 (80.47% from 255) = 30.69%
BLUE value IS 229 (89.84% from 255) = 34.28%
R=35.03%
G=30.69%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23420522900.120.020.08310.3440.8586.08
HexEACDE50C281362956
Octal35231534501421046651126
Binary111010101100110111100101011001010001001101101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDE5; }

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

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

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

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

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

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

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

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