Shades of Melanie #D2BFC3
Tints of Melanie #D2BFC3
RGB
CMYK
RGB Variations
Color information
#D2BFC3 (or 0xD2BFC3) is known color: Melanie. HEX triplet: D2, BF and C3. RGB value is (210,191,195). Sum of RGB (Red+Green+Blue) = 210+191+195=596 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.23% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFC3 is #2D403C. Grayscale: #C5C5C5. Windows color (decimal): -2965565 or 12828626. OLE color: 12828626.
HSL color Cylindrical-coordinate representation of color #D2BFC3: hue angle of 347.37º 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 #D2BFC3 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 191 | 195 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.18 |
| HSL | 347.37º | 0.17% | 0.79% | - |
| HSV(B) | 347.37º | 0.09% | 0.82% | - |
| XYZ | 55.06 | 54.9 | 59.33 | - |
| YUV | 197.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 195 | 0 | 0.09 | 0.07 | 0.18 | 347.37 | 0.17 | 0.79 |
| Hex | D2 | BF | C3 | 0 | 9 | 7 | 12 | 15B | 11 | 4F |
| Octal | 322 | 277 | 303 | 0 | 11 | 7 | 22 | 533 | 21 | 117 |
| Binary | 11010010 | 10111111 | 11000011 | 0 | 1001 | 111 | 10010 | 101011011 | 10001 | 1001111 |
Color Harmonies of #D2BFC3
Complementary color
Monochromatic Colors of #D2BFC3
Black with #D2BFC3
Text Example
Text Example
White with #D2BFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFC3; }
p { color: rgb(210,191,195); }
H1.HeaderClassName
{
color: #D2BFC3;
}
.AnyTagClassName
{
color: #D2BFC3;
}
</style>
background-color css
<style>
a { background-color: #D2BFC3; }
a { background-color: rgb(210,191,195); }
div.DivClassName
{
background-color: #D2BFC3;
}
.BgClassName
{
background-color: #D2BFC3;
}
</style>
border-color css
<style>
span { border-color: #D2BFC3; }
span { border-color: rgb(210,191,195); }
td.TdClassName
{
border-color: #D2BFC3;
}
.TagClassName
{
border-color: #D2BFC3;
}
</style>