Shades of Melanie #D2BFC4
Tints of Melanie #D2BFC4
RGB
CMYK
RGB Variations
Color information
#D2BFC4 (or 0xD2BFC4) is known color: Melanie. HEX triplet: D2, BF and C4. RGB value is (210,191,196). Sum of RGB (Red+Green+Blue) = 210+191+196=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFC4 is #2D403B. Grayscale: #C5C5C5. Windows color (decimal): -2965564 or 12894162. OLE color: 12894162.
HSL color Cylindrical-coordinate representation of color #D2BFC4: hue angle of 344.21º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2BFC4 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 196 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.18 |
| HSL | 344.21º | 0.17% | 0.79% | - |
| HSV(B) | 344.21º | 0.09% | 0.82% | - |
| XYZ | 55.17 | 54.95 | 59.92 | - |
| YUV | 197.25 | 127.29 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 196 | 0 | 0.09 | 0.07 | 0.18 | 344.21 | 0.17 | 0.79 |
| Hex | D2 | BF | C4 | 0 | 9 | 7 | 12 | 158 | 11 | 4F |
| Octal | 322 | 277 | 304 | 0 | 11 | 7 | 22 | 530 | 21 | 117 |
| Binary | 11010010 | 10111111 | 11000100 | 0 | 1001 | 111 | 10010 | 101011000 | 10001 | 1001111 |
Color Harmonies of #D2BFC4
Complementary color
Monochromatic Colors of #D2BFC4
Black with #D2BFC4
Text Example
Text Example
White with #D2BFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFC4; }
p { color: rgb(210,191,196); }
H1.HeaderClassName
{
color: #D2BFC4;
}
.AnyTagClassName
{
color: #D2BFC4;
}
</style>
background-color css
<style>
a { background-color: #D2BFC4; }
a { background-color: rgb(210,191,196); }
div.DivClassName
{
background-color: #D2BFC4;
}
.BgClassName
{
background-color: #D2BFC4;
}
</style>
border-color css
<style>
span { border-color: #D2BFC4; }
span { border-color: rgb(210,191,196); }
td.TdClassName
{
border-color: #D2BFC4;
}
.TagClassName
{
border-color: #D2BFC4;
}
</style>