#ECC1EB

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

Shades of Snuff #ECC1EB

Tints of Snuff #ECC1EB

Color information

#ECC1EB (or 0xECC1EB) is unknown color: approx Snuff. HEX triplet: EC, C1 and EB. RGB value is (236,193,235). Sum of RGB (Red+Green+Blue) = 236+193+235=664 (87% of max value = 765). Red value is 236 (92.58% from 255 or 35.54% from 664); Green value is 193 (75.78% from 255 or 29.07% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC1EB is #133E14. Grayscale: #D2D2D2. Windows color (decimal): -1261077 or 15450604. OLE color: 15450604.

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

Color convert

RGB236193235-
CMYK00.180.000.07
HSL301.4º53.09%84.12%-
HSV(B)301.4º18.22%92.55%-
XYZ68.6661.9786.94-
YUV210.64141.75146.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.54%
GREEN value IS 193 (75.78% from 255) = 29.07%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=35.54%
G=29.07%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619323500.180.000.07301.453.0984.12
HexECC1EB0120712d3554
Octal3543013530220745565124
Binary11101100110000011110101101001001111001011011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC1EB; }

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

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

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

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

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

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

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

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