Shades of Melanie #D5BBC3
Tints of Melanie #D5BBC3
RGB
CMYK
RGB Variations
Color information
#D5BBC3 (or 0xD5BBC3) is known color: Melanie. HEX triplet: D5, BB and C3. RGB value is (213,187,195). Sum of RGB (Red+Green+Blue) = 213+187+195=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBC3 is #2A443C. Grayscale: #C3C3C3. Windows color (decimal): -2769981 or 12827605. OLE color: 12827605.
HSL color Cylindrical-coordinate representation of color #D5BBC3: hue angle of 341.54º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BBC3 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 187 | 195 | - |
CMYK | 0 | 0.12 | 0.08 | 0.16 |
HSL | 341.54º | 0.24% | 0.78% | - |
HSV(B) | 341.54º | 0.12% | 0.84% | - |
XYZ | 55.06 | 53.63 | 59.08 | - |
YUV | 195.69 | 127.61 | 140.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 187 | 195 | 0 | 0.12 | 0.08 | 0.16 | 341.54 | 0.24 | 0.78 |
Hex | D5 | BB | C3 | 0 | C | 8 | 10 | 156 | 18 | 4E |
Octal | 325 | 273 | 303 | 0 | 14 | 10 | 20 | 526 | 30 | 116 |
Binary | 11010101 | 10111011 | 11000011 | 0 | 1100 | 1000 | 10000 | 101010110 | 11000 | 1001110 |
Color Harmonies of #D5BBC3
Complementary color
Monochromatic Colors of #D5BBC3
Black with #D5BBC3
Text Example
Text Example
White with #D5BBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBC3; }
p { color: rgb(213,187,195); }
H1.HeaderClassName
{
color: #D5BBC3;
}
.AnyTagClassName
{
color: #D5BBC3;
}
</style>
background-color css
<style>
a { background-color: #D5BBC3; }
a { background-color: rgb(213,187,195); }
div.DivClassName
{
background-color: #D5BBC3;
}
.BgClassName
{
background-color: #D5BBC3;
}
</style>
border-color css
<style>
span { border-color: #D5BBC3; }
span { border-color: rgb(213,187,195); }
td.TdClassName
{
border-color: #D5BBC3;
}
.TagClassName
{
border-color: #D5BBC3;
}
</style>