#ECC0EF

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

Shades of Snuff #ECC0EF

Tints of Snuff #ECC0EF

Color information

#ECC0EF (or 0xECC0EF) is unknown color: approx Snuff. HEX triplet: EC, C0 and EF. RGB value is (236,192,239). Sum of RGB (Red+Green+Blue) = 236+192+239=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC0EF is #133F10. Grayscale: #D2D2D2. Windows color (decimal): -1261329 or 15712492. OLE color: 15712492.

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

Color convert

RGB236192239-
CMYK0.010.2000.06
HSL296.17º59.49%84.51%-
HSV(B)296.17º19.67%93.73%-
XYZ69.0261.7689.95-
YUV210.51144.08146.18-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 192 (75.39% from 255) = 28.79%
BLUE value IS 239 (93.75% from 255) = 35.83%
R=35.38%
G=28.79%
B=35.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361922390.010.2000.06296.1759.4984.51
HexECC0EF114061283b55
Octal3543003571240645073125
Binary11101100110000001110111111010001101001010001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0EF; }

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

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

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

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

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

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

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

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