#ECD9EC

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

Shades of Snuff #ECD9EC

Tints of Snuff #ECD9EC

Color information

#ECD9EC (or 0xECD9EC) is unknown color: approx Snuff. HEX triplet: EC, D9 and EC. RGB value is (236,217,236). Sum of RGB (Red+Green+Blue) = 236+217+236=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 217 (85.16% from 255 or 31.49% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECD9EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9EC is #132613. Grayscale: #E0E0E0. Windows color (decimal): -1254932 or 15522284. OLE color: 15522284.

HSL color Cylindrical-coordinate representation of color #ECD9EC: hue angle of 300º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECD9EC is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236217236-
CMYK00.0800.07
HSL300º33.33%88.82%-
HSV(B)300º8.05%92.55%-
XYZ74.5573.5189.62-
YUV224.85134.29135.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 217 (85.16% from 255) = 31.49%
BLUE value IS 236 (92.58% from 255) = 34.25%
R=34.25%
G=31.49%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621723600.0800.0730033.3388.82
HexECD9EC080712c2159
Octal3543313540100745441131
Binary1110110011011001111011000100001111001011001000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9EC; }

 p { color: rgb(236,217,236); }

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

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

 a { background-color: rgb(236,217,236); }

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

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

 span { border-color: rgb(236,217,236); }

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