Shades of Melanie #DCCACB
Tints of Melanie #DCCACB
RGB
CMYK
RGB Variations
Color information
#DCCACB (or 0xDCCACB) is known color: Melanie. HEX triplet: DC, CA and CB. RGB value is (220,202,203). Sum of RGB (Red+Green+Blue) = 220+202+203=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 203 (79.69% from 255 or 32.48% from 625); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCACB is #233534. Grayscale: #CFCFCF. Windows color (decimal): -2307381 or 13355740. OLE color: 13355740.
HSL color Cylindrical-coordinate representation of color #DCCACB: hue angle of 356.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCACB is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 203 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.14 |
| HSL | 356.67º | 0.2% | 0.83% | - |
| HSV(B) | 356.67º | 0.08% | 0.86% | - |
| XYZ | 61.42 | 61.77 | 65.19 | - |
| YUV | 207.5 | 125.46 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 203 | 0 | 0.08 | 0.08 | 0.14 | 356.67 | 0.2 | 0.83 |
| Hex | DC | CA | CB | 0 | 8 | 8 | E | 165 | 14 | 53 |
| Octal | 334 | 312 | 313 | 0 | 10 | 10 | 16 | 545 | 24 | 123 |
| Binary | 11011100 | 11001010 | 11001011 | 0 | 1000 | 1000 | 1110 | 101100101 | 10100 | 1010011 |
Color Harmonies of #DCCACB
Complementary color
Monochromatic Colors of #DCCACB
Black with #DCCACB
Text Example
Text Example
White with #DCCACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCACB; }
p { color: rgb(220,202,203); }
H1.HeaderClassName
{
color: #DCCACB;
}
.AnyTagClassName
{
color: #DCCACB;
}
</style>
background-color css
<style>
a { background-color: #DCCACB; }
a { background-color: rgb(220,202,203); }
div.DivClassName
{
background-color: #DCCACB;
}
.BgClassName
{
background-color: #DCCACB;
}
</style>
border-color css
<style>
span { border-color: #DCCACB; }
span { border-color: rgb(220,202,203); }
td.TdClassName
{
border-color: #DCCACB;
}
.TagClassName
{
border-color: #DCCACB;
}
</style>