Shades of Melanie #DFBBC8
Tints of Melanie #DFBBC8
RGB
CMYK
RGB Variations
Color information
#DFBBC8 (or 0xDFBBC8) is known color: Melanie. HEX triplet: DF, BB and C8. RGB value is (223,187,200). Sum of RGB (Red+Green+Blue) = 223+187+200=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 187 (73.44% from 255 or 30.66% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBC8 is #204437. Grayscale: #C7C7C7. Windows color (decimal): -2114616 or 13155295. OLE color: 13155295.
HSL color Cylindrical-coordinate representation of color #DFBBC8: hue angle of 338.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFBBC8 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 200 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.13 |
| HSL | 338.33º | 0.36% | 0.8% | - |
| HSV(B) | 338.33º | 0.16% | 0.87% | - |
| XYZ | 58.63 | 55.4 | 62.25 | - |
| YUV | 199.25 | 128.43 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 200 | 0 | 0.16 | 0.10 | 0.13 | 338.33 | 0.36 | 0.8 |
| Hex | DF | BB | C8 | 0 | 10 | A | D | 152 | 24 | 50 |
| Octal | 337 | 273 | 310 | 0 | 20 | 12 | 15 | 522 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11001000 | 0 | 10000 | 1010 | 1101 | 101010010 | 100100 | 1010000 |
Color Harmonies of #DFBBC8
Complementary color
Monochromatic Colors of #DFBBC8
Black with #DFBBC8
Text Example
Text Example
White with #DFBBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBC8; }
p { color: rgb(223,187,200); }
H1.HeaderClassName
{
color: #DFBBC8;
}
.AnyTagClassName
{
color: #DFBBC8;
}
</style>
background-color css
<style>
a { background-color: #DFBBC8; }
a { background-color: rgb(223,187,200); }
div.DivClassName
{
background-color: #DFBBC8;
}
.BgClassName
{
background-color: #DFBBC8;
}
</style>
border-color css
<style>
span { border-color: #DFBBC8; }
span { border-color: rgb(223,187,200); }
td.TdClassName
{
border-color: #DFBBC8;
}
.TagClassName
{
border-color: #DFBBC8;
}
</style>