Shades of Melanie #D6BCC3
Tints of Melanie #D6BCC3
RGB
CMYK
RGB Variations
Color information
#D6BCC3 (or 0xD6BCC3) is known color: Melanie. HEX triplet: D6, BC and C3. RGB value is (214,188,195). Sum of RGB (Red+Green+Blue) = 214+188+195=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BCC3 is #29433C. Grayscale: #C4C4C4. Windows color (decimal): -2704189 or 12827862. OLE color: 12827862.
HSL color Cylindrical-coordinate representation of color #D6BCC3: hue angle of 343.85º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6BCC3 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 188 | 195 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.16 |
| HSL | 343.85º | 0.24% | 0.79% | - |
| HSV(B) | 343.85º | 0.12% | 0.84% | - |
| XYZ | 55.57 | 54.2 | 59.16 | - |
| YUV | 196.57 | 127.11 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 195 | 0 | 0.12 | 0.09 | 0.16 | 343.85 | 0.24 | 0.79 |
| Hex | D6 | BC | C3 | 0 | C | 9 | 10 | 158 | 18 | 4F |
| Octal | 326 | 274 | 303 | 0 | 14 | 11 | 20 | 530 | 30 | 117 |
| Binary | 11010110 | 10111100 | 11000011 | 0 | 1100 | 1001 | 10000 | 101011000 | 11000 | 1001111 |
Color Harmonies of #D6BCC3
Complementary color
Monochromatic Colors of #D6BCC3
Black with #D6BCC3
Text Example
Text Example
White with #D6BCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCC3; }
p { color: rgb(214,188,195); }
H1.HeaderClassName
{
color: #D6BCC3;
}
.AnyTagClassName
{
color: #D6BCC3;
}
</style>
background-color css
<style>
a { background-color: #D6BCC3; }
a { background-color: rgb(214,188,195); }
div.DivClassName
{
background-color: #D6BCC3;
}
.BgClassName
{
background-color: #D6BCC3;
}
</style>
border-color css
<style>
span { border-color: #D6BCC3; }
span { border-color: rgb(214,188,195); }
td.TdClassName
{
border-color: #D6BCC3;
}
.TagClassName
{
border-color: #D6BCC3;
}
</style>