Shades of Melanie #DAC2C5
Tints of Melanie #DAC2C5
RGB
CMYK
RGB Variations
Color information
#DAC2C5 (or 0xDAC2C5) is known color: Melanie. HEX triplet: DA, C2 and C5. RGB value is (218,194,197). Sum of RGB (Red+Green+Blue) = 218+194+197=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 194 (76.17% from 255 or 31.86% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2C5 is #253D3A. Grayscale: #C9C9C9. Windows color (decimal): -2440507 or 12960474. OLE color: 12960474.
HSL color Cylindrical-coordinate representation of color #DAC2C5: hue angle of 352.5º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC2C5 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 194 | 197 | - |
CMYK | 0 | 0.11 | 0.10 | 0.15 |
HSL | 352.5º | 0.24% | 0.81% | - |
HSV(B) | 352.5º | 0.11% | 0.85% | - |
XYZ | 58.28 | 57.52 | 60.85 | - |
YUV | 201.52 | 125.45 | 139.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 194 | 197 | 0 | 0.11 | 0.10 | 0.15 | 352.5 | 0.24 | 0.81 |
Hex | DA | C2 | C5 | 0 | B | A | F | 160 | 18 | 51 |
Octal | 332 | 302 | 305 | 0 | 13 | 12 | 17 | 540 | 30 | 121 |
Binary | 11011010 | 11000010 | 11000101 | 0 | 1011 | 1010 | 1111 | 101100000 | 11000 | 1010001 |
Color Harmonies of #DAC2C5
Complementary color
Monochromatic Colors of #DAC2C5
Black with #DAC2C5
Text Example
Text Example
White with #DAC2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2C5; }
p { color: rgb(218,194,197); }
H1.HeaderClassName
{
color: #DAC2C5;
}
.AnyTagClassName
{
color: #DAC2C5;
}
</style>
background-color css
<style>
a { background-color: #DAC2C5; }
a { background-color: rgb(218,194,197); }
div.DivClassName
{
background-color: #DAC2C5;
}
.BgClassName
{
background-color: #DAC2C5;
}
</style>
border-color css
<style>
span { border-color: #DAC2C5; }
span { border-color: rgb(218,194,197); }
td.TdClassName
{
border-color: #DAC2C5;
}
.TagClassName
{
border-color: #DAC2C5;
}
</style>