Shades of Melanie #D4BCC2
Tints of Melanie #D4BCC2
RGB
CMYK
RGB Variations
Color information
#D4BCC2 (or 0xD4BCC2) is known color: Melanie. HEX triplet: D4, BC and C2. RGB value is (212,188,194). Sum of RGB (Red+Green+Blue) = 212+188+194=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 194 (76.17% from 255 or 32.66% from 594); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCC2 is #2B433D. Grayscale: #C3C3C3. Windows color (decimal): -2835262 or 12762324. OLE color: 12762324.
HSL color Cylindrical-coordinate representation of color #D4BCC2: hue angle of 345º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BCC2 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 188 | 194 | - |
| CMYK | 0 | 0.11 | 0.08 | 0.17 |
| HSL | 345º | 0.22% | 0.78% | - |
| HSV(B) | 345º | 0.11% | 0.83% | - |
| XYZ | 54.87 | 53.86 | 58.54 | - |
| YUV | 195.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 188 | 194 | 0 | 0.11 | 0.08 | 0.17 | 345 | 0.22 | 0.78 |
| Hex | D4 | BC | C2 | 0 | B | 8 | 11 | 159 | 16 | 4E |
| Octal | 324 | 274 | 302 | 0 | 13 | 10 | 21 | 531 | 26 | 116 |
| Binary | 11010100 | 10111100 | 11000010 | 0 | 1011 | 1000 | 10001 | 101011001 | 10110 | 1001110 |
Color Harmonies of #D4BCC2
Complementary color
Monochromatic Colors of #D4BCC2
Black with #D4BCC2
Text Example
Text Example
White with #D4BCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BCC2; }
p { color: rgb(212,188,194); }
H1.HeaderClassName
{
color: #D4BCC2;
}
.AnyTagClassName
{
color: #D4BCC2;
}
</style>
background-color css
<style>
a { background-color: #D4BCC2; }
a { background-color: rgb(212,188,194); }
div.DivClassName
{
background-color: #D4BCC2;
}
.BgClassName
{
background-color: #D4BCC2;
}
</style>
border-color css
<style>
span { border-color: #D4BCC2; }
span { border-color: rgb(212,188,194); }
td.TdClassName
{
border-color: #D4BCC2;
}
.TagClassName
{
border-color: #D4BCC2;
}
</style>