Shades of Melanie #DAB2C2
Tints of Melanie #DAB2C2
RGB
CMYK
RGB Variations
Color information
#DAB2C2 (or 0xDAB2C2) is known color: Melanie. HEX triplet: DA, B2 and C2. RGB value is (218,178,194). Sum of RGB (Red+Green+Blue) = 218+178+194=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 178 (69.92% from 255 or 30.17% from 590); Blue value is 194 (76.17% from 255 or 32.88% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB2C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2C2 is #254D3D. Grayscale: #BFBFBF. Windows color (decimal): -2444606 or 12759770. OLE color: 12759770.
HSL color Cylindrical-coordinate representation of color #DAB2C2: hue angle of 336º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB2C2 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 194 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.15 |
| HSL | 336º | 0.35% | 0.78% | - |
| HSV(B) | 336º | 0.18% | 0.85% | - |
| XYZ | 54.57 | 50.64 | 57.94 | - |
| YUV | 191.78 | 129.25 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 194 | 0 | 0.18 | 0.11 | 0.15 | 336 | 0.35 | 0.78 |
| Hex | DA | B2 | C2 | 0 | 12 | B | F | 150 | 23 | 4E |
| Octal | 332 | 262 | 302 | 0 | 22 | 13 | 17 | 520 | 43 | 116 |
| Binary | 11011010 | 10110010 | 11000010 | 0 | 10010 | 1011 | 1111 | 101010000 | 100011 | 1001110 |
Color Harmonies of #DAB2C2
Complementary color
Monochromatic Colors of #DAB2C2
Black with #DAB2C2
Text Example
Text Example
White with #DAB2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2C2; }
p { color: rgb(218,178,194); }
H1.HeaderClassName
{
color: #DAB2C2;
}
.AnyTagClassName
{
color: #DAB2C2;
}
</style>
background-color css
<style>
a { background-color: #DAB2C2; }
a { background-color: rgb(218,178,194); }
div.DivClassName
{
background-color: #DAB2C2;
}
.BgClassName
{
background-color: #DAB2C2;
}
</style>
border-color css
<style>
span { border-color: #DAB2C2; }
span { border-color: rgb(218,178,194); }
td.TdClassName
{
border-color: #DAB2C2;
}
.TagClassName
{
border-color: #DAB2C2;
}
</style>