Shades of Melanie #DFB5C4
Tints of Melanie #DFB5C4
RGB
CMYK
RGB Variations
Color information
#DFB5C4 (or 0xDFB5C4) is known color: Melanie. HEX triplet: DF, B5 and C4. RGB value is (223,181,196). Sum of RGB (Red+Green+Blue) = 223+181+196=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 181 (71.09% from 255 or 30.17% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5C4 is #204A3B. Grayscale: #C3C3C3. Windows color (decimal): -2116156 or 12891615. OLE color: 12891615.
HSL color Cylindrical-coordinate representation of color #DFB5C4: hue angle of 338.57º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFB5C4 is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 181 | 196 | - |
CMYK | 0 | 0.19 | 0.12 | 0.13 |
HSL | 338.57º | 0.4% | 0.79% | - |
HSV(B) | 338.57º | 0.19% | 0.87% | - |
XYZ | 56.92 | 52.72 | 59.4 | - |
YUV | 195.27 | 128.41 | 147.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 181 | 196 | 0 | 0.19 | 0.12 | 0.13 | 338.57 | 0.4 | 0.79 |
Hex | DF | B5 | C4 | 0 | 13 | C | D | 153 | 28 | 4F |
Octal | 337 | 265 | 304 | 0 | 23 | 14 | 15 | 523 | 50 | 117 |
Binary | 11011111 | 10110101 | 11000100 | 0 | 10011 | 1100 | 1101 | 101010011 | 101000 | 1001111 |
Color Harmonies of #DFB5C4
Complementary color
Monochromatic Colors of #DFB5C4
Black with #DFB5C4
Text Example
Text Example
White with #DFB5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB5C4; }
p { color: rgb(223,181,196); }
H1.HeaderClassName
{
color: #DFB5C4;
}
.AnyTagClassName
{
color: #DFB5C4;
}
</style>
background-color css
<style>
a { background-color: #DFB5C4; }
a { background-color: rgb(223,181,196); }
div.DivClassName
{
background-color: #DFB5C4;
}
.BgClassName
{
background-color: #DFB5C4;
}
</style>
border-color css
<style>
span { border-color: #DFB5C4; }
span { border-color: rgb(223,181,196); }
td.TdClassName
{
border-color: #DFB5C4;
}
.TagClassName
{
border-color: #DFB5C4;
}
</style>