#ECD9EB

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

Shades of Snuff #ECD9EB

Tints of Snuff #ECD9EB

Color information

#ECD9EB (or 0xECD9EB) is unknown color: approx Snuff. HEX triplet: EC, D9 and EB. RGB value is (236,217,235). Sum of RGB (Red+Green+Blue) = 236+217+235=688 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.30% from 688); Green value is 217 (85.16% from 255 or 31.54% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9EB is #132614. Grayscale: #E0E0E0. Windows color (decimal): -1254933 or 15456748. OLE color: 15456748.

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

Color convert

RGB236217235-
CMYK00.080.000.07
HSL303.16º33.33%88.82%-
HSV(B)303.16º8.05%92.55%-
XYZ74.473.4688.85-
YUV224.73133.79136.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.30%
GREEN value IS 217 (85.16% from 255) = 31.54%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=34.30%
G=31.54%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621723500.080.000.07303.1633.3388.82
HexECD9EB080712f2159
Octal3543313530100745741131
Binary1110110011011001111010110100001111001011111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9EB; }

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

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

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

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

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

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

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

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