Shades of Melanie #DBBBC3
Tints of Melanie #DBBBC3
RGB
CMYK
RGB Variations
Color information
#DBBBC3 (or 0xDBBBC3) is known color: Melanie. HEX triplet: DB, BB and C3. RGB value is (219,187,195). Sum of RGB (Red+Green+Blue) = 219+187+195=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBC3 is #24443C. Grayscale: #C5C5C5. Windows color (decimal): -2376765 or 12827611. OLE color: 12827611.
HSL color Cylindrical-coordinate representation of color #DBBBC3: hue angle of 345º 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 #DBBBC3 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 195 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.14 |
| HSL | 345º | 0.31% | 0.8% | - |
| HSV(B) | 345º | 0.15% | 0.86% | - |
| XYZ | 56.83 | 54.54 | 59.16 | - |
| YUV | 197.48 | 126.6 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 195 | 0 | 0.15 | 0.11 | 0.14 | 345 | 0.31 | 0.8 |
| Hex | DB | BB | C3 | 0 | F | B | E | 159 | 1F | 50 |
| Octal | 333 | 273 | 303 | 0 | 17 | 13 | 16 | 531 | 37 | 120 |
| Binary | 11011011 | 10111011 | 11000011 | 0 | 1111 | 1011 | 1110 | 101011001 | 11111 | 1010000 |
Color Harmonies of #DBBBC3
Complementary color
Monochromatic Colors of #DBBBC3
Black with #DBBBC3
Text Example
Text Example
White with #DBBBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBC3; }
p { color: rgb(219,187,195); }
H1.HeaderClassName
{
color: #DBBBC3;
}
.AnyTagClassName
{
color: #DBBBC3;
}
</style>
background-color css
<style>
a { background-color: #DBBBC3; }
a { background-color: rgb(219,187,195); }
div.DivClassName
{
background-color: #DBBBC3;
}
.BgClassName
{
background-color: #DBBBC3;
}
</style>
border-color css
<style>
span { border-color: #DBBBC3; }
span { border-color: rgb(219,187,195); }
td.TdClassName
{
border-color: #DBBBC3;
}
.TagClassName
{
border-color: #DBBBC3;
}
</style>