#ECDBEA

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

Shades of Snuff #ECDBEA

Tints of Snuff #ECDBEA

Color information

#ECDBEA (or 0xECDBEA) is unknown color: approx Snuff. HEX triplet: EC, DB and EA. RGB value is (236,219,234). Sum of RGB (Red+Green+Blue) = 236+219+234=689 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.25% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBEA is #132415. Grayscale: #E1E1E1. Windows color (decimal): -1254422 or 15391724. OLE color: 15391724.

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

Color convert

RGB236219234-
CMYK00.070.010.07
HSL307.06º30.91%89.22%-
HSV(B)307.06º7.2%92.55%-
XYZ74.7774.4488.27-
YUV225.79132.63135.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 34.25%
GREEN value IS 219 (85.94% from 255) = 31.79%
BLUE value IS 234 (91.80% from 255) = 33.96%
R=34.25%
G=31.79%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23621923400.070.010.07307.0630.9189.22
HexECDBEA07171331f59
Octal354333352071746337131
Binary11101100110110111110101001111111100110011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBEA; }

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

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

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

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

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

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

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

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