#ECD1EC

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

Shades of Snuff #ECD1EC

Tints of Snuff #ECD1EC

Color information

#ECD1EC (or 0xECD1EC) is unknown color: approx Snuff. HEX triplet: EC, D1 and EC. RGB value is (236,209,236). Sum of RGB (Red+Green+Blue) = 236+209+236=681 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.65% from 681); Green value is 209 (82.03% from 255 or 30.69% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECD1EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD1EC is #132E13. Grayscale: #DCDCDC. Windows color (decimal): -1256980 or 15520236. OLE color: 15520236.

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

Color convert

RGB236209236-
CMYK00.1100.07
HSL300º41.54%87.25%-
HSV(B)300º11.44%92.55%-
XYZ72.5369.4988.95-
YUV220.15136.95139.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.65%
GREEN value IS 209 (82.03% from 255) = 30.69%
BLUE value IS 236 (92.58% from 255) = 34.65%
R=34.65%
G=30.69%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620923600.1100.0730041.5487.25
HexECD1EC0B0712c2a57
Octal3543213540130745452127
Binary1110110011010001111011000101101111001011001010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1EC; }

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

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

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

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

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

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

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

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