Shades of Melanie #D3BEC3
Tints of Melanie #D3BEC3
RGB
CMYK
RGB Variations
Color information
#D3BEC3 (or 0xD3BEC3) is known color: Melanie. HEX triplet: D3, BE and C3. RGB value is (211,190,195). Sum of RGB (Red+Green+Blue) = 211+190+195=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 195 (76.56% from 255 or 32.72% from 596); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BEC3 is #2C413C. Grayscale: #C4C4C4. Windows color (decimal): -2900285 or 12828371. OLE color: 12828371.
HSL color Cylindrical-coordinate representation of color #D3BEC3: hue angle of 345.71º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D3BEC3 is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 195 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.17 |
| HSL | 345.71º | 0.19% | 0.79% | - |
| HSV(B) | 345.71º | 0.1% | 0.83% | - |
| XYZ | 55.13 | 54.62 | 59.27 | - |
| YUV | 196.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 195 | 0 | 0.10 | 0.08 | 0.17 | 345.71 | 0.19 | 0.79 |
| Hex | D3 | BE | C3 | 0 | A | 8 | 11 | 15A | 13 | 4F |
| Octal | 323 | 276 | 303 | 0 | 12 | 10 | 21 | 532 | 23 | 117 |
| Binary | 11010011 | 10111110 | 11000011 | 0 | 1010 | 1000 | 10001 | 101011010 | 10011 | 1001111 |
Color Harmonies of #D3BEC3
Complementary color
Monochromatic Colors of #D3BEC3
Black with #D3BEC3
Text Example
Text Example
White with #D3BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BEC3; }
p { color: rgb(211,190,195); }
H1.HeaderClassName
{
color: #D3BEC3;
}
.AnyTagClassName
{
color: #D3BEC3;
}
</style>
background-color css
<style>
a { background-color: #D3BEC3; }
a { background-color: rgb(211,190,195); }
div.DivClassName
{
background-color: #D3BEC3;
}
.BgClassName
{
background-color: #D3BEC3;
}
</style>
border-color css
<style>
span { border-color: #D3BEC3; }
span { border-color: rgb(211,190,195); }
td.TdClassName
{
border-color: #D3BEC3;
}
.TagClassName
{
border-color: #D3BEC3;
}
</style>