Shades of Melanie #DFB6C5
Tints of Melanie #DFB6C5
RGB
CMYK
RGB Variations
Color information
#DFB6C5 (or 0xDFB6C5) is known color: Melanie. HEX triplet: DF, B6 and C5. RGB value is (223,182,197). Sum of RGB (Red+Green+Blue) = 223+182+197=602 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.04% from 602); Green value is 182 (71.48% from 255 or 30.23% from 602); Blue value is 197 (77.34% from 255 or 32.72% from 602); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6C5 is #20493A. Grayscale: #C3C3C3. Windows color (decimal): -2115899 or 12957407. OLE color: 12957407.
HSL color Cylindrical-coordinate representation of color #DFB6C5: hue angle of 338.05º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB6C5 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 182 | 197 | - |
CMYK | 0 | 0.18 | 0.12 | 0.13 |
HSL | 338.05º | 0.39% | 0.79% | - |
HSV(B) | 338.05º | 0.18% | 0.87% | - |
XYZ | 57.24 | 53.18 | 60.07 | - |
YUV | 195.97 | 128.58 | 147.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 182 | 197 | 0 | 0.18 | 0.12 | 0.13 | 338.05 | 0.39 | 0.79 |
Hex | DF | B6 | C5 | 0 | 12 | C | D | 152 | 27 | 4F |
Octal | 337 | 266 | 305 | 0 | 22 | 14 | 15 | 522 | 47 | 117 |
Binary | 11011111 | 10110110 | 11000101 | 0 | 10010 | 1100 | 1101 | 101010010 | 100111 | 1001111 |
Color Harmonies of #DFB6C5
Complementary color
Monochromatic Colors of #DFB6C5
Black with #DFB6C5
Text Example
Text Example
White with #DFB6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB6C5; }
p { color: rgb(223,182,197); }
H1.HeaderClassName
{
color: #DFB6C5;
}
.AnyTagClassName
{
color: #DFB6C5;
}
</style>
background-color css
<style>
a { background-color: #DFB6C5; }
a { background-color: rgb(223,182,197); }
div.DivClassName
{
background-color: #DFB6C5;
}
.BgClassName
{
background-color: #DFB6C5;
}
</style>
border-color css
<style>
span { border-color: #DFB6C5; }
span { border-color: rgb(223,182,197); }
td.TdClassName
{
border-color: #DFB6C5;
}
.TagClassName
{
border-color: #DFB6C5;
}
</style>