#ECC5EA

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

Shades of Snuff #ECC5EA

Tints of Snuff #ECC5EA

Color information

#ECC5EA (or 0xECC5EA) is unknown color: approx Snuff. HEX triplet: EC, C5 and EA. RGB value is (236,197,234). Sum of RGB (Red+Green+Blue) = 236+197+234=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 197 (77.34% from 255 or 29.54% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC5EA is #133A15. Grayscale: #D4D4D4. Windows color (decimal): -1260054 or 15386092. OLE color: 15386092.

HSL color Cylindrical-coordinate representation of color #ECC5EA: hue angle of 303.08º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ECC5EA is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB236197234-
CMYK00.170.010.07
HSL303.08º50.65%84.9%-
HSV(B)303.08º16.53%92.55%-
XYZ69.4163.7186.48-
YUV212.88139.92144.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.38%
GREEN value IS 197 (77.34% from 255) = 29.54%
BLUE value IS 234 (91.80% from 255) = 35.08%
R=35.38%
G=29.54%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619723400.170.010.07303.0850.6584.9
HexECC5EA0111712f3355
Octal3543053520211745763125
Binary11101100110001011110101001000111111001011111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5EA; }

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

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

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

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

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

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

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

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