#ECCDEC

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

Shades of Snuff #ECCDEC

Tints of Snuff #ECCDEC

Color information

#ECCDEC (or 0xECCDEC) is unknown color: approx Snuff. HEX triplet: EC, CD and EC. RGB value is (236,205,236). Sum of RGB (Red+Green+Blue) = 236+205+236=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 205 (80.47% from 255 or 30.28% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECCDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCDEC is #133213. Grayscale: #D9D9D9. Windows color (decimal): -1258004 or 15519212. OLE color: 15519212.

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

Color convert

RGB236205236-
CMYK00.1300.07
HSL300º44.93%86.47%-
HSV(B)300º13.14%92.55%-
XYZ71.5667.5588.62-
YUV217.8138.27140.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.86%
GREEN value IS 205 (80.47% from 255) = 30.28%
BLUE value IS 236 (92.58% from 255) = 34.86%
R=34.86%
G=30.28%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620523600.1300.0730044.9386.47
HexECCDEC0D0712c2d56
Octal3543153540150745455126
Binary1110110011001101111011000110101111001011001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCDEC; }

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

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

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

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

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

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

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

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