#ECD1ED

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

Shades of Snuff #ECD1ED

Tints of Snuff #ECD1ED

Color information

#ECD1ED (or 0xECD1ED) is unknown color: approx Snuff. HEX triplet: EC, D1 and ED. RGB value is (236,209,237). Sum of RGB (Red+Green+Blue) = 236+209+237=682 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.60% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECD1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD1ED is #132E12. Grayscale: #DCDCDC. Windows color (decimal): -1256979 or 15585772. OLE color: 15585772.

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

Color convert

RGB236209237-
CMYK0.000.1200.07
HSL297.86º43.75%87.45%-
HSV(B)297.86º11.81%92.94%-
XYZ72.6869.5589.71-
YUV220.26137.45139.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.60%
GREEN value IS 209 (82.03% from 255) = 30.65%
BLUE value IS 237 (92.97% from 255) = 34.75%
R=34.60%
G=30.65%
B=34.75%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362092370.000.1200.07297.8643.7587.45
HexECD1ED0C0712a2c57
Octal3543213550140745254127
Binary1110110011010001111011010110001111001010101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1ED; }

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

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

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

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

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

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

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

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