Shades of Melanie #DABEC3
Tints of Melanie #DABEC3
RGB
CMYK
RGB Variations
Color information
#DABEC3 (or 0xDABEC3) is known color: Melanie. HEX triplet: DA, BE and C3. RGB value is (218,190,195). Sum of RGB (Red+Green+Blue) = 218+190+195=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABEC3 is #25413C. Grayscale: #C6C6C6. Windows color (decimal): -2441533 or 12828378. OLE color: 12828378.
HSL color Cylindrical-coordinate representation of color #DABEC3: hue angle of 349.29º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABEC3 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 190 | 195 | - |
CMYK | 0 | 0.13 | 0.11 | 0.15 |
HSL | 349.29º | 0.27% | 0.8% | - |
HSV(B) | 349.29º | 0.13% | 0.85% | - |
XYZ | 57.18 | 55.67 | 59.36 | - |
YUV | 198.94 | 125.78 | 141.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 190 | 195 | 0 | 0.13 | 0.11 | 0.15 | 349.29 | 0.27 | 0.8 |
Hex | DA | BE | C3 | 0 | D | B | F | 15D | 1B | 50 |
Octal | 332 | 276 | 303 | 0 | 15 | 13 | 17 | 535 | 33 | 120 |
Binary | 11011010 | 10111110 | 11000011 | 0 | 1101 | 1011 | 1111 | 101011101 | 11011 | 1010000 |
Color Harmonies of #DABEC3
Complementary color
Monochromatic Colors of #DABEC3
Black with #DABEC3
Text Example
Text Example
White with #DABEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEC3; }
p { color: rgb(218,190,195); }
H1.HeaderClassName
{
color: #DABEC3;
}
.AnyTagClassName
{
color: #DABEC3;
}
</style>
background-color css
<style>
a { background-color: #DABEC3; }
a { background-color: rgb(218,190,195); }
div.DivClassName
{
background-color: #DABEC3;
}
.BgClassName
{
background-color: #DABEC3;
}
</style>
border-color css
<style>
span { border-color: #DABEC3; }
span { border-color: rgb(218,190,195); }
td.TdClassName
{
border-color: #DABEC3;
}
.TagClassName
{
border-color: #DABEC3;
}
</style>