#ECDBEB

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

Shades of Snuff #ECDBEB

Tints of Snuff #ECDBEB

Color information

#ECDBEB (or 0xECDBEB) is unknown color: approx Snuff. HEX triplet: EC, DB and EB. RGB value is (236,219,235). Sum of RGB (Red+Green+Blue) = 236+219+235=690 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.20% from 690); Green value is 219 (85.94% from 255 or 31.74% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBEB is #132414. Grayscale: #E1E1E1. Windows color (decimal): -1254421 or 15457260. OLE color: 15457260.

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

Color convert

RGB236219235-
CMYK00.070.000.07
HSL303.53º30.91%89.22%-
HSV(B)303.53º7.2%92.55%-
XYZ74.9274.4989.03-
YUV225.91133.13135.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.20%
GREEN value IS 219 (85.94% from 255) = 31.74%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=34.20%
G=31.74%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621923500.070.000.07303.5330.9189.22
HexECDBEB07071301f59
Octal354333353070746037131
Binary11101100110110111110101101110111100110000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBEB; }

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

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

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

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

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

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

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

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