Shades of Melanie #D0BCC3
Tints of Melanie #D0BCC3
RGB
CMYK
RGB Variations
Color information
#D0BCC3 (or 0xD0BCC3) is known color: Melanie. HEX triplet: D0, BC and C3. RGB value is (208,188,195). Sum of RGB (Red+Green+Blue) = 208+188+195=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BCC3 is #2F433C. Grayscale: #C2C2C2. Windows color (decimal): -3097405 or 12827856. OLE color: 12827856.
HSL color Cylindrical-coordinate representation of color #D0BCC3: hue angle of 339º 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 #D0BCC3 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 188 | 195 | - |
| CMYK | 0 | 0.10 | 0.06 | 0.18 |
| HSL | 339º | 0.18% | 0.78% | - |
| HSV(B) | 339º | 0.1% | 0.82% | - |
| XYZ | 53.85 | 53.32 | 59.08 | - |
| YUV | 194.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 188 | 195 | 0 | 0.10 | 0.06 | 0.18 | 339 | 0.18 | 0.78 |
| Hex | D0 | BC | C3 | 0 | A | 6 | 12 | 153 | 12 | 4E |
| Octal | 320 | 274 | 303 | 0 | 12 | 6 | 22 | 523 | 22 | 116 |
| Binary | 11010000 | 10111100 | 11000011 | 0 | 1010 | 110 | 10010 | 101010011 | 10010 | 1001110 |
Color Harmonies of #D0BCC3
Complementary color
Monochromatic Colors of #D0BCC3
Black with #D0BCC3
Text Example
Text Example
White with #D0BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BCC3; }
p { color: rgb(208,188,195); }
H1.HeaderClassName
{
color: #D0BCC3;
}
.AnyTagClassName
{
color: #D0BCC3;
}
</style>
background-color css
<style>
a { background-color: #D0BCC3; }
a { background-color: rgb(208,188,195); }
div.DivClassName
{
background-color: #D0BCC3;
}
.BgClassName
{
background-color: #D0BCC3;
}
</style>
border-color css
<style>
span { border-color: #D0BCC3; }
span { border-color: rgb(208,188,195); }
td.TdClassName
{
border-color: #D0BCC3;
}
.TagClassName
{
border-color: #D0BCC3;
}
</style>