Shades of Melanie #DCC4CB
Tints of Melanie #DCC4CB
RGB
CMYK
RGB Variations
Color information
#DCC4CB (or 0xDCC4CB) is known color: Melanie. HEX triplet: DC, C4 and CB. RGB value is (220,196,203). Sum of RGB (Red+Green+Blue) = 220+196+203=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4CB is #233B34. Grayscale: #CBCBCB. Windows color (decimal): -2308917 or 13354204. OLE color: 13354204.
HSL color Cylindrical-coordinate representation of color #DCC4CB: hue angle of 342.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC4CB is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 203 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.14 |
| HSL | 342.5º | 0.26% | 0.82% | - |
| HSV(B) | 342.5º | 0.11% | 0.86% | - |
| XYZ | 60.03 | 59.01 | 64.73 | - |
| YUV | 203.97 | 127.45 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 203 | 0 | 0.11 | 0.08 | 0.14 | 342.5 | 0.26 | 0.82 |
| Hex | DC | C4 | CB | 0 | B | 8 | E | 156 | 1A | 52 |
| Octal | 334 | 304 | 313 | 0 | 13 | 10 | 16 | 526 | 32 | 122 |
| Binary | 11011100 | 11000100 | 11001011 | 0 | 1011 | 1000 | 1110 | 101010110 | 11010 | 1010010 |
Color Harmonies of #DCC4CB
Complementary color
Monochromatic Colors of #DCC4CB
Black with #DCC4CB
Text Example
Text Example
White with #DCC4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC4CB; }
p { color: rgb(220,196,203); }
H1.HeaderClassName
{
color: #DCC4CB;
}
.AnyTagClassName
{
color: #DCC4CB;
}
</style>
background-color css
<style>
a { background-color: #DCC4CB; }
a { background-color: rgb(220,196,203); }
div.DivClassName
{
background-color: #DCC4CB;
}
.BgClassName
{
background-color: #DCC4CB;
}
</style>
border-color css
<style>
span { border-color: #DCC4CB; }
span { border-color: rgb(220,196,203); }
td.TdClassName
{
border-color: #DCC4CB;
}
.TagClassName
{
border-color: #DCC4CB;
}
</style>