Shades of Melanie #D1BDC2
Tints of Melanie #D1BDC2
RGB
CMYK
RGB Variations
Color information
#D1BDC2 (or 0xD1BDC2) is known color: Melanie. HEX triplet: D1, BD and C2. RGB value is (209,189,194). Sum of RGB (Red+Green+Blue) = 209+189+194=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 194 (76.17% from 255 or 32.77% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDC2 is #2E423D. Grayscale: #C3C3C3. Windows color (decimal): -3031614 or 12762577. OLE color: 12762577.
HSL color Cylindrical-coordinate representation of color #D1BDC2: hue angle of 345º 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 #D1BDC2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 189 | 194 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.18 |
| HSL | 345º | 0.18% | 0.78% | - |
| HSV(B) | 345º | 0.1% | 0.82% | - |
| XYZ | 54.23 | 53.85 | 58.57 | - |
| YUV | 195.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 194 | 0 | 0.10 | 0.07 | 0.18 | 345 | 0.18 | 0.78 |
| Hex | D1 | BD | C2 | 0 | A | 7 | 12 | 159 | 12 | 4E |
| Octal | 321 | 275 | 302 | 0 | 12 | 7 | 22 | 531 | 22 | 116 |
| Binary | 11010001 | 10111101 | 11000010 | 0 | 1010 | 111 | 10010 | 101011001 | 10010 | 1001110 |
Color Harmonies of #D1BDC2
Complementary color
Monochromatic Colors of #D1BDC2
Black with #D1BDC2
Text Example
Text Example
White with #D1BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDC2; }
p { color: rgb(209,189,194); }
H1.HeaderClassName
{
color: #D1BDC2;
}
.AnyTagClassName
{
color: #D1BDC2;
}
</style>
background-color css
<style>
a { background-color: #D1BDC2; }
a { background-color: rgb(209,189,194); }
div.DivClassName
{
background-color: #D1BDC2;
}
.BgClassName
{
background-color: #D1BDC2;
}
</style>
border-color css
<style>
span { border-color: #D1BDC2; }
span { border-color: rgb(209,189,194); }
td.TdClassName
{
border-color: #D1BDC2;
}
.TagClassName
{
border-color: #D1BDC2;
}
</style>