Shades of Melanie #D6CBCC
Tints of Melanie #D6CBCC
RGB
CMYK
RGB Variations
Color information
#D6CBCC (or 0xD6CBCC) is known color: Melanie. HEX triplet: D6, CB and CC. RGB value is (214,203,204). Sum of RGB (Red+Green+Blue) = 214+203+204=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 203 (79.69% from 255 or 32.69% from 621); Blue value is 204 (80.08% from 255 or 32.85% from 621); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CBCC is #293433. Grayscale: #CECECE. Windows color (decimal): -2700340 or 13421526. OLE color: 13421526.
HSL color Cylindrical-coordinate representation of color #D6CBCC: hue angle of 354.55º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6CBCC is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 203 | 204 | - |
CMYK | 0 | 0.05 | 0.05 | 0.16 |
HSL | 354.55º | 0.12% | 0.82% | - |
HSV(B) | 354.55º | 0.05% | 0.84% | - |
XYZ | 59.99 | 61.37 | 65.81 | - |
YUV | 206.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 203 | 204 | 0 | 0.05 | 0.05 | 0.16 | 354.55 | 0.12 | 0.82 |
Hex | D6 | CB | CC | 0 | 5 | 5 | 10 | 163 | C | 52 |
Octal | 326 | 313 | 314 | 0 | 5 | 5 | 20 | 543 | 14 | 122 |
Binary | 11010110 | 11001011 | 11001100 | 0 | 101 | 101 | 10000 | 101100011 | 1100 | 1010010 |
Color Harmonies of #D6CBCC
Complementary color
Monochromatic Colors of #D6CBCC
Black with #D6CBCC
Text Example
Text Example
White with #D6CBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CBCC; }
p { color: rgb(214,203,204); }
H1.HeaderClassName
{
color: #D6CBCC;
}
.AnyTagClassName
{
color: #D6CBCC;
}
</style>
background-color css
<style>
a { background-color: #D6CBCC; }
a { background-color: rgb(214,203,204); }
div.DivClassName
{
background-color: #D6CBCC;
}
.BgClassName
{
background-color: #D6CBCC;
}
</style>
border-color css
<style>
span { border-color: #D6CBCC; }
span { border-color: rgb(214,203,204); }
td.TdClassName
{
border-color: #D6CBCC;
}
.TagClassName
{
border-color: #D6CBCC;
}
</style>