Shades of Melanie #D5BDC2
Tints of Melanie #D5BDC2
RGB
CMYK
RGB Variations
Color information
#D5BDC2 (or 0xD5BDC2) is known color: Melanie. HEX triplet: D5, BD and C2. RGB value is (213,189,194). Sum of RGB (Red+Green+Blue) = 213+189+194=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 194 (76.17% from 255 or 32.55% from 596); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDC2 is #2A423D. Grayscale: #C4C4C4. Windows color (decimal): -2769470 or 12762581. OLE color: 12762581.
HSL color Cylindrical-coordinate representation of color #D5BDC2: hue angle of 347.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5BDC2 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 194 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.16 |
| HSL | 347.5º | 0.22% | 0.79% | - |
| HSV(B) | 347.5º | 0.11% | 0.84% | - |
| XYZ | 55.38 | 54.44 | 58.63 | - |
| YUV | 196.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 194 | 0 | 0.11 | 0.09 | 0.16 | 347.5 | 0.22 | 0.79 |
| Hex | D5 | BD | C2 | 0 | B | 9 | 10 | 15C | 16 | 4F |
| Octal | 325 | 275 | 302 | 0 | 13 | 11 | 20 | 534 | 26 | 117 |
| Binary | 11010101 | 10111101 | 11000010 | 0 | 1011 | 1001 | 10000 | 101011100 | 10110 | 1001111 |
Color Harmonies of #D5BDC2
Complementary color
Monochromatic Colors of #D5BDC2
Black with #D5BDC2
Text Example
Text Example
White with #D5BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDC2; }
p { color: rgb(213,189,194); }
H1.HeaderClassName
{
color: #D5BDC2;
}
.AnyTagClassName
{
color: #D5BDC2;
}
</style>
background-color css
<style>
a { background-color: #D5BDC2; }
a { background-color: rgb(213,189,194); }
div.DivClassName
{
background-color: #D5BDC2;
}
.BgClassName
{
background-color: #D5BDC2;
}
</style>
border-color css
<style>
span { border-color: #D5BDC2; }
span { border-color: rgb(213,189,194); }
td.TdClassName
{
border-color: #D5BDC2;
}
.TagClassName
{
border-color: #D5BDC2;
}
</style>