#ECCCED

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

Shades of Snuff #ECCCED

Tints of Snuff #ECCCED

Color information

#ECCCED (or 0xECCCED) is unknown color: approx Snuff. HEX triplet: EC, CC and ED. RGB value is (236,204,237). Sum of RGB (Red+Green+Blue) = 236+204+237=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 204 (80.08% from 255 or 30.13% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECCCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCCED is #133312. Grayscale: #D9D9D9. Windows color (decimal): -1258259 or 15584492. OLE color: 15584492.

HSL color Cylindrical-coordinate representation of color #ECCCED: hue angle of 298.18º degrees, saturation: 0.48, 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 #ECCCED is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB236204237-
CMYK0.000.1400.07
HSL298.18º47.83%86.47%-
HSV(B)298.18º13.92%92.94%-
XYZ71.4767.1389.31-
YUV217.33139.1141.32-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.86%
GREEN value IS 204 (80.08% from 255) = 30.13%
BLUE value IS 237 (92.97% from 255) = 35.01%
R=34.86%
G=30.13%
B=35.01%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362042370.000.1400.07298.1847.8386.47
HexECCCED0E0712a3056
Octal3543143550160745260126
Binary1110110011001100111011010111001111001010101100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCCED; }

 p { color: rgb(236,204,237); }

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

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

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

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

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

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

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