#EACDE7

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

Shades of Snuff #EACDE7

Tints of Snuff #EACDE7

Color information

#EACDE7 (or 0xEACDE7) is unknown color: approx Snuff. HEX triplet: EA, CD and E7. RGB value is (234,205,231). Sum of RGB (Red+Green+Blue) = 234+205+231=670 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.93% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 231 (90.62% from 255 or 34.48% from 670); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDE7 is #153218. Grayscale: #D8D8D8. Windows color (decimal): -1389081 or 15191530. OLE color: 15191530.

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

Color convert

RGB234205231-
CMYK00.120.010.08
HSL306.21º40.85%86.08%-
HSV(B)306.21º12.39%91.76%-
XYZ70.1966.9284.82-
YUV216.64136.11140.39-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.93%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 231 (90.62% from 255) = 34.48%
R=34.93%
G=30.60%
B=34.48%

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
Decimal23420523100.120.010.08306.2140.8586.08
HexEACDE70C181322956
Octal35231534701411046251126
Binary11101010110011011110011101100110001001100101010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDE7; }

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

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

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

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

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

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

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

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