Shades of Melanie #DCB5C3
Tints of Melanie #DCB5C3
RGB
CMYK
RGB Variations
Color information
#DCB5C3 (or 0xDCB5C3) is known color: Melanie. HEX triplet: DC, B5 and C3. RGB value is (220,181,195). Sum of RGB (Red+Green+Blue) = 220+181+195=596 (78% of max value = 765). Red value is 220 (86.33% from 255 or 36.91% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5C3 is #234A3C. Grayscale: #C2C2C2. Windows color (decimal): -2312765 or 12826076. OLE color: 12826076.
HSL color Cylindrical-coordinate representation of color #DCB5C3: hue angle of 338.46º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5C3 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 195 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.14 |
| HSL | 338.46º | 0.36% | 0.79% | - |
| HSV(B) | 338.46º | 0.18% | 0.86% | - |
| XYZ | 55.89 | 52.2 | 58.76 | - |
| YUV | 194.26 | 128.42 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 195 | 0 | 0.18 | 0.11 | 0.14 | 338.46 | 0.36 | 0.79 |
| Hex | DC | B5 | C3 | 0 | 12 | B | E | 152 | 24 | 4F |
| Octal | 334 | 265 | 303 | 0 | 22 | 13 | 16 | 522 | 44 | 117 |
| Binary | 11011100 | 10110101 | 11000011 | 0 | 10010 | 1011 | 1110 | 101010010 | 100100 | 1001111 |
Color Harmonies of #DCB5C3
Complementary color
Monochromatic Colors of #DCB5C3
Black with #DCB5C3
Text Example
Text Example
White with #DCB5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5C3; }
p { color: rgb(220,181,195); }
H1.HeaderClassName
{
color: #DCB5C3;
}
.AnyTagClassName
{
color: #DCB5C3;
}
</style>
background-color css
<style>
a { background-color: #DCB5C3; }
a { background-color: rgb(220,181,195); }
div.DivClassName
{
background-color: #DCB5C3;
}
.BgClassName
{
background-color: #DCB5C3;
}
</style>
border-color css
<style>
span { border-color: #DCB5C3; }
span { border-color: rgb(220,181,195); }
td.TdClassName
{
border-color: #DCB5C3;
}
.TagClassName
{
border-color: #DCB5C3;
}
</style>