#DCADBB

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

Shades of Melanie #DCADBB

Tints of Melanie #DCADBB

Color information

#DCADBB (or 0xDCADBB) is unknown color: approx Melanie. HEX triplet: DC, AD and BB. RGB value is (220,173,187). Sum of RGB (Red+Green+Blue) = 220+173+187=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 173 (67.97% from 255 or 29.83% from 580); Blue value is 187 (73.44% from 255 or 32.24% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCADBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCADBB is #235244. Grayscale: #BCBCBC. Windows color (decimal): -2314821 or 12299740. OLE color: 12299740.

HSL color Cylindrical-coordinate representation of color #DCADBB: hue angle of 342.13º 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 #DCADBB is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB220173187-
CMYK00.210.150.14
HSL342.13º40.17%77.06%-
HSV(B)342.13º21.36%86.27%-
XYZ53.4348.6953.6-
YUV188.65127.07150.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 173 (67.97% from 255) = 29.83%
BLUE value IS 187 (73.44% from 255) = 32.24%
R=37.93%
G=29.83%
B=32.24%

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
Decimal22017318700.210.150.14342.1340.1777.06
HexDCADBB015FE156284d
Octal334255273025171652650115
Binary110111001010110110111011010101111111101010101101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCADBB; }

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

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

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

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

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

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

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

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