Shades of Melanie #D1BCC3
Tints of Melanie #D1BCC3
RGB
CMYK
RGB Variations
Color information
#D1BCC3 (or 0xD1BCC3) is known color: Melanie. HEX triplet: D1, BC and C3. RGB value is (209,188,195). Sum of RGB (Red+Green+Blue) = 209+188+195=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 188 (73.83% from 255 or 31.76% from 592); Blue value is 195 (76.56% from 255 or 32.94% from 592); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCC3 is #2E433C. Grayscale: #C3C3C3. Windows color (decimal): -3031869 or 12827857. OLE color: 12827857.
HSL color Cylindrical-coordinate representation of color #D1BCC3: hue angle of 340º 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 #D1BCC3 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 195 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.18 |
| HSL | 340º | 0.19% | 0.78% | - |
| HSV(B) | 340º | 0.1% | 0.82% | - |
| XYZ | 54.13 | 53.46 | 59.1 | - |
| YUV | 195.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 195 | 0 | 0.10 | 0.07 | 0.18 | 340 | 0.19 | 0.78 |
| Hex | D1 | BC | C3 | 0 | A | 7 | 12 | 154 | 13 | 4E |
| Octal | 321 | 274 | 303 | 0 | 12 | 7 | 22 | 524 | 23 | 116 |
| Binary | 11010001 | 10111100 | 11000011 | 0 | 1010 | 111 | 10010 | 101010100 | 10011 | 1001110 |
Color Harmonies of #D1BCC3
Complementary color
Monochromatic Colors of #D1BCC3
Black with #D1BCC3
Text Example
Text Example
White with #D1BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCC3; }
p { color: rgb(209,188,195); }
H1.HeaderClassName
{
color: #D1BCC3;
}
.AnyTagClassName
{
color: #D1BCC3;
}
</style>
background-color css
<style>
a { background-color: #D1BCC3; }
a { background-color: rgb(209,188,195); }
div.DivClassName
{
background-color: #D1BCC3;
}
.BgClassName
{
background-color: #D1BCC3;
}
</style>
border-color css
<style>
span { border-color: #D1BCC3; }
span { border-color: rgb(209,188,195); }
td.TdClassName
{
border-color: #D1BCC3;
}
.TagClassName
{
border-color: #D1BCC3;
}
</style>