Shades of Melanie #D0BCC0
Tints of Melanie #D0BCC0
RGB
CMYK
RGB Variations
Color information
#D0BCC0 (or 0xD0BCC0) is known color: Melanie. HEX triplet: D0, BC and C0. RGB value is (208,188,192). Sum of RGB (Red+Green+Blue) = 208+188+192=588 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.37% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCC0 is #2F433F. Grayscale: #C2C2C2. Windows color (decimal): -3097408 or 12631248. OLE color: 12631248.
HSL color Cylindrical-coordinate representation of color #D0BCC0: hue angle of 348º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BCC0 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 188 | 192 | - |
CMYK | 0 | 0.10 | 0.08 | 0.18 |
HSL | 348º | 0.18% | 0.78% | - |
HSV(B) | 348º | 0.1% | 0.82% | - |
XYZ | 53.51 | 53.18 | 57.31 | - |
YUV | 194.44 | 126.63 | 137.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 188 | 192 | 0 | 0.10 | 0.08 | 0.18 | 348 | 0.18 | 0.78 |
Hex | D0 | BC | C0 | 0 | A | 8 | 12 | 15C | 12 | 4E |
Octal | 320 | 274 | 300 | 0 | 12 | 10 | 22 | 534 | 22 | 116 |
Binary | 11010000 | 10111100 | 11000000 | 0 | 1010 | 1000 | 10010 | 101011100 | 10010 | 1001110 |
Color Harmonies of #D0BCC0
Complementary color
Monochromatic Colors of #D0BCC0
Black with #D0BCC0
Text Example
Text Example
White with #D0BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCC0; }
p { color: rgb(208,188,192); }
H1.HeaderClassName
{
color: #D0BCC0;
}
.AnyTagClassName
{
color: #D0BCC0;
}
</style>
background-color css
<style>
a { background-color: #D0BCC0; }
a { background-color: rgb(208,188,192); }
div.DivClassName
{
background-color: #D0BCC0;
}
.BgClassName
{
background-color: #D0BCC0;
}
</style>
border-color css
<style>
span { border-color: #D0BCC0; }
span { border-color: rgb(208,188,192); }
td.TdClassName
{
border-color: #D0BCC0;
}
.TagClassName
{
border-color: #D0BCC0;
}
</style>