Shades of Melanie #DCBBC1
Tints of Melanie #DCBBC1
RGB
CMYK
RGB Variations
Color information
#DCBBC1 (or 0xDCBBC1) is known color: Melanie. HEX triplet: DC, BB and C1. RGB value is (220,187,193). Sum of RGB (Red+Green+Blue) = 220+187+193=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 193 (75.78% from 255 or 32.17% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC1 is #23443E. Grayscale: #C5C5C5. Windows color (decimal): -2311231 or 12696540. OLE color: 12696540.
HSL color Cylindrical-coordinate representation of color #DCBBC1: hue angle of 349.09º degrees, saturation: 0.32, 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 #DCBBC1 is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 193 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.14 |
| HSL | 349.09º | 0.32% | 0.8% | - |
| HSV(B) | 349.09º | 0.15% | 0.86% | - |
| XYZ | 56.91 | 54.61 | 57.99 | - |
| YUV | 197.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 193 | 0 | 0.15 | 0.12 | 0.14 | 349.09 | 0.32 | 0.8 |
| Hex | DC | BB | C1 | 0 | F | C | E | 15D | 20 | 50 |
| Octal | 334 | 273 | 301 | 0 | 17 | 14 | 16 | 535 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11000001 | 0 | 1111 | 1100 | 1110 | 101011101 | 100000 | 1010000 |
Color Harmonies of #DCBBC1
Complementary color
Monochromatic Colors of #DCBBC1
Black with #DCBBC1
Text Example
Text Example
White with #DCBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBC1; }
p { color: rgb(220,187,193); }
H1.HeaderClassName
{
color: #DCBBC1;
}
.AnyTagClassName
{
color: #DCBBC1;
}
</style>
background-color css
<style>
a { background-color: #DCBBC1; }
a { background-color: rgb(220,187,193); }
div.DivClassName
{
background-color: #DCBBC1;
}
.BgClassName
{
background-color: #DCBBC1;
}
</style>
border-color css
<style>
span { border-color: #DCBBC1; }
span { border-color: rgb(220,187,193); }
td.TdClassName
{
border-color: #DCBBC1;
}
.TagClassName
{
border-color: #DCBBC1;
}
</style>