Shades of Melanie #DFBDC1
Tints of Melanie #DFBDC1
RGB
CMYK
RGB Variations
Color information
#DFBDC1 (or 0xDFBDC1) is known color: Melanie. HEX triplet: DF, BD and C1. RGB value is (223,189,193). Sum of RGB (Red+Green+Blue) = 223+189+193=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBDC1 is #20423E. Grayscale: #C7C7C7. Windows color (decimal): -2114111 or 12697055. OLE color: 12697055.
HSL color Cylindrical-coordinate representation of color #DFBDC1: hue angle of 352.94º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFBDC1 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 189 | 193 | - |
CMYK | 0 | 0.15 | 0.13 | 0.13 |
HSL | 352.94º | 0.35% | 0.81% | - |
HSV(B) | 352.94º | 0.15% | 0.87% | - |
XYZ | 58.25 | 55.93 | 58.18 | - |
YUV | 199.62 | 124.26 | 144.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 189 | 193 | 0 | 0.15 | 0.13 | 0.13 | 352.94 | 0.35 | 0.81 |
Hex | DF | BD | C1 | 0 | F | D | D | 161 | 23 | 51 |
Octal | 337 | 275 | 301 | 0 | 17 | 15 | 15 | 541 | 43 | 121 |
Binary | 11011111 | 10111101 | 11000001 | 0 | 1111 | 1101 | 1101 | 101100001 | 100011 | 1010001 |
Color Harmonies of #DFBDC1
Complementary color
Monochromatic Colors of #DFBDC1
Black with #DFBDC1
Text Example
Text Example
White with #DFBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBDC1; }
p { color: rgb(223,189,193); }
H1.HeaderClassName
{
color: #DFBDC1;
}
.AnyTagClassName
{
color: #DFBDC1;
}
</style>
background-color css
<style>
a { background-color: #DFBDC1; }
a { background-color: rgb(223,189,193); }
div.DivClassName
{
background-color: #DFBDC1;
}
.BgClassName
{
background-color: #DFBDC1;
}
</style>
border-color css
<style>
span { border-color: #DFBDC1; }
span { border-color: rgb(223,189,193); }
td.TdClassName
{
border-color: #DFBDC1;
}
.TagClassName
{
border-color: #DFBDC1;
}
</style>