Shades of Melanie #DBBEC6
Tints of Melanie #DBBEC6
RGB
CMYK
RGB Variations
Color information
#DBBEC6 (or 0xDBBEC6) is known color: Melanie. HEX triplet: DB, BE and C6. RGB value is (219,190,198). Sum of RGB (Red+Green+Blue) = 219+190+198=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEC6 is #244139. Grayscale: #C7C7C7. Windows color (decimal): -2375994 or 13024987. OLE color: 13024987.
HSL color Cylindrical-coordinate representation of color #DBBEC6: hue angle of 343.45º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBEC6 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 190 | 198 | - |
CMYK | 0 | 0.13 | 0.10 | 0.14 |
HSL | 343.45º | 0.29% | 0.8% | - |
HSV(B) | 343.45º | 0.13% | 0.86% | - |
XYZ | 57.82 | 55.96 | 61.18 | - |
YUV | 199.58 | 127.11 | 141.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 198 | 0 | 0.13 | 0.10 | 0.14 | 343.45 | 0.29 | 0.8 |
Hex | DB | BE | C6 | 0 | D | A | E | 157 | 1D | 50 |
Octal | 333 | 276 | 306 | 0 | 15 | 12 | 16 | 527 | 35 | 120 |
Binary | 11011011 | 10111110 | 11000110 | 0 | 1101 | 1010 | 1110 | 101010111 | 11101 | 1010000 |
Color Harmonies of #DBBEC6
Complementary color
Monochromatic Colors of #DBBEC6
Black with #DBBEC6
Text Example
Text Example
White with #DBBEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEC6; }
p { color: rgb(219,190,198); }
H1.HeaderClassName
{
color: #DBBEC6;
}
.AnyTagClassName
{
color: #DBBEC6;
}
</style>
background-color css
<style>
a { background-color: #DBBEC6; }
a { background-color: rgb(219,190,198); }
div.DivClassName
{
background-color: #DBBEC6;
}
.BgClassName
{
background-color: #DBBEC6;
}
</style>
border-color css
<style>
span { border-color: #DBBEC6; }
span { border-color: rgb(219,190,198); }
td.TdClassName
{
border-color: #DBBEC6;
}
.TagClassName
{
border-color: #DBBEC6;
}
</style>