Shades of Melanie #DFB4C2
Tints of Melanie #DFB4C2
RGB
CMYK
RGB Variations
Color information
#DFB4C2 (or 0xDFB4C2) is known color: Melanie. HEX triplet: DF, B4 and C2. RGB value is (223,180,194). Sum of RGB (Red+Green+Blue) = 223+180+194=597 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.35% from 597); Green value is 180 (70.70% from 255 or 30.15% from 597); Blue value is 194 (76.17% from 255 or 32.50% from 597); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4C2 is #204B3D. Grayscale: #C2C2C2. Windows color (decimal): -2116414 or 12760287. OLE color: 12760287.
HSL color Cylindrical-coordinate representation of color #DFB4C2: hue angle of 340.47º 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 #DFB4C2 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 180 | 194 | - |
CMYK | 0 | 0.19 | 0.13 | 0.13 |
HSL | 340.47º | 0.4% | 0.79% | - |
HSV(B) | 340.47º | 0.19% | 0.87% | - |
XYZ | 56.49 | 52.23 | 58.14 | - |
YUV | 194.45 | 127.75 | 148.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 180 | 194 | 0 | 0.19 | 0.13 | 0.13 | 340.47 | 0.4 | 0.79 |
Hex | DF | B4 | C2 | 0 | 13 | D | D | 154 | 28 | 4F |
Octal | 337 | 264 | 302 | 0 | 23 | 15 | 15 | 524 | 50 | 117 |
Binary | 11011111 | 10110100 | 11000010 | 0 | 10011 | 1101 | 1101 | 101010100 | 101000 | 1001111 |
Color Harmonies of #DFB4C2
Complementary color
Monochromatic Colors of #DFB4C2
Black with #DFB4C2
Text Example
Text Example
White with #DFB4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB4C2; }
p { color: rgb(223,180,194); }
H1.HeaderClassName
{
color: #DFB4C2;
}
.AnyTagClassName
{
color: #DFB4C2;
}
</style>
background-color css
<style>
a { background-color: #DFB4C2; }
a { background-color: rgb(223,180,194); }
div.DivClassName
{
background-color: #DFB4C2;
}
.BgClassName
{
background-color: #DFB4C2;
}
</style>
border-color css
<style>
span { border-color: #DFB4C2; }
span { border-color: rgb(223,180,194); }
td.TdClassName
{
border-color: #DFB4C2;
}
.TagClassName
{
border-color: #DFB4C2;
}
</style>