Shades of Melanie #CDBBC0
Tints of Melanie #CDBBC0
RGB
CMYK
RGB Variations
Color information
#CDBBC0 (or 0xCDBBC0) is known color: Melanie. HEX triplet: CD, BB and C0. RGB value is (205,187,192). Sum of RGB (Red+Green+Blue) = 205+187+192=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBC0 is #32443F. Grayscale: #C0C0C0. Windows color (decimal): -3294272 or 12630989. OLE color: 12630989.
HSL color Cylindrical-coordinate representation of color #CDBBC0: hue angle of 343.33º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBBC0 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 187 | 192 | - |
CMYK | 0 | 0.09 | 0.06 | 0.20 |
HSL | 343.33º | 0.15% | 0.77% | - |
HSV(B) | 343.33º | 0.09% | 0.8% | - |
XYZ | 52.46 | 52.33 | 57.2 | - |
YUV | 192.95 | 127.46 | 136.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 187 | 192 | 0 | 0.09 | 0.06 | 0.20 | 343.33 | 0.15 | 0.77 |
Hex | CD | BB | C0 | 0 | 9 | 6 | 14 | 157 | F | 4D |
Octal | 315 | 273 | 300 | 0 | 11 | 6 | 24 | 527 | 17 | 115 |
Binary | 11001101 | 10111011 | 11000000 | 0 | 1001 | 110 | 10100 | 101010111 | 1111 | 1001101 |
Color Harmonies of #CDBBC0
Complementary color
Monochromatic Colors of #CDBBC0
Black with #CDBBC0
Text Example
Text Example
White with #CDBBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBC0; }
p { color: rgb(205,187,192); }
H1.HeaderClassName
{
color: #CDBBC0;
}
.AnyTagClassName
{
color: #CDBBC0;
}
</style>
background-color css
<style>
a { background-color: #CDBBC0; }
a { background-color: rgb(205,187,192); }
div.DivClassName
{
background-color: #CDBBC0;
}
.BgClassName
{
background-color: #CDBBC0;
}
</style>
border-color css
<style>
span { border-color: #CDBBC0; }
span { border-color: rgb(205,187,192); }
td.TdClassName
{
border-color: #CDBBC0;
}
.TagClassName
{
border-color: #CDBBC0;
}
</style>