#ECC4EF

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

Shades of Snuff #ECC4EF

Tints of Snuff #ECC4EF

Color information

#ECC4EF (or 0xECC4EF) is unknown color: approx Snuff. HEX triplet: EC, C4 and EF. RGB value is (236,196,239). Sum of RGB (Red+Green+Blue) = 236+196+239=671 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.17% from 671); Green value is 196 (76.95% from 255 or 29.21% from 671); Blue value is 239 (93.75% from 255 or 35.62% from 671); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECC4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECC4EF is #133B10. Grayscale: #D4D4D4. Windows color (decimal): -1260305 or 15713516. OLE color: 15713516.

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

Color convert

RGB236196239-
CMYK0.010.1800.06
HSL295.81º57.33%85.29%-
HSV(B)295.81º17.99%93.73%-
XYZ69.9163.5490.24-
YUV212.86142.75144.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.17%
GREEN value IS 196 (76.95% from 255) = 29.21%
BLUE value IS 239 (93.75% from 255) = 35.62%
R=35.17%
G=29.21%
B=35.62%

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
Decimal2361962390.010.1800.06295.8157.3385.29
HexECC4EF112061283955
Octal3543043571220645071125
Binary11101100110001001110111111001001101001010001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC4EF; }

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

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

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

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

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

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

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

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