Shades of Melanie #D2BDC1
Tints of Melanie #D2BDC1
RGB
CMYK
RGB Variations
Color information
#D2BDC1 (or 0xD2BDC1) is known color: Melanie. HEX triplet: D2, BD and C1. RGB value is (210,189,193). Sum of RGB (Red+Green+Blue) = 210+189+193=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDC1 is #2D423E. Grayscale: #C3C3C3. Windows color (decimal): -2966079 or 12697042. OLE color: 12697042.
HSL color Cylindrical-coordinate representation of color #D2BDC1: hue angle of 348.57º degrees, saturation: 0.19, 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 #D2BDC1 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 193 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.18 |
| HSL | 348.57º | 0.19% | 0.78% | - |
| HSV(B) | 348.57º | 0.1% | 0.82% | - |
| XYZ | 54.4 | 53.95 | 58 | - |
| YUV | 195.74 | 126.46 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 193 | 0 | 0.10 | 0.08 | 0.18 | 348.57 | 0.19 | 0.78 |
| Hex | D2 | BD | C1 | 0 | A | 8 | 12 | 15D | 13 | 4E |
| Octal | 322 | 275 | 301 | 0 | 12 | 10 | 22 | 535 | 23 | 116 |
| Binary | 11010010 | 10111101 | 11000001 | 0 | 1010 | 1000 | 10010 | 101011101 | 10011 | 1001110 |
Color Harmonies of #D2BDC1
Complementary color
Monochromatic Colors of #D2BDC1
Black with #D2BDC1
Text Example
Text Example
White with #D2BDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDC1; }
p { color: rgb(210,189,193); }
H1.HeaderClassName
{
color: #D2BDC1;
}
.AnyTagClassName
{
color: #D2BDC1;
}
</style>
background-color css
<style>
a { background-color: #D2BDC1; }
a { background-color: rgb(210,189,193); }
div.DivClassName
{
background-color: #D2BDC1;
}
.BgClassName
{
background-color: #D2BDC1;
}
</style>
border-color css
<style>
span { border-color: #D2BDC1; }
span { border-color: rgb(210,189,193); }
td.TdClassName
{
border-color: #D2BDC1;
}
.TagClassName
{
border-color: #D2BDC1;
}
</style>