Shades of Melanie #DAC7CB
Tints of Melanie #DAC7CB
RGB
CMYK
RGB Variations
Color information
#DAC7CB (or 0xDAC7CB) is known color: Melanie. HEX triplet: DA, C7 and CB. RGB value is (218,199,203). Sum of RGB (Red+Green+Blue) = 218+199+203=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC7CB is #253834. Grayscale: #CDCDCD. Windows color (decimal): -2439221 or 13354970. OLE color: 13354970.
HSL color Cylindrical-coordinate representation of color #DAC7CB: hue angle of 347.37º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC7CB is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 199 | 203 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.15 |
| HSL | 347.37º | 0.2% | 0.82% | - |
| HSV(B) | 347.37º | 0.09% | 0.85% | - |
| XYZ | 60.12 | 60.06 | 64.92 | - |
| YUV | 205.14 | 126.79 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 199 | 203 | 0 | 0.09 | 0.07 | 0.15 | 347.37 | 0.2 | 0.82 |
| Hex | DA | C7 | CB | 0 | 9 | 7 | F | 15B | 14 | 52 |
| Octal | 332 | 307 | 313 | 0 | 11 | 7 | 17 | 533 | 24 | 122 |
| Binary | 11011010 | 11000111 | 11001011 | 0 | 1001 | 111 | 1111 | 101011011 | 10100 | 1010010 |
Color Harmonies of #DAC7CB
Complementary color
Monochromatic Colors of #DAC7CB
Black with #DAC7CB
Text Example
Text Example
White with #DAC7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC7CB; }
p { color: rgb(218,199,203); }
H1.HeaderClassName
{
color: #DAC7CB;
}
.AnyTagClassName
{
color: #DAC7CB;
}
</style>
background-color css
<style>
a { background-color: #DAC7CB; }
a { background-color: rgb(218,199,203); }
div.DivClassName
{
background-color: #DAC7CB;
}
.BgClassName
{
background-color: #DAC7CB;
}
</style>
border-color css
<style>
span { border-color: #DAC7CB; }
span { border-color: rgb(218,199,203); }
td.TdClassName
{
border-color: #DAC7CB;
}
.TagClassName
{
border-color: #DAC7CB;
}
</style>