Shades of Melanie #DBBCC4
Tints of Melanie #DBBCC4
RGB
CMYK
RGB Variations
Color information
#DBBCC4 (or 0xDBBCC4) is known color: Melanie. HEX triplet: DB, BC and C4. RGB value is (219,188,196). Sum of RGB (Red+Green+Blue) = 219+188+196=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCC4 is #24433B. Grayscale: #C6C6C6. Windows color (decimal): -2376508 or 12893403. OLE color: 12893403.
HSL color Cylindrical-coordinate representation of color #DBBCC4: hue angle of 344.52º degrees, saturation: 0.3, 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 #DBBCC4 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 196 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.14 |
| HSL | 344.52º | 0.3% | 0.8% | - |
| HSV(B) | 344.52º | 0.14% | 0.86% | - |
| XYZ | 57.16 | 55.01 | 59.83 | - |
| YUV | 198.18 | 126.77 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 196 | 0 | 0.14 | 0.11 | 0.14 | 344.52 | 0.3 | 0.8 |
| Hex | DB | BC | C4 | 0 | E | B | E | 159 | 1E | 50 |
| Octal | 333 | 274 | 304 | 0 | 16 | 13 | 16 | 531 | 36 | 120 |
| Binary | 11011011 | 10111100 | 11000100 | 0 | 1110 | 1011 | 1110 | 101011001 | 11110 | 1010000 |
Color Harmonies of #DBBCC4
Complementary color
Monochromatic Colors of #DBBCC4
Black with #DBBCC4
Text Example
Text Example
White with #DBBCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCC4; }
p { color: rgb(219,188,196); }
H1.HeaderClassName
{
color: #DBBCC4;
}
.AnyTagClassName
{
color: #DBBCC4;
}
</style>
background-color css
<style>
a { background-color: #DBBCC4; }
a { background-color: rgb(219,188,196); }
div.DivClassName
{
background-color: #DBBCC4;
}
.BgClassName
{
background-color: #DBBCC4;
}
</style>
border-color css
<style>
span { border-color: #DBBCC4; }
span { border-color: rgb(219,188,196); }
td.TdClassName
{
border-color: #DBBCC4;
}
.TagClassName
{
border-color: #DBBCC4;
}
</style>