#ECCBEC

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

Shades of Snuff #ECCBEC

Tints of Snuff #ECCBEC

Color information

#ECCBEC (or 0xECCBEC) is unknown color: approx Snuff. HEX triplet: EC, CB and EC. RGB value is (236,203,236). Sum of RGB (Red+Green+Blue) = 236+203+236=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECCBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBEC is #133413. Grayscale: #D8D8D8. Windows color (decimal): -1258516 or 15518700. OLE color: 15518700.

HSL color Cylindrical-coordinate representation of color #ECCBEC: 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 #ECCBEC is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236203236-
CMYK00.1400.07
HSL300º46.48%86.08%-
HSV(B)300º13.98%92.55%-
XYZ71.0966.688.47-
YUV216.63138.93141.82-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.96%
GREEN value IS 203 (79.69% from 255) = 30.07%
BLUE value IS 236 (92.58% from 255) = 34.96%
R=34.96%
G=30.07%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620323600.1400.0730046.4886.08
HexECCBEC0E0712c2e56
Octal3543133540160745456126
Binary1110110011001011111011000111001111001011001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBEC; }

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

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

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

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

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

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

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

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