#ECDCEC

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

Shades of Snuff #ECDCEC

Tints of Snuff #ECDCEC

Color information

#ECDCEC (or 0xECDCEC) is unknown color: approx Snuff. HEX triplet: EC, DC and EC. RGB value is (236,220,236). Sum of RGB (Red+Green+Blue) = 236+220+236=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECDCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCEC is #132313. Grayscale: #E2E2E2. Windows color (decimal): -1254164 or 15523052. OLE color: 15523052.

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

Color convert

RGB236220236-
CMYK00.0700.07
HSL300º29.63%89.41%-
HSV(B)300º6.78%92.55%-
XYZ75.3375.0889.88-
YUV226.61133.3134.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.10%
GREEN value IS 220 (86.33% from 255) = 31.79%
BLUE value IS 236 (92.58% from 255) = 34.10%
R=34.10%
G=31.79%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622023600.0700.0730029.6389.41
HexECDCEC070712c1e59
Octal354334354070745436131
Binary11101100110111001110110001110111100101100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCEC; }

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

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

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

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

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

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

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

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