Shades of Melanie #DCBBC4
Tints of Melanie #DCBBC4
RGB
CMYK
RGB Variations
Color information
#DCBBC4 (or 0xDCBBC4) is known color: Melanie. HEX triplet: DC, BB and C4. RGB value is (220,187,196). Sum of RGB (Red+Green+Blue) = 220+187+196=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 196 (76.95% from 255 or 32.50% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBC4 is #23443B. Grayscale: #C5C5C5. Windows color (decimal): -2311228 or 12893148. OLE color: 12893148.
HSL color Cylindrical-coordinate representation of color #DCBBC4: hue angle of 343.64º degrees, saturation: 0.32, 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 #DCBBC4 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 196 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.14 |
| HSL | 343.64º | 0.32% | 0.8% | - |
| HSV(B) | 343.64º | 0.15% | 0.86% | - |
| XYZ | 57.25 | 54.74 | 59.77 | - |
| YUV | 197.89 | 126.93 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 196 | 0 | 0.15 | 0.11 | 0.14 | 343.64 | 0.32 | 0.8 |
| Hex | DC | BB | C4 | 0 | F | B | E | 158 | 20 | 50 |
| Octal | 334 | 273 | 304 | 0 | 17 | 13 | 16 | 530 | 40 | 120 |
| Binary | 11011100 | 10111011 | 11000100 | 0 | 1111 | 1011 | 1110 | 101011000 | 100000 | 1010000 |
Color Harmonies of #DCBBC4
Complementary color
Monochromatic Colors of #DCBBC4
Black with #DCBBC4
Text Example
Text Example
White with #DCBBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBC4; }
p { color: rgb(220,187,196); }
H1.HeaderClassName
{
color: #DCBBC4;
}
.AnyTagClassName
{
color: #DCBBC4;
}
</style>
background-color css
<style>
a { background-color: #DCBBC4; }
a { background-color: rgb(220,187,196); }
div.DivClassName
{
background-color: #DCBBC4;
}
.BgClassName
{
background-color: #DCBBC4;
}
</style>
border-color css
<style>
span { border-color: #DCBBC4; }
span { border-color: rgb(220,187,196); }
td.TdClassName
{
border-color: #DCBBC4;
}
.TagClassName
{
border-color: #DCBBC4;
}
</style>