Shades of Melanie #D4BBC2
Tints of Melanie #D4BBC2
RGB
CMYK
RGB Variations
Color information
#D4BBC2 (or 0xD4BBC2) is known color: Melanie. HEX triplet: D4, BB and C2. RGB value is (212,187,194). Sum of RGB (Red+Green+Blue) = 212+187+194=593 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.75% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 194 (76.17% from 255 or 32.72% from 593); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBC2 is #2B443D. Grayscale: #C3C3C3. Windows color (decimal): -2835518 or 12762068. OLE color: 12762068.
HSL color Cylindrical-coordinate representation of color #D4BBC2: hue angle of 343.2º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BBC2 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 187 | 194 | - |
CMYK | 0 | 0.12 | 0.08 | 0.17 |
HSL | 343.2º | 0.23% | 0.78% | - |
HSV(B) | 343.2º | 0.12% | 0.83% | - |
XYZ | 54.66 | 53.43 | 58.47 | - |
YUV | 195.27 | 127.28 | 139.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 187 | 194 | 0 | 0.12 | 0.08 | 0.17 | 343.2 | 0.23 | 0.78 |
Hex | D4 | BB | C2 | 0 | C | 8 | 11 | 157 | 17 | 4E |
Octal | 324 | 273 | 302 | 0 | 14 | 10 | 21 | 527 | 27 | 116 |
Binary | 11010100 | 10111011 | 11000010 | 0 | 1100 | 1000 | 10001 | 101010111 | 10111 | 1001110 |
Color Harmonies of #D4BBC2
Complementary color
Monochromatic Colors of #D4BBC2
Black with #D4BBC2
Text Example
Text Example
White with #D4BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBC2; }
p { color: rgb(212,187,194); }
H1.HeaderClassName
{
color: #D4BBC2;
}
.AnyTagClassName
{
color: #D4BBC2;
}
</style>
background-color css
<style>
a { background-color: #D4BBC2; }
a { background-color: rgb(212,187,194); }
div.DivClassName
{
background-color: #D4BBC2;
}
.BgClassName
{
background-color: #D4BBC2;
}
</style>
border-color css
<style>
span { border-color: #D4BBC2; }
span { border-color: rgb(212,187,194); }
td.TdClassName
{
border-color: #D4BBC2;
}
.TagClassName
{
border-color: #D4BBC2;
}
</style>