#ECCBEA

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

Shades of Snuff #ECCBEA

Tints of Snuff #ECCBEA

Color information

#ECCBEA (or 0xECCBEA) is unknown color: approx Snuff. HEX triplet: EC, CB and EA. RGB value is (236,203,234). Sum of RGB (Red+Green+Blue) = 236+203+234=673 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.07% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECCBEA is #133415. Grayscale: #D8D8D8. Windows color (decimal): -1258518 or 15387628. OLE color: 15387628.

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

Color convert

RGB236203234-
CMYK00.140.010.07
HSL303.64º46.48%86.08%-
HSV(B)303.64º13.98%92.55%-
XYZ70.866.4986.94-
YUV216.4137.93141.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 35.07%
GREEN value IS 203 (79.69% from 255) = 30.16%
BLUE value IS 234 (91.80% from 255) = 34.77%
R=35.07%
G=30.16%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620323400.140.010.07303.6446.4886.08
HexECCBEA0E171302e56
Octal3543133520161746056126
Binary1110110011001011111010100111011111001100001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBEA; }

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

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

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

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

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

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

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

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