#ECDBEC

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

Shades of Snuff #ECDBEC

Tints of Snuff #ECDBEC

Color information

#ECDBEC (or 0xECDBEC) is unknown color: approx Snuff. HEX triplet: EC, DB and EC. RGB value is (236,219,236). Sum of RGB (Red+Green+Blue) = 236+219+236=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 236 - color contains mainly: red, blue. Hex color #ECDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBEC is #132413. Grayscale: #E1E1E1. Windows color (decimal): -1254420 or 15522796. OLE color: 15522796.

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

Color convert

RGB236219236-
CMYK00.0700.07
HSL300º30.91%89.22%-
HSV(B)300º7.2%92.55%-
XYZ75.0674.5589.79-
YUV226.02133.63135.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.15%
GREEN value IS 219 (85.94% from 255) = 31.69%
BLUE value IS 236 (92.58% from 255) = 34.15%
R=34.15%
G=31.69%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621923600.0700.0730030.9189.22
HexECDBEC070712c1f59
Octal354333354070745437131
Binary11101100110110111110110001110111100101100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBEC; }

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

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

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

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

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

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

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

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