#EACDE6

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

Shades of Snuff #EACDE6

Tints of Snuff #EACDE6

Color information

#EACDE6 (or 0xEACDE6) is unknown color: approx Snuff. HEX triplet: EA, CD and E6. RGB value is (234,205,230). Sum of RGB (Red+Green+Blue) = 234+205+230=669 (88% of max value = 765). Red value is 234 (91.80% from 255 or 34.98% from 669); Green value is 205 (80.47% from 255 or 30.64% from 669); Blue value is 230 (90.23% from 255 or 34.38% from 669); Max value from RGB is 234 - color contains mainly: red. Hex color #EACDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EACDE6 is #153219. Grayscale: #D8D8D8. Windows color (decimal): -1389082 or 15125994. OLE color: 15125994.

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

Color convert

RGB234205230-
CMYK00.120.020.08
HSL308.28º40.85%86.08%-
HSV(B)308.28º12.39%91.76%-
XYZ70.0566.8784.08-
YUV216.52135.61140.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.98%
GREEN value IS 205 (80.47% from 255) = 30.64%
BLUE value IS 230 (90.23% from 255) = 34.38%
R=34.98%
G=30.64%
B=34.38%

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
Decimal23420523000.120.020.08308.2840.8586.08
HexEACDE60C281342956
Octal35231534601421046451126
Binary111010101100110111100110011001010001001101001010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACDE6; }

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

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

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

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

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

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

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

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