Shades of Melanie #DABCC2
Tints of Melanie #DABCC2
RGB
CMYK
RGB Variations
Color information
#DABCC2 (or 0xDABCC2) is known color: Melanie. HEX triplet: DA, BC and C2. RGB value is (218,188,194). Sum of RGB (Red+Green+Blue) = 218+188+194=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 194 (76.17% from 255 or 32.33% from 600); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCC2 is #25433D. Grayscale: #C5C5C5. Windows color (decimal): -2442046 or 12762330. OLE color: 12762330.
HSL color Cylindrical-coordinate representation of color #DABCC2: hue angle of 348º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABCC2 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 188 | 194 | - |
CMYK | 0 | 0.14 | 0.11 | 0.15 |
HSL | 348º | 0.29% | 0.8% | - |
HSV(B) | 348º | 0.14% | 0.85% | - |
XYZ | 56.63 | 54.77 | 58.63 | - |
YUV | 197.65 | 125.94 | 142.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 188 | 194 | 0 | 0.14 | 0.11 | 0.15 | 348 | 0.29 | 0.8 |
Hex | DA | BC | C2 | 0 | E | B | F | 15C | 1D | 50 |
Octal | 332 | 274 | 302 | 0 | 16 | 13 | 17 | 534 | 35 | 120 |
Binary | 11011010 | 10111100 | 11000010 | 0 | 1110 | 1011 | 1111 | 101011100 | 11101 | 1010000 |
Color Harmonies of #DABCC2
Complementary color
Monochromatic Colors of #DABCC2
Black with #DABCC2
Text Example
Text Example
White with #DABCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCC2; }
p { color: rgb(218,188,194); }
H1.HeaderClassName
{
color: #DABCC2;
}
.AnyTagClassName
{
color: #DABCC2;
}
</style>
background-color css
<style>
a { background-color: #DABCC2; }
a { background-color: rgb(218,188,194); }
div.DivClassName
{
background-color: #DABCC2;
}
.BgClassName
{
background-color: #DABCC2;
}
</style>
border-color css
<style>
span { border-color: #DABCC2; }
span { border-color: rgb(218,188,194); }
td.TdClassName
{
border-color: #DABCC2;
}
.TagClassName
{
border-color: #DABCC2;
}
</style>