Shades of Melanie #DBBBC4
Tints of Melanie #DBBBC4
RGB
CMYK
RGB Variations
Color information
#DBBBC4 (or 0xDBBBC4) is known color: Melanie. HEX triplet: DB, BB and C4. RGB value is (219,187,196). Sum of RGB (Red+Green+Blue) = 219+187+196=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 196 (76.95% from 255 or 32.56% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBC4 is #24443B. Grayscale: #C5C5C5. Windows color (decimal): -2376764 or 12893147. OLE color: 12893147.
HSL color Cylindrical-coordinate representation of color #DBBBC4: hue angle of 343.12º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBBBC4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 187 | 196 | - |
CMYK | 0 | 0.15 | 0.11 | 0.14 |
HSL | 343.13º | 0.31% | 0.8% | - |
HSV(B) | 343.13º | 0.15% | 0.86% | - |
XYZ | 56.95 | 54.59 | 59.76 | - |
YUV | 197.59 | 127.1 | 143.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 187 | 196 | 0 | 0.15 | 0.11 | 0.14 | 343.13 | 0.31 | 0.8 |
Hex | DB | BB | C4 | 0 | F | B | E | 157 | 1F | 50 |
Octal | 333 | 273 | 304 | 0 | 17 | 13 | 16 | 527 | 37 | 120 |
Binary | 11011011 | 10111011 | 11000100 | 0 | 1111 | 1011 | 1110 | 101010111 | 11111 | 1010000 |
Color Harmonies of #DBBBC4
Complementary color
Monochromatic Colors of #DBBBC4
Black with #DBBBC4
Text Example
Text Example
White with #DBBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBC4; }
p { color: rgb(219,187,196); }
H1.HeaderClassName
{
color: #DBBBC4;
}
.AnyTagClassName
{
color: #DBBBC4;
}
</style>
background-color css
<style>
a { background-color: #DBBBC4; }
a { background-color: rgb(219,187,196); }
div.DivClassName
{
background-color: #DBBBC4;
}
.BgClassName
{
background-color: #DBBBC4;
}
</style>
border-color css
<style>
span { border-color: #DBBBC4; }
span { border-color: rgb(219,187,196); }
td.TdClassName
{
border-color: #DBBBC4;
}
.TagClassName
{
border-color: #DBBBC4;
}
</style>