#ECD1EF

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

Shades of Snuff #ECD1EF

Tints of Snuff #ECD1EF

Color information

#ECD1EF (or 0xECD1EF) is unknown color: approx Snuff. HEX triplet: EC, D1 and EF. RGB value is (236,209,239). Sum of RGB (Red+Green+Blue) = 236+209+239=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 209 (82.03% from 255 or 30.56% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECD1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECD1EF is #132E10. Grayscale: #DCDCDC. Windows color (decimal): -1256977 or 15716844. OLE color: 15716844.

HSL color Cylindrical-coordinate representation of color #ECD1EF: hue angle of 294º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECD1EF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236209239-
CMYK0.010.1300.06
HSL294º48.39%87.84%-
HSV(B)294º12.55%93.73%-
XYZ72.9769.6791.26-
YUV220.49138.45139.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.50%
GREEN value IS 209 (82.03% from 255) = 30.56%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=34.50%
G=30.56%
B=34.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2362092390.010.1300.0629448.3987.84
HexECD1EF1D061263058
Octal3543213571150644660130
Binary1110110011010001111011111110101101001001101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD1EF; }

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

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

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

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

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

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

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

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