Shades of Melanie #D0BBC2
Tints of Melanie #D0BBC2
RGB
CMYK
RGB Variations
Color information
#D0BBC2 (or 0xD0BBC2) is known color: Melanie. HEX triplet: D0, BB and C2. RGB value is (208,187,194). Sum of RGB (Red+Green+Blue) = 208+187+194=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 187 (73.44% from 255 or 31.75% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBC2 is #2F443D. Grayscale: #C2C2C2. Windows color (decimal): -3097662 or 12762064. OLE color: 12762064.
HSL color Cylindrical-coordinate representation of color #D0BBC2: hue angle of 340º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BBC2 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 187 | 194 | - |
CMYK | 0 | 0.10 | 0.07 | 0.18 |
HSL | 340º | 0.18% | 0.77% | - |
HSV(B) | 340º | 0.1% | 0.82% | - |
XYZ | 53.52 | 52.85 | 58.42 | - |
YUV | 194.08 | 127.96 | 137.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 187 | 194 | 0 | 0.10 | 0.07 | 0.18 | 340 | 0.18 | 0.77 |
Hex | D0 | BB | C2 | 0 | A | 7 | 12 | 154 | 12 | 4D |
Octal | 320 | 273 | 302 | 0 | 12 | 7 | 22 | 524 | 22 | 115 |
Binary | 11010000 | 10111011 | 11000010 | 0 | 1010 | 111 | 10010 | 101010100 | 10010 | 1001101 |
Color Harmonies of #D0BBC2
Complementary color
Monochromatic Colors of #D0BBC2
Black with #D0BBC2
Text Example
Text Example
White with #D0BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBC2; }
p { color: rgb(208,187,194); }
H1.HeaderClassName
{
color: #D0BBC2;
}
.AnyTagClassName
{
color: #D0BBC2;
}
</style>
background-color css
<style>
a { background-color: #D0BBC2; }
a { background-color: rgb(208,187,194); }
div.DivClassName
{
background-color: #D0BBC2;
}
.BgClassName
{
background-color: #D0BBC2;
}
</style>
border-color css
<style>
span { border-color: #D0BBC2; }
span { border-color: rgb(208,187,194); }
td.TdClassName
{
border-color: #D0BBC2;
}
.TagClassName
{
border-color: #D0BBC2;
}
</style>