#DCADBA

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

Shades of Melanie #DCADBA

Tints of Melanie #DCADBA

Color information

#DCADBA (or 0xDCADBA) is unknown color: approx Melanie. HEX triplet: DC, AD and BA. RGB value is (220,173,186). Sum of RGB (Red+Green+Blue) = 220+173+186=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 173 (67.97% from 255 or 29.88% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADBA is #235245. Grayscale: #BCBCBC. Windows color (decimal): -2314822 or 12234204. OLE color: 12234204.

HSL color Cylindrical-coordinate representation of color #DCADBA: hue angle of 343.4º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCADBA is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220173186-
CMYK00.210.150.14
HSL343.4º40.17%77.06%-
HSV(B)343.4º21.36%86.27%-
XYZ53.3248.6553.03-
YUV188.54126.57150.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 173 (67.97% from 255) = 29.88%
BLUE value IS 186 (73.05% from 255) = 32.12%
R=38.00%
G=29.88%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017318600.210.150.14343.440.1777.06
HexDCADBA015FE157284d
Octal334255272025171652750115
Binary110111001010110110111010010101111111101010101111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADBA; }

 p { color: rgb(220,173,186); }

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

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

 a { background-color: rgb(220,173,186); }

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

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

 span { border-color: rgb(220,173,186); }

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