Shades of Melanie #DBBEC2
Tints of Melanie #DBBEC2
RGB
CMYK
RGB Variations
Color information
#DBBEC2 (or 0xDBBEC2) is known color: Melanie. HEX triplet: DB, BE and C2. RGB value is (219,190,194). Sum of RGB (Red+Green+Blue) = 219+190+194=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEC2 is #24413D. Grayscale: #C7C7C7. Windows color (decimal): -2375998 or 12762843. OLE color: 12762843.
HSL color Cylindrical-coordinate representation of color #DBBEC2: hue angle of 351.72º 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 #DBBEC2 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 190 | 194 | - |
CMYK | 0 | 0.13 | 0.11 | 0.14 |
HSL | 351.72º | 0.29% | 0.8% | - |
HSV(B) | 351.72º | 0.13% | 0.86% | - |
XYZ | 57.36 | 55.78 | 58.78 | - |
YUV | 199.13 | 125.11 | 142.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 194 | 0 | 0.13 | 0.11 | 0.14 | 351.72 | 0.29 | 0.8 |
Hex | DB | BE | C2 | 0 | D | B | E | 160 | 1D | 50 |
Octal | 333 | 276 | 302 | 0 | 15 | 13 | 16 | 540 | 35 | 120 |
Binary | 11011011 | 10111110 | 11000010 | 0 | 1101 | 1011 | 1110 | 101100000 | 11101 | 1010000 |
Color Harmonies of #DBBEC2
Complementary color
Monochromatic Colors of #DBBEC2
Black with #DBBEC2
Text Example
Text Example
White with #DBBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEC2; }
p { color: rgb(219,190,194); }
H1.HeaderClassName
{
color: #DBBEC2;
}
.AnyTagClassName
{
color: #DBBEC2;
}
</style>
background-color css
<style>
a { background-color: #DBBEC2; }
a { background-color: rgb(219,190,194); }
div.DivClassName
{
background-color: #DBBEC2;
}
.BgClassName
{
background-color: #DBBEC2;
}
</style>
border-color css
<style>
span { border-color: #DBBEC2; }
span { border-color: rgb(219,190,194); }
td.TdClassName
{
border-color: #DBBEC2;
}
.TagClassName
{
border-color: #DBBEC2;
}
</style>