#ECC2EF

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

Shades of Snuff #ECC2EF

Tints of Snuff #ECC2EF

Color information

#ECC2EF (or 0xECC2EF) is unknown color: approx Snuff. HEX triplet: EC, C2 and EF. RGB value is (236,194,239). Sum of RGB (Red+Green+Blue) = 236+194+239=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 194 (76.17% from 255 or 29.00% from 669); Blue value is 239 (93.75% from 255 or 35.72% from 669); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC2EF is #133D10. Grayscale: #D3D3D3. Windows color (decimal): -1260817 or 15713004. OLE color: 15713004.

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

Color convert

RGB236194239-
CMYK0.010.1900.06
HSL296º58.44%84.9%-
HSV(B)296º18.83%93.73%-
XYZ69.4662.6590.09-
YUV211.69143.41145.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.28%
GREEN value IS 194 (76.17% from 255) = 29.00%
BLUE value IS 239 (93.75% from 255) = 35.72%
R=35.28%
G=29.00%
B=35.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361942390.010.1900.0629658.4484.9
HexECC2EF113061283a55
Octal3543023571230645072125
Binary11101100110000101110111111001101101001010001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC2EF; }

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

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

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

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

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

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

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

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