Shades of Melanie #DBBDC5
Tints of Melanie #DBBDC5
RGB
CMYK
RGB Variations
Color information
#DBBDC5 (or 0xDBBDC5) is known color: Melanie. HEX triplet: DB, BD and C5. RGB value is (219,189,197). Sum of RGB (Red+Green+Blue) = 219+189+197=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 197 (77.34% from 255 or 32.56% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDC5 is #24423A. Grayscale: #C6C6C6. Windows color (decimal): -2376251 or 12959195. OLE color: 12959195.
HSL color Cylindrical-coordinate representation of color #DBBDC5: hue angle of 344º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBDC5 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 189 | 197 | - |
CMYK | 0 | 0.14 | 0.10 | 0.14 |
HSL | 344º | 0.29% | 0.8% | - |
HSV(B) | 344º | 0.14% | 0.86% | - |
XYZ | 57.49 | 55.49 | 60.5 | - |
YUV | 198.88 | 126.94 | 142.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 189 | 197 | 0 | 0.14 | 0.10 | 0.14 | 344 | 0.29 | 0.8 |
Hex | DB | BD | C5 | 0 | E | A | E | 158 | 1D | 50 |
Octal | 333 | 275 | 305 | 0 | 16 | 12 | 16 | 530 | 35 | 120 |
Binary | 11011011 | 10111101 | 11000101 | 0 | 1110 | 1010 | 1110 | 101011000 | 11101 | 1010000 |
Color Harmonies of #DBBDC5
Complementary color
Monochromatic Colors of #DBBDC5
Black with #DBBDC5
Text Example
Text Example
White with #DBBDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBDC5; }
p { color: rgb(219,189,197); }
H1.HeaderClassName
{
color: #DBBDC5;
}
.AnyTagClassName
{
color: #DBBDC5;
}
</style>
background-color css
<style>
a { background-color: #DBBDC5; }
a { background-color: rgb(219,189,197); }
div.DivClassName
{
background-color: #DBBDC5;
}
.BgClassName
{
background-color: #DBBDC5;
}
</style>
border-color css
<style>
span { border-color: #DBBDC5; }
span { border-color: rgb(219,189,197); }
td.TdClassName
{
border-color: #DBBDC5;
}
.TagClassName
{
border-color: #DBBDC5;
}
</style>