Shades of Melanie #DFBBC4
Tints of Melanie #DFBBC4
RGB
CMYK
RGB Variations
Color information
#DFBBC4 (or 0xDFBBC4) is known color: Melanie. HEX triplet: DF, BB and C4. RGB value is (223,187,196). Sum of RGB (Red+Green+Blue) = 223+187+196=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 187 (73.44% from 255 or 30.86% from 606); Blue value is 196 (76.95% from 255 or 32.34% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBBC4 is #20443B. Grayscale: #C6C6C6. Windows color (decimal): -2114620 or 12893151. OLE color: 12893151.
HSL color Cylindrical-coordinate representation of color #DFBBC4: hue angle of 345º 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 #DFBBC4 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 196 | - |
| CMYK | 0 | 0.16 | 0.12 | 0.13 |
| HSL | 345º | 0.36% | 0.8% | - |
| HSV(B) | 345º | 0.16% | 0.87% | - |
| XYZ | 58.17 | 55.21 | 59.82 | - |
| YUV | 198.79 | 126.43 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 196 | 0 | 0.16 | 0.12 | 0.13 | 345 | 0.36 | 0.8 |
| Hex | DF | BB | C4 | 0 | 10 | C | D | 159 | 24 | 50 |
| Octal | 337 | 273 | 304 | 0 | 20 | 14 | 15 | 531 | 44 | 120 |
| Binary | 11011111 | 10111011 | 11000100 | 0 | 10000 | 1100 | 1101 | 101011001 | 100100 | 1010000 |
Color Harmonies of #DFBBC4
Complementary color
Monochromatic Colors of #DFBBC4
Black with #DFBBC4
Text Example
Text Example
White with #DFBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBBC4; }
p { color: rgb(223,187,196); }
H1.HeaderClassName
{
color: #DFBBC4;
}
.AnyTagClassName
{
color: #DFBBC4;
}
</style>
background-color css
<style>
a { background-color: #DFBBC4; }
a { background-color: rgb(223,187,196); }
div.DivClassName
{
background-color: #DFBBC4;
}
.BgClassName
{
background-color: #DFBBC4;
}
</style>
border-color css
<style>
span { border-color: #DFBBC4; }
span { border-color: rgb(223,187,196); }
td.TdClassName
{
border-color: #DFBBC4;
}
.TagClassName
{
border-color: #DFBBC4;
}
</style>