#ECDDEB

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

Shades of Snuff #ECDDEB

Tints of Snuff #ECDDEB

Color information

#ECDDEB (or 0xECDDEB) is unknown color: approx Snuff. HEX triplet: EC, DD and EB. RGB value is (236,221,235). Sum of RGB (Red+Green+Blue) = 236+221+235=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 235 (92.19% from 255 or 33.96% from 692); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDEB is #132214. Grayscale: #E3E3E3. Windows color (decimal): -1253909 or 15457772. OLE color: 15457772.

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

Color convert

RGB236221235-
CMYK00.060.000.07
HSL304º28.3%89.61%-
HSV(B)304º6.36%92.55%-
XYZ75.4475.5489.2-
YUV227.08132.47134.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.10%
GREEN value IS 221 (86.72% from 255) = 31.94%
BLUE value IS 235 (92.19% from 255) = 33.96%
R=34.10%
G=31.94%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622123500.060.000.0730428.389.61
HexECDDEB06071301c5a
Octal354335353060746034132
Binary11101100110111011110101101100111100110000111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDEB; }

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

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

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

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

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

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

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

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