Shades of Melanie #D0B2BC
Tints of Melanie #D0B2BC
RGB
CMYK
RGB Variations
Color information
#D0B2BC (or 0xD0B2BC) is known color: Melanie. HEX triplet: D0, B2 and BC. RGB value is (208,178,188). Sum of RGB (Red+Green+Blue) = 208+178+188=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 178 (69.92% from 255 or 31.01% from 574); Blue value is 188 (73.83% from 255 or 32.75% from 574); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0B2BC is #2F4D43. Grayscale: #BCBCBC. Windows color (decimal): -3099972 or 12366544. OLE color: 12366544.
HSL color Cylindrical-coordinate representation of color #D0B2BC: hue angle of 340º degrees, saturation: 0.24, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0B2BC is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 188 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.18 |
| HSL | 340º | 0.24% | 0.76% | - |
| HSV(B) | 340º | 0.14% | 0.82% | - |
| XYZ | 51.01 | 48.88 | 54.32 | - |
| YUV | 188.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 188 | 0 | 0.14 | 0.10 | 0.18 | 340 | 0.24 | 0.76 |
| Hex | D0 | B2 | BC | 0 | E | A | 12 | 154 | 18 | 4C |
| Octal | 320 | 262 | 274 | 0 | 16 | 12 | 22 | 524 | 30 | 114 |
| Binary | 11010000 | 10110010 | 10111100 | 0 | 1110 | 1010 | 10010 | 101010100 | 11000 | 1001100 |
Color Harmonies of #D0B2BC
Complementary color
Monochromatic Colors of #D0B2BC
Black with #D0B2BC
Text Example
Text Example
White with #D0B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B2BC; }
p { color: rgb(208,178,188); }
H1.HeaderClassName
{
color: #D0B2BC;
}
.AnyTagClassName
{
color: #D0B2BC;
}
</style>
background-color css
<style>
a { background-color: #D0B2BC; }
a { background-color: rgb(208,178,188); }
div.DivClassName
{
background-color: #D0B2BC;
}
.BgClassName
{
background-color: #D0B2BC;
}
</style>
border-color css
<style>
span { border-color: #D0B2BC; }
span { border-color: rgb(208,178,188); }
td.TdClassName
{
border-color: #D0B2BC;
}
.TagClassName
{
border-color: #D0B2BC;
}
</style>