#ECC1EF

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

Shades of Snuff #ECC1EF

Tints of Snuff #ECC1EF

Color information

#ECC1EF (or 0xECC1EF) is unknown color: approx Snuff. HEX triplet: EC, C1 and EF. RGB value is (236,193,239). Sum of RGB (Red+Green+Blue) = 236+193+239=668 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.33% from 668); Green value is 193 (75.78% from 255 or 28.89% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC1EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1EF is #133E10. Grayscale: #D2D2D2. Windows color (decimal): -1261073 or 15712748. OLE color: 15712748.

HSL color Cylindrical-coordinate representation of color #ECC1EF: hue angle of 296.09º degrees, saturation: 0.59, 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 #ECC1EF is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB236193239-
CMYK0.010.1900.06
HSL296.09º58.97%84.71%-
HSV(B)296.09º19.25%93.73%-
XYZ69.2462.290.02-
YUV211.1143.75145.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.33%
GREEN value IS 193 (75.78% from 255) = 28.89%
BLUE value IS 239 (93.75% from 255) = 35.78%
R=35.33%
G=28.89%
B=35.78%

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
Decimal2361932390.010.1900.06296.0958.9784.71
HexECC1EF113061283b55
Octal3543013571230645073125
Binary11101100110000011110111111001101101001010001110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1EF; }

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

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

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

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

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

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

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

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