Shades of Melanie #DBBEC4
Tints of Melanie #DBBEC4
RGB
CMYK
RGB Variations
Color information
#DBBEC4 (or 0xDBBEC4) is known color: Melanie. HEX triplet: DB, BE and C4. RGB value is (219,190,196). Sum of RGB (Red+Green+Blue) = 219+190+196=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEC4 is #24413B. Grayscale: #C7C7C7. Windows color (decimal): -2375996 or 12893915. OLE color: 12893915.
HSL color Cylindrical-coordinate representation of color #DBBEC4: hue angle of 347.59º 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 #DBBEC4 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 196 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.14 |
| HSL | 347.59º | 0.29% | 0.8% | - |
| HSV(B) | 347.59º | 0.13% | 0.86% | - |
| XYZ | 57.59 | 55.87 | 59.97 | - |
| YUV | 199.36 | 126.11 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 196 | 0 | 0.13 | 0.11 | 0.14 | 347.59 | 0.29 | 0.8 |
| Hex | DB | BE | C4 | 0 | D | B | E | 15C | 1D | 50 |
| Octal | 333 | 276 | 304 | 0 | 15 | 13 | 16 | 534 | 35 | 120 |
| Binary | 11011011 | 10111110 | 11000100 | 0 | 1101 | 1011 | 1110 | 101011100 | 11101 | 1010000 |
Color Harmonies of #DBBEC4
Complementary color
Monochromatic Colors of #DBBEC4
Black with #DBBEC4
Text Example
Text Example
White with #DBBEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEC4; }
p { color: rgb(219,190,196); }
H1.HeaderClassName
{
color: #DBBEC4;
}
.AnyTagClassName
{
color: #DBBEC4;
}
</style>
background-color css
<style>
a { background-color: #DBBEC4; }
a { background-color: rgb(219,190,196); }
div.DivClassName
{
background-color: #DBBEC4;
}
.BgClassName
{
background-color: #DBBEC4;
}
</style>
border-color css
<style>
span { border-color: #DBBEC4; }
span { border-color: rgb(219,190,196); }
td.TdClassName
{
border-color: #DBBEC4;
}
.TagClassName
{
border-color: #DBBEC4;
}
</style>