Shades of Melanie #D2C5C8
Tints of Melanie #D2C5C8
RGB
CMYK
RGB Variations
Color information
#D2C5C8 (or 0xD2C5C8) is known color: Melanie. HEX triplet: D2, C5 and C8. RGB value is (210,197,200). Sum of RGB (Red+Green+Blue) = 210+197+200=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 200 (78.52% from 255 or 32.95% from 607); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5C8 is #2D3A37. Grayscale: #C9C9C9. Windows color (decimal): -2964024 or 13157842. OLE color: 13157842.
HSL color Cylindrical-coordinate representation of color #D2C5C8: hue angle of 346.15º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2C5C8 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 200 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.18 |
| HSL | 346.15º | 0.13% | 0.8% | - |
| HSV(B) | 346.15º | 0.06% | 0.82% | - |
| XYZ | 56.97 | 57.8 | 62.8 | - |
| YUV | 201.23 | 127.31 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 200 | 0 | 0.06 | 0.05 | 0.18 | 346.15 | 0.13 | 0.8 |
| Hex | D2 | C5 | C8 | 0 | 6 | 5 | 12 | 15A | D | 50 |
| Octal | 322 | 305 | 310 | 0 | 6 | 5 | 22 | 532 | 15 | 120 |
| Binary | 11010010 | 11000101 | 11001000 | 0 | 110 | 101 | 10010 | 101011010 | 1101 | 1010000 |
Color Harmonies of #D2C5C8
Complementary color
Monochromatic Colors of #D2C5C8
Black with #D2C5C8
Text Example
Text Example
White with #D2C5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C5C8; }
p { color: rgb(210,197,200); }
H1.HeaderClassName
{
color: #D2C5C8;
}
.AnyTagClassName
{
color: #D2C5C8;
}
</style>
background-color css
<style>
a { background-color: #D2C5C8; }
a { background-color: rgb(210,197,200); }
div.DivClassName
{
background-color: #D2C5C8;
}
.BgClassName
{
background-color: #D2C5C8;
}
</style>
border-color css
<style>
span { border-color: #D2C5C8; }
span { border-color: rgb(210,197,200); }
td.TdClassName
{
border-color: #D2C5C8;
}
.TagClassName
{
border-color: #D2C5C8;
}
</style>