Shades of Melanie #D6BEC3
Tints of Melanie #D6BEC3
RGB
CMYK
RGB Variations
Color information
#D6BEC3 (or 0xD6BEC3) is known color: Melanie. HEX triplet: D6, BE and C3. RGB value is (214,190,195). Sum of RGB (Red+Green+Blue) = 214+190+195=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 190 (74.61% from 255 or 31.72% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BEC3 is #29413C. Grayscale: #C5C5C5. Windows color (decimal): -2703677 or 12828374. OLE color: 12828374.
HSL color Cylindrical-coordinate representation of color #D6BEC3: hue angle of 347.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6BEC3 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 195 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.16 |
| HSL | 347.5º | 0.23% | 0.79% | - |
| HSV(B) | 347.5º | 0.11% | 0.84% | - |
| XYZ | 56 | 55.06 | 59.31 | - |
| YUV | 197.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 195 | 0 | 0.11 | 0.09 | 0.16 | 347.5 | 0.23 | 0.79 |
| Hex | D6 | BE | C3 | 0 | B | 9 | 10 | 15C | 17 | 4F |
| Octal | 326 | 276 | 303 | 0 | 13 | 11 | 20 | 534 | 27 | 117 |
| Binary | 11010110 | 10111110 | 11000011 | 0 | 1011 | 1001 | 10000 | 101011100 | 10111 | 1001111 |
Color Harmonies of #D6BEC3
Complementary color
Monochromatic Colors of #D6BEC3
Black with #D6BEC3
Text Example
Text Example
White with #D6BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEC3; }
p { color: rgb(214,190,195); }
H1.HeaderClassName
{
color: #D6BEC3;
}
.AnyTagClassName
{
color: #D6BEC3;
}
</style>
background-color css
<style>
a { background-color: #D6BEC3; }
a { background-color: rgb(214,190,195); }
div.DivClassName
{
background-color: #D6BEC3;
}
.BgClassName
{
background-color: #D6BEC3;
}
</style>
border-color css
<style>
span { border-color: #D6BEC3; }
span { border-color: rgb(214,190,195); }
td.TdClassName
{
border-color: #D6BEC3;
}
.TagClassName
{
border-color: #D6BEC3;
}
</style>