Shades of Melanie #DCB1C2
Tints of Melanie #DCB1C2
RGB
CMYK
RGB Variations
Color information
#DCB1C2 (or 0xDCB1C2) is known color: Melanie. HEX triplet: DC, B1 and C2. RGB value is (220,177,194). Sum of RGB (Red+Green+Blue) = 220+177+194=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 194 (76.17% from 255 or 32.83% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1C2 is #234E3D. Grayscale: #BFBFBF. Windows color (decimal): -2313790 or 12759516. OLE color: 12759516.
HSL color Cylindrical-coordinate representation of color #DCB1C2: hue angle of 336.28º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB1C2 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 194 | - |
| CMYK | 0 | 0.20 | 0.12 | 0.14 |
| HSL | 336.28º | 0.38% | 0.78% | - |
| HSV(B) | 336.28º | 0.2% | 0.86% | - |
| XYZ | 54.97 | 50.55 | 57.9 | - |
| YUV | 191.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 194 | 0 | 0.20 | 0.12 | 0.14 | 336.28 | 0.38 | 0.78 |
| Hex | DC | B1 | C2 | 0 | 14 | C | E | 150 | 26 | 4E |
| Octal | 334 | 261 | 302 | 0 | 24 | 14 | 16 | 520 | 46 | 116 |
| Binary | 11011100 | 10110001 | 11000010 | 0 | 10100 | 1100 | 1110 | 101010000 | 100110 | 1001110 |
Color Harmonies of #DCB1C2
Complementary color
Monochromatic Colors of #DCB1C2
Black with #DCB1C2
Text Example
Text Example
White with #DCB1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1C2; }
p { color: rgb(220,177,194); }
H1.HeaderClassName
{
color: #DCB1C2;
}
.AnyTagClassName
{
color: #DCB1C2;
}
</style>
background-color css
<style>
a { background-color: #DCB1C2; }
a { background-color: rgb(220,177,194); }
div.DivClassName
{
background-color: #DCB1C2;
}
.BgClassName
{
background-color: #DCB1C2;
}
</style>
border-color css
<style>
span { border-color: #DCB1C2; }
span { border-color: rgb(220,177,194); }
td.TdClassName
{
border-color: #DCB1C2;
}
.TagClassName
{
border-color: #DCB1C2;
}
</style>