Shades of Melanie #D1BEC4
Tints of Melanie #D1BEC4
RGB
CMYK
RGB Variations
Color information
#D1BEC4 (or 0xD1BEC4) is known color: Melanie. HEX triplet: D1, BE and C4. RGB value is (209,190,196). Sum of RGB (Red+Green+Blue) = 209+190+196=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BEC4 is #2E413B. Grayscale: #C4C4C4. Windows color (decimal): -3031356 or 12893905. OLE color: 12893905.
HSL color Cylindrical-coordinate representation of color #D1BEC4: hue angle of 341.05º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1BEC4 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 196 | - |
| CMYK | 0 | 0.09 | 0.06 | 0.18 |
| HSL | 341.05º | 0.17% | 0.78% | - |
| HSV(B) | 341.05º | 0.09% | 0.82% | - |
| XYZ | 54.67 | 54.37 | 59.84 | - |
| YUV | 196.37 | 127.79 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 196 | 0 | 0.09 | 0.06 | 0.18 | 341.05 | 0.17 | 0.78 |
| Hex | D1 | BE | C4 | 0 | 9 | 6 | 12 | 155 | 11 | 4E |
| Octal | 321 | 276 | 304 | 0 | 11 | 6 | 22 | 525 | 21 | 116 |
| Binary | 11010001 | 10111110 | 11000100 | 0 | 1001 | 110 | 10010 | 101010101 | 10001 | 1001110 |
Color Harmonies of #D1BEC4
Complementary color
Monochromatic Colors of #D1BEC4
Black with #D1BEC4
Text Example
Text Example
White with #D1BEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BEC4; }
p { color: rgb(209,190,196); }
H1.HeaderClassName
{
color: #D1BEC4;
}
.AnyTagClassName
{
color: #D1BEC4;
}
</style>
background-color css
<style>
a { background-color: #D1BEC4; }
a { background-color: rgb(209,190,196); }
div.DivClassName
{
background-color: #D1BEC4;
}
.BgClassName
{
background-color: #D1BEC4;
}
</style>
border-color css
<style>
span { border-color: #D1BEC4; }
span { border-color: rgb(209,190,196); }
td.TdClassName
{
border-color: #D1BEC4;
}
.TagClassName
{
border-color: #D1BEC4;
}
</style>