Shades of Melanie #D2C1C4
Tints of Melanie #D2C1C4
RGB
CMYK
RGB Variations
Color information
#D2C1C4 (or 0xD2C1C4) is known color: Melanie. HEX triplet: D2, C1 and C4. RGB value is (210,193,196). Sum of RGB (Red+Green+Blue) = 210+193+196=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 193 (75.78% from 255 or 32.22% from 599); Blue value is 196 (76.95% from 255 or 32.72% from 599); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C1C4 is #2D3E3B. Grayscale: #C6C6C6. Windows color (decimal): -2965052 or 12894674. OLE color: 12894674.
HSL color Cylindrical-coordinate representation of color #D2C1C4: hue angle of 349.41º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2C1C4 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 196 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.18 |
| HSL | 349.41º | 0.16% | 0.79% | - |
| HSV(B) | 349.41º | 0.08% | 0.82% | - |
| XYZ | 55.61 | 55.83 | 60.07 | - |
| YUV | 198.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 196 | 0 | 0.08 | 0.07 | 0.18 | 349.41 | 0.16 | 0.79 |
| Hex | D2 | C1 | C4 | 0 | 8 | 7 | 12 | 15D | 10 | 4F |
| Octal | 322 | 301 | 304 | 0 | 10 | 7 | 22 | 535 | 20 | 117 |
| Binary | 11010010 | 11000001 | 11000100 | 0 | 1000 | 111 | 10010 | 101011101 | 10000 | 1001111 |
Color Harmonies of #D2C1C4
Complementary color
Monochromatic Colors of #D2C1C4
Black with #D2C1C4
Text Example
Text Example
White with #D2C1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C1C4; }
p { color: rgb(210,193,196); }
H1.HeaderClassName
{
color: #D2C1C4;
}
.AnyTagClassName
{
color: #D2C1C4;
}
</style>
background-color css
<style>
a { background-color: #D2C1C4; }
a { background-color: rgb(210,193,196); }
div.DivClassName
{
background-color: #D2C1C4;
}
.BgClassName
{
background-color: #D2C1C4;
}
</style>
border-color css
<style>
span { border-color: #D2C1C4; }
span { border-color: rgb(210,193,196); }
td.TdClassName
{
border-color: #D2C1C4;
}
.TagClassName
{
border-color: #D2C1C4;
}
</style>