Shades of Melanie #D0BCC2
Tints of Melanie #D0BCC2
RGB
CMYK
RGB Variations
Color information
#D0BCC2 (or 0xD0BCC2) is known color: Melanie. HEX triplet: D0, BC and C2. RGB value is (208,188,194). Sum of RGB (Red+Green+Blue) = 208+188+194=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCC2 is #2F433D. Grayscale: #C2C2C2. Windows color (decimal): -3097406 or 12762320. OLE color: 12762320.
HSL color Cylindrical-coordinate representation of color #D0BCC2: hue angle of 342º 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 #D0BCC2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 194 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.18 |
| HSL | 342º | 0.18% | 0.78% | - |
| HSV(B) | 342º | 0.1% | 0.82% | - |
| XYZ | 53.73 | 53.27 | 58.49 | - |
| YUV | 194.66 | 127.63 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 194 | 0 | 0.10 | 0.07 | 0.18 | 342 | 0.18 | 0.78 |
| Hex | D0 | BC | C2 | 0 | A | 7 | 12 | 156 | 12 | 4E |
| Octal | 320 | 274 | 302 | 0 | 12 | 7 | 22 | 526 | 22 | 116 |
| Binary | 11010000 | 10111100 | 11000010 | 0 | 1010 | 111 | 10010 | 101010110 | 10010 | 1001110 |
Color Harmonies of #D0BCC2
Complementary color
Monochromatic Colors of #D0BCC2
Black with #D0BCC2
Text Example
Text Example
White with #D0BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCC2; }
p { color: rgb(208,188,194); }
H1.HeaderClassName
{
color: #D0BCC2;
}
.AnyTagClassName
{
color: #D0BCC2;
}
</style>
background-color css
<style>
a { background-color: #D0BCC2; }
a { background-color: rgb(208,188,194); }
div.DivClassName
{
background-color: #D0BCC2;
}
.BgClassName
{
background-color: #D0BCC2;
}
</style>
border-color css
<style>
span { border-color: #D0BCC2; }
span { border-color: rgb(208,188,194); }
td.TdClassName
{
border-color: #D0BCC2;
}
.TagClassName
{
border-color: #D0BCC2;
}
</style>