Shades of Melanie #DFBBC3
Tints of Melanie #DFBBC3
RGB
CMYK
RGB Variations
Color information
#DFBBC3 (or 0xDFBBC3) is known color: Melanie. HEX triplet: DF, BB and C3. RGB value is (223,187,195). Sum of RGB (Red+Green+Blue) = 223+187+195=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBC3 is #20443C. Grayscale: #C6C6C6. Windows color (decimal): -2114621 or 12827615. OLE color: 12827615.
HSL color Cylindrical-coordinate representation of color #DFBBC3: hue angle of 346.67º 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 #DFBBC3 is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 195 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.13 |
| HSL | 346.67º | 0.36% | 0.8% | - |
| HSV(B) | 346.67º | 0.16% | 0.87% | - |
| XYZ | 58.05 | 55.17 | 59.22 | - |
| YUV | 198.68 | 125.93 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 195 | 0 | 0.16 | 0.13 | 0.13 | 346.67 | 0.36 | 0.8 |
| Hex | DF | BB | C3 | 0 | 10 | D | D | 15B | 24 | 50 |
| Octal | 337 | 273 | 303 | 0 | 20 | 15 | 15 | 533 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11000011 | 0 | 10000 | 1101 | 1101 | 101011011 | 100100 | 1010000 |
Color Harmonies of #DFBBC3
Complementary color
Monochromatic Colors of #DFBBC3
Black with #DFBBC3
Text Example
Text Example
White with #DFBBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBC3; }
p { color: rgb(223,187,195); }
H1.HeaderClassName
{
color: #DFBBC3;
}
.AnyTagClassName
{
color: #DFBBC3;
}
</style>
background-color css
<style>
a { background-color: #DFBBC3; }
a { background-color: rgb(223,187,195); }
div.DivClassName
{
background-color: #DFBBC3;
}
.BgClassName
{
background-color: #DFBBC3;
}
</style>
border-color css
<style>
span { border-color: #DFBBC3; }
span { border-color: rgb(223,187,195); }
td.TdClassName
{
border-color: #DFBBC3;
}
.TagClassName
{
border-color: #DFBBC3;
}
</style>