Shades of Melanie #DBBBC2
Tints of Melanie #DBBBC2
RGB
CMYK
RGB Variations
Color information
#DBBBC2 (or 0xDBBBC2) is known color: Melanie. HEX triplet: DB, BB and C2. RGB value is (219,187,194). Sum of RGB (Red+Green+Blue) = 219+187+194=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBC2 is #24443D. Grayscale: #C5C5C5. Windows color (decimal): -2376766 or 12762075. OLE color: 12762075.
HSL color Cylindrical-coordinate representation of color #DBBBC2: 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 #DBBBC2 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 194 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.14 |
| HSL | 346.88º | 0.31% | 0.8% | - |
| HSV(B) | 346.88º | 0.15% | 0.86% | - |
| XYZ | 56.72 | 54.5 | 58.57 | - |
| YUV | 197.37 | 126.1 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 194 | 0 | 0.15 | 0.11 | 0.14 | 346.88 | 0.31 | 0.8 |
| Hex | DB | BB | C2 | 0 | F | B | E | 15B | 1F | 50 |
| Octal | 333 | 273 | 302 | 0 | 17 | 13 | 16 | 533 | 37 | 120 |
| Binary | 11011011 | 10111011 | 11000010 | 0 | 1111 | 1011 | 1110 | 101011011 | 11111 | 1010000 |
Color Harmonies of #DBBBC2
Complementary color
Monochromatic Colors of #DBBBC2
Black with #DBBBC2
Text Example
Text Example
White with #DBBBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBC2; }
p { color: rgb(219,187,194); }
H1.HeaderClassName
{
color: #DBBBC2;
}
.AnyTagClassName
{
color: #DBBBC2;
}
</style>
background-color css
<style>
a { background-color: #DBBBC2; }
a { background-color: rgb(219,187,194); }
div.DivClassName
{
background-color: #DBBBC2;
}
.BgClassName
{
background-color: #DBBBC2;
}
</style>
border-color css
<style>
span { border-color: #DBBBC2; }
span { border-color: rgb(219,187,194); }
td.TdClassName
{
border-color: #DBBBC2;
}
.TagClassName
{
border-color: #DBBBC2;
}
</style>