Shades of Melanie #DFB2C3
Tints of Melanie #DFB2C3
RGB
CMYK
RGB Variations
Color information
#DFB2C3 (or 0xDFB2C3) is known color: Melanie. HEX triplet: DF, B2 and C3. RGB value is (223,178,195). Sum of RGB (Red+Green+Blue) = 223+178+195=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB2C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB2C3 is #204D3C. Grayscale: #C1C1C1. Windows color (decimal): -2116925 or 12825311. OLE color: 12825311.
HSL color Cylindrical-coordinate representation of color #DFB2C3: hue angle of 337.33º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFB2C3 is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 195 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.13 |
| HSL | 337.33º | 0.41% | 0.79% | - |
| HSV(B) | 337.33º | 0.2% | 0.87% | - |
| XYZ | 56.2 | 51.47 | 58.6 | - |
| YUV | 193.39 | 128.91 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 195 | 0 | 0.20 | 0.13 | 0.13 | 337.33 | 0.41 | 0.79 |
| Hex | DF | B2 | C3 | 0 | 14 | D | D | 151 | 29 | 4F |
| Octal | 337 | 262 | 303 | 0 | 24 | 15 | 15 | 521 | 51 | 117 |
| Binary | 11011111 | 10110010 | 11000011 | 0 | 10100 | 1101 | 1101 | 101010001 | 101001 | 1001111 |
Color Harmonies of #DFB2C3
Complementary color
Monochromatic Colors of #DFB2C3
Black with #DFB2C3
Text Example
Text Example
White with #DFB2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB2C3; }
p { color: rgb(223,178,195); }
H1.HeaderClassName
{
color: #DFB2C3;
}
.AnyTagClassName
{
color: #DFB2C3;
}
</style>
background-color css
<style>
a { background-color: #DFB2C3; }
a { background-color: rgb(223,178,195); }
div.DivClassName
{
background-color: #DFB2C3;
}
.BgClassName
{
background-color: #DFB2C3;
}
</style>
border-color css
<style>
span { border-color: #DFB2C3; }
span { border-color: rgb(223,178,195); }
td.TdClassName
{
border-color: #DFB2C3;
}
.TagClassName
{
border-color: #DFB2C3;
}
</style>