#ECCAEC

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

Shades of Snuff #ECCAEC

Tints of Snuff #ECCAEC

Color information

#ECCAEC (or 0xECCAEC) is unknown color: approx Snuff. HEX triplet: EC, CA and EC. RGB value is (236,202,236). Sum of RGB (Red+Green+Blue) = 236+202+236=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 202 (79.30% from 255 or 29.97% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECCAEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCAEC is #133513. Grayscale: #D7D7D7. Windows color (decimal): -1258772 or 15518444. OLE color: 15518444.

HSL color Cylindrical-coordinate representation of color #ECCAEC: hue angle of 300º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCAEC is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236202236-
CMYK00.1400.07
HSL300º47.22%85.88%-
HSV(B)300º14.41%92.55%-
XYZ70.8566.1388.39-
YUV216.04139.26142.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.01%
GREEN value IS 202 (79.30% from 255) = 29.97%
BLUE value IS 236 (92.58% from 255) = 35.01%
R=35.01%
G=29.97%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620223600.1400.0730047.2285.88
HexECCAEC0E0712c2f56
Octal3543123540160745457126
Binary1110110011001010111011000111001111001011001011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAEC; }

 p { color: rgb(236,202,236); }

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

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

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

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

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

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

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