Shades of Melanie #DBBEC5
Tints of Melanie #DBBEC5
RGB
CMYK
RGB Variations
Color information
#DBBEC5 (or 0xDBBEC5) is known color: Melanie. HEX triplet: DB, BE and C5. RGB value is (219,190,197). Sum of RGB (Red+Green+Blue) = 219+190+197=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 197 (77.34% from 255 or 32.51% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEC5 is #24413A. Grayscale: #C7C7C7. Windows color (decimal): -2375995 or 12959451. OLE color: 12959451.
HSL color Cylindrical-coordinate representation of color #DBBEC5: hue angle of 345.52º 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 #DBBEC5 is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 197 | - |
| CMYK | 0 | 0.13 | 0.10 | 0.14 |
| HSL | 345.52º | 0.29% | 0.8% | - |
| HSV(B) | 345.52º | 0.13% | 0.86% | - |
| XYZ | 57.7 | 55.92 | 60.58 | - |
| YUV | 199.47 | 126.61 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 197 | 0 | 0.13 | 0.10 | 0.14 | 345.52 | 0.29 | 0.8 |
| Hex | DB | BE | C5 | 0 | D | A | E | 15A | 1D | 50 |
| Octal | 333 | 276 | 305 | 0 | 15 | 12 | 16 | 532 | 35 | 120 |
| Binary | 11011011 | 10111110 | 11000101 | 0 | 1101 | 1010 | 1110 | 101011010 | 11101 | 1010000 |
Color Harmonies of #DBBEC5
Complementary color
Monochromatic Colors of #DBBEC5
Black with #DBBEC5
Text Example
Text Example
White with #DBBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEC5; }
p { color: rgb(219,190,197); }
H1.HeaderClassName
{
color: #DBBEC5;
}
.AnyTagClassName
{
color: #DBBEC5;
}
</style>
background-color css
<style>
a { background-color: #DBBEC5; }
a { background-color: rgb(219,190,197); }
div.DivClassName
{
background-color: #DBBEC5;
}
.BgClassName
{
background-color: #DBBEC5;
}
</style>
border-color css
<style>
span { border-color: #DBBEC5; }
span { border-color: rgb(219,190,197); }
td.TdClassName
{
border-color: #DBBEC5;
}
.TagClassName
{
border-color: #DBBEC5;
}
</style>