#ECC5EF

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

Shades of Snuff #ECC5EF

Tints of Snuff #ECC5EF

Color information

#ECC5EF (or 0xECC5EF) is unknown color: approx Snuff. HEX triplet: EC, C5 and EF. RGB value is (236,197,239). Sum of RGB (Red+Green+Blue) = 236+197+239=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 197 (77.34% from 255 or 29.32% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC5EF is #133A10. Grayscale: #D5D5D5. Windows color (decimal): -1260049 or 15713772. OLE color: 15713772.

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

Color convert

RGB236197239-
CMYK0.010.1800.06
HSL295.71º56.76%85.49%-
HSV(B)295.71º17.57%93.73%-
XYZ70.146490.32-
YUV213.45142.42144.08-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.12%
GREEN value IS 197 (77.34% from 255) = 29.32%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=35.12%
G=29.32%
B=35.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2361972390.010.1800.06295.7156.7685.49
HexECC5EF112061283955
Octal3543053571220645071125
Binary11101100110001011110111111001001101001010001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5EF; }

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

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

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

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

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

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

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

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