Shades of Melanie #D2BCC3
Tints of Melanie #D2BCC3
RGB
CMYK
RGB Variations
Color information
#D2BCC3 (or 0xD2BCC3) is known color: Melanie. HEX triplet: D2, BC and C3. RGB value is (210,188,195). Sum of RGB (Red+Green+Blue) = 210+188+195=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 195 (76.56% from 255 or 32.88% from 593); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCC3 is #2D433C. Grayscale: #C3C3C3. Windows color (decimal): -2966333 or 12827858. OLE color: 12827858.
HSL color Cylindrical-coordinate representation of color #D2BCC3: hue angle of 340.91º degrees, saturation: 0.2, 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 #D2BCC3 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 195 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.18 |
| HSL | 340.91º | 0.2% | 0.78% | - |
| HSV(B) | 340.91º | 0.1% | 0.82% | - |
| XYZ | 54.41 | 53.61 | 59.11 | - |
| YUV | 195.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 195 | 0 | 0.10 | 0.07 | 0.18 | 340.91 | 0.2 | 0.78 |
| Hex | D2 | BC | C3 | 0 | A | 7 | 12 | 155 | 14 | 4E |
| Octal | 322 | 274 | 303 | 0 | 12 | 7 | 22 | 525 | 24 | 116 |
| Binary | 11010010 | 10111100 | 11000011 | 0 | 1010 | 111 | 10010 | 101010101 | 10100 | 1001110 |
Color Harmonies of #D2BCC3
Complementary color
Monochromatic Colors of #D2BCC3
Black with #D2BCC3
Text Example
Text Example
White with #D2BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCC3; }
p { color: rgb(210,188,195); }
H1.HeaderClassName
{
color: #D2BCC3;
}
.AnyTagClassName
{
color: #D2BCC3;
}
</style>
background-color css
<style>
a { background-color: #D2BCC3; }
a { background-color: rgb(210,188,195); }
div.DivClassName
{
background-color: #D2BCC3;
}
.BgClassName
{
background-color: #D2BCC3;
}
</style>
border-color css
<style>
span { border-color: #D2BCC3; }
span { border-color: rgb(210,188,195); }
td.TdClassName
{
border-color: #D2BCC3;
}
.TagClassName
{
border-color: #D2BCC3;
}
</style>