Shades of Melanie #DBC9CB
Tints of Melanie #DBC9CB
RGB
CMYK
RGB Variations
Color information
#DBC9CB (or 0xDBC9CB) is known color: Melanie. HEX triplet: DB, C9 and CB. RGB value is (219,201,203). Sum of RGB (Red+Green+Blue) = 219+201+203=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9CB is #243634. Grayscale: #CECECE. Windows color (decimal): -2373173 or 13355483. OLE color: 13355483.
HSL color Cylindrical-coordinate representation of color #DBC9CB: hue angle of 353.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBC9CB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 203 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.14 |
| HSL | 353.33º | 0.2% | 0.82% | - |
| HSV(B) | 353.33º | 0.08% | 0.86% | - |
| XYZ | 60.88 | 61.15 | 65.09 | - |
| YUV | 206.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 203 | 0 | 0.08 | 0.07 | 0.14 | 353.33 | 0.2 | 0.82 |
| Hex | DB | C9 | CB | 0 | 8 | 7 | E | 161 | 14 | 52 |
| Octal | 333 | 311 | 313 | 0 | 10 | 7 | 16 | 541 | 24 | 122 |
| Binary | 11011011 | 11001001 | 11001011 | 0 | 1000 | 111 | 1110 | 101100001 | 10100 | 1010010 |
Color Harmonies of #DBC9CB
Complementary color
Monochromatic Colors of #DBC9CB
Black with #DBC9CB
Text Example
Text Example
White with #DBC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC9CB; }
p { color: rgb(219,201,203); }
H1.HeaderClassName
{
color: #DBC9CB;
}
.AnyTagClassName
{
color: #DBC9CB;
}
</style>
background-color css
<style>
a { background-color: #DBC9CB; }
a { background-color: rgb(219,201,203); }
div.DivClassName
{
background-color: #DBC9CB;
}
.BgClassName
{
background-color: #DBC9CB;
}
</style>
border-color css
<style>
span { border-color: #DBC9CB; }
span { border-color: rgb(219,201,203); }
td.TdClassName
{
border-color: #DBC9CB;
}
.TagClassName
{
border-color: #DBC9CB;
}
</style>