Shades of Melanie #D2BAC3
Tints of Melanie #D2BAC3
RGB
CMYK
RGB Variations
Color information
#D2BAC3 (or 0xD2BAC3) is known color: Melanie. HEX triplet: D2, BA and C3. RGB value is (210,186,195). Sum of RGB (Red+Green+Blue) = 210+186+195=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 186 (73.05% from 255 or 31.47% from 591); Blue value is 195 (76.56% from 255 or 32.99% from 591); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BAC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAC3 is #2D453C. Grayscale: #C2C2C2. Windows color (decimal): -2966845 or 12827346. OLE color: 12827346.
HSL color Cylindrical-coordinate representation of color #D2BAC3: hue angle of 337.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BAC3 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 195 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.18 |
| HSL | 337.5º | 0.21% | 0.78% | - |
| HSV(B) | 337.5º | 0.11% | 0.82% | - |
| XYZ | 53.99 | 52.76 | 58.97 | - |
| YUV | 194.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 195 | 0 | 0.11 | 0.07 | 0.18 | 337.5 | 0.21 | 0.78 |
| Hex | D2 | BA | C3 | 0 | B | 7 | 12 | 152 | 15 | 4E |
| Octal | 322 | 272 | 303 | 0 | 13 | 7 | 22 | 522 | 25 | 116 |
| Binary | 11010010 | 10111010 | 11000011 | 0 | 1011 | 111 | 10010 | 101010010 | 10101 | 1001110 |
Color Harmonies of #D2BAC3
Complementary color
Monochromatic Colors of #D2BAC3
Black with #D2BAC3
Text Example
Text Example
White with #D2BAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAC3; }
p { color: rgb(210,186,195); }
H1.HeaderClassName
{
color: #D2BAC3;
}
.AnyTagClassName
{
color: #D2BAC3;
}
</style>
background-color css
<style>
a { background-color: #D2BAC3; }
a { background-color: rgb(210,186,195); }
div.DivClassName
{
background-color: #D2BAC3;
}
.BgClassName
{
background-color: #D2BAC3;
}
</style>
border-color css
<style>
span { border-color: #D2BAC3; }
span { border-color: rgb(210,186,195); }
td.TdClassName
{
border-color: #D2BAC3;
}
.TagClassName
{
border-color: #D2BAC3;
}
</style>