Shades of Melanie #DAC9CB
Tints of Melanie #DAC9CB
RGB
CMYK
RGB Variations
Color information
#DAC9CB (or 0xDAC9CB) is known color: Melanie. HEX triplet: DA, C9 and CB. RGB value is (218,201,203). Sum of RGB (Red+Green+Blue) = 218+201+203=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 201 (78.91% from 255 or 32.32% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9CB is #253634. Grayscale: #CECECE. Windows color (decimal): -2438709 or 13355482. OLE color: 13355482.
HSL color Cylindrical-coordinate representation of color #DAC9CB: hue angle of 352.94º degrees, saturation: 0.19, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAC9CB is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 201 | 203 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.15 |
| HSL | 352.94º | 0.19% | 0.82% | - |
| HSV(B) | 352.94º | 0.08% | 0.85% | - |
| XYZ | 60.58 | 60.99 | 65.08 | - |
| YUV | 206.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 201 | 203 | 0 | 0.08 | 0.07 | 0.15 | 352.94 | 0.19 | 0.82 |
| Hex | DA | C9 | CB | 0 | 8 | 7 | F | 161 | 13 | 52 |
| Octal | 332 | 311 | 313 | 0 | 10 | 7 | 17 | 541 | 23 | 122 |
| Binary | 11011010 | 11001001 | 11001011 | 0 | 1000 | 111 | 1111 | 101100001 | 10011 | 1010010 |
Color Harmonies of #DAC9CB
Complementary color
Monochromatic Colors of #DAC9CB
Black with #DAC9CB
Text Example
Text Example
White with #DAC9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC9CB; }
p { color: rgb(218,201,203); }
H1.HeaderClassName
{
color: #DAC9CB;
}
.AnyTagClassName
{
color: #DAC9CB;
}
</style>
background-color css
<style>
a { background-color: #DAC9CB; }
a { background-color: rgb(218,201,203); }
div.DivClassName
{
background-color: #DAC9CB;
}
.BgClassName
{
background-color: #DAC9CB;
}
</style>
border-color css
<style>
span { border-color: #DAC9CB; }
span { border-color: rgb(218,201,203); }
td.TdClassName
{
border-color: #DAC9CB;
}
.TagClassName
{
border-color: #DAC9CB;
}
</style>