Shades of Melanie #D8B8C3
Tints of Melanie #D8B8C3
RGB
CMYK
RGB Variations
Color information
#D8B8C3 (or 0xD8B8C3) is known color: Melanie. HEX triplet: D8, B8 and C3. RGB value is (216,184,195). Sum of RGB (Red+Green+Blue) = 216+184+195=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B8C3 is #27473C. Grayscale: #C2C2C2. Windows color (decimal): -2574141 or 12826840. OLE color: 12826840.
HSL color Cylindrical-coordinate representation of color #D8B8C3: hue angle of 339.38º degrees, saturation: 0.29, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D8B8C3 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 184 | 195 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.15 |
| HSL | 339.38º | 0.29% | 0.78% | - |
| HSV(B) | 339.38º | 0.15% | 0.85% | - |
| XYZ | 55.31 | 52.82 | 58.91 | - |
| YUV | 194.82 | 128.1 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 184 | 195 | 0 | 0.15 | 0.10 | 0.15 | 339.38 | 0.29 | 0.78 |
| Hex | D8 | B8 | C3 | 0 | F | A | F | 153 | 1D | 4E |
| Octal | 330 | 270 | 303 | 0 | 17 | 12 | 17 | 523 | 35 | 116 |
| Binary | 11011000 | 10111000 | 11000011 | 0 | 1111 | 1010 | 1111 | 101010011 | 11101 | 1001110 |
Color Harmonies of #D8B8C3
Complementary color
Monochromatic Colors of #D8B8C3
Black with #D8B8C3
Text Example
Text Example
White with #D8B8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B8C3; }
p { color: rgb(216,184,195); }
H1.HeaderClassName
{
color: #D8B8C3;
}
.AnyTagClassName
{
color: #D8B8C3;
}
</style>
background-color css
<style>
a { background-color: #D8B8C3; }
a { background-color: rgb(216,184,195); }
div.DivClassName
{
background-color: #D8B8C3;
}
.BgClassName
{
background-color: #D8B8C3;
}
</style>
border-color css
<style>
span { border-color: #D8B8C3; }
span { border-color: rgb(216,184,195); }
td.TdClassName
{
border-color: #D8B8C3;
}
.TagClassName
{
border-color: #D8B8C3;
}
</style>