#ECCCEC

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

Shades of Snuff #ECCCEC

Tints of Snuff #ECCCEC

Color information

#ECCCEC (or 0xECCCEC) is unknown color: approx Snuff. HEX triplet: EC, CC and EC. RGB value is (236,204,236). Sum of RGB (Red+Green+Blue) = 236+204+236=676 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.91% from 676); Green value is 204 (80.08% from 255 or 30.18% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECCCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCEC is #133313. Grayscale: #D9D9D9. Windows color (decimal): -1258260 or 15518956. OLE color: 15518956.

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

Color convert

RGB236204236-
CMYK00.1400.07
HSL300º45.71%86.27%-
HSV(B)300º13.56%92.55%-
XYZ71.3367.0788.54-
YUV217.22138.6141.4-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.91%
GREEN value IS 204 (80.08% from 255) = 30.18%
BLUE value IS 236 (92.58% from 255) = 34.91%
R=34.91%
G=30.18%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620423600.1400.0730045.7186.27
HexECCCEC0E0712c2e56
Octal3543143540160745456126
Binary1110110011001100111011000111001111001011001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCEC; }

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

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

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

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

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

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

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

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