#ECD9ED

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

Shades of Snuff #ECD9ED

Tints of Snuff #ECD9ED

Color information

#ECD9ED (or 0xECD9ED) is unknown color: approx Snuff. HEX triplet: EC, D9 and ED. RGB value is (236,217,237). Sum of RGB (Red+Green+Blue) = 236+217+237=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 217 (85.16% from 255 or 31.45% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECD9ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD9ED is #132612. Grayscale: #E0E0E0. Windows color (decimal): -1254931 or 15587820. OLE color: 15587820.

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

Color convert

RGB236217237-
CMYK0.000.0800.07
HSL297º35.71%89.02%-
HSV(B)297º8.44%92.94%-
XYZ74.6973.5790.39-
YUV224.96134.79135.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.20%
GREEN value IS 217 (85.16% from 255) = 31.45%
BLUE value IS 237 (92.97% from 255) = 34.35%
R=34.20%
G=31.45%
B=34.35%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362172370.000.0800.0729735.7189.02
HexECD9ED08071292459
Octal3543313550100745144131
Binary1110110011011001111011010100001111001010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD9ED; }

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

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

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

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

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

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

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

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