Shades of Melanie #DCBCC3
Tints of Melanie #DCBCC3
RGB
CMYK
RGB Variations
Color information
#DCBCC3 (or 0xDCBCC3) is known color: Melanie. HEX triplet: DC, BC and C3. RGB value is (220,188,195). Sum of RGB (Red+Green+Blue) = 220+188+195=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCC3 is #23433C. Grayscale: #C6C6C6. Windows color (decimal): -2310973 or 12827868. OLE color: 12827868.
HSL color Cylindrical-coordinate representation of color #DCBCC3: hue angle of 346.88º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBCC3 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 195 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.14 |
| HSL | 346.88º | 0.31% | 0.8% | - |
| HSV(B) | 346.88º | 0.15% | 0.86% | - |
| XYZ | 57.35 | 55.12 | 59.25 | - |
| YUV | 198.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 195 | 0 | 0.15 | 0.11 | 0.14 | 346.88 | 0.31 | 0.8 |
| Hex | DC | BC | C3 | 0 | F | B | E | 15B | 1F | 50 |
| Octal | 334 | 274 | 303 | 0 | 17 | 13 | 16 | 533 | 37 | 120 |
| Binary | 11011100 | 10111100 | 11000011 | 0 | 1111 | 1011 | 1110 | 101011011 | 11111 | 1010000 |
Color Harmonies of #DCBCC3
Complementary color
Monochromatic Colors of #DCBCC3
Black with #DCBCC3
Text Example
Text Example
White with #DCBCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCC3; }
p { color: rgb(220,188,195); }
H1.HeaderClassName
{
color: #DCBCC3;
}
.AnyTagClassName
{
color: #DCBCC3;
}
</style>
background-color css
<style>
a { background-color: #DCBCC3; }
a { background-color: rgb(220,188,195); }
div.DivClassName
{
background-color: #DCBCC3;
}
.BgClassName
{
background-color: #DCBCC3;
}
</style>
border-color css
<style>
span { border-color: #DCBCC3; }
span { border-color: rgb(220,188,195); }
td.TdClassName
{
border-color: #DCBCC3;
}
.TagClassName
{
border-color: #DCBCC3;
}
</style>