#ECC1ED

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

Shades of Snuff #ECC1ED

Tints of Snuff #ECC1ED

Color information

#ECC1ED (or 0xECC1ED) is unknown color: approx Snuff. HEX triplet: EC, C1 and ED. RGB value is (236,193,237). Sum of RGB (Red+Green+Blue) = 236+193+237=666 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.44% from 666); Green value is 193 (75.78% from 255 or 28.98% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECC1ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1ED is #133E12. Grayscale: #D2D2D2. Windows color (decimal): -1261075 or 15581676. OLE color: 15581676.

HSL color Cylindrical-coordinate representation of color #ECC1ED: hue angle of 298.64º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC1ED is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236193237-
CMYK0.000.1900.07
HSL298.64º55%84.31%-
HSV(B)298.64º18.57%92.94%-
XYZ68.9562.0988.47-
YUV210.87142.75145.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.44%
GREEN value IS 193 (75.78% from 255) = 28.98%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=35.44%
G=28.98%
B=35.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361932370.000.1900.07298.645584.31
HexECC1ED0130712b3754
Octal3543013550230745367124
Binary11101100110000011110110101001101111001010111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1ED; }

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

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

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

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

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

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

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

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