Shades of Melanie #D6BBC2
Tints of Melanie #D6BBC2
RGB
CMYK
RGB Variations
Color information
#D6BBC2 (or 0xD6BBC2) is known color: Melanie. HEX triplet: D6, BB and C2. RGB value is (214,187,194). Sum of RGB (Red+Green+Blue) = 214+187+194=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBC2 is #29443D. Grayscale: #C3C3C3. Windows color (decimal): -2704446 or 12762070. OLE color: 12762070.
HSL color Cylindrical-coordinate representation of color #D6BBC2: hue angle of 344.44º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BBC2 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 194 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.16 |
| HSL | 344.44º | 0.25% | 0.79% | - |
| HSV(B) | 344.44º | 0.13% | 0.84% | - |
| XYZ | 55.24 | 53.73 | 58.5 | - |
| YUV | 195.87 | 126.95 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 194 | 0 | 0.13 | 0.09 | 0.16 | 344.44 | 0.25 | 0.79 |
| Hex | D6 | BB | C2 | 0 | D | 9 | 10 | 158 | 19 | 4F |
| Octal | 326 | 273 | 302 | 0 | 15 | 11 | 20 | 530 | 31 | 117 |
| Binary | 11010110 | 10111011 | 11000010 | 0 | 1101 | 1001 | 10000 | 101011000 | 11001 | 1001111 |
Color Harmonies of #D6BBC2
Complementary color
Monochromatic Colors of #D6BBC2
Black with #D6BBC2
Text Example
Text Example
White with #D6BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBC2; }
p { color: rgb(214,187,194); }
H1.HeaderClassName
{
color: #D6BBC2;
}
.AnyTagClassName
{
color: #D6BBC2;
}
</style>
background-color css
<style>
a { background-color: #D6BBC2; }
a { background-color: rgb(214,187,194); }
div.DivClassName
{
background-color: #D6BBC2;
}
.BgClassName
{
background-color: #D6BBC2;
}
</style>
border-color css
<style>
span { border-color: #D6BBC2; }
span { border-color: rgb(214,187,194); }
td.TdClassName
{
border-color: #D6BBC2;
}
.TagClassName
{
border-color: #D6BBC2;
}
</style>