Shades of Melanie #CBADB7
Tints of Melanie #CBADB7
RGB
CMYK
RGB Variations
Color information
#CBADB7 (or 0xCBADB7) is known color: Melanie. HEX triplet: CB, AD and B7. RGB value is (203,173,183). Sum of RGB (Red+Green+Blue) = 203+173+183=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADB7 is #345248. Grayscale: #B7B7B7. Windows color (decimal): -3428937 or 12037579. OLE color: 12037579.
HSL color Cylindrical-coordinate representation of color #CBADB7: hue angle of 340º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBADB7 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 173 | 183 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.20 |
| HSL | 340º | 0.22% | 0.74% | - |
| HSV(B) | 340º | 0.15% | 0.8% | - |
| XYZ | 48.12 | 46 | 51.14 | - |
| YUV | 183.11 | 127.94 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 183 | 0 | 0.15 | 0.10 | 0.20 | 340 | 0.22 | 0.74 |
| Hex | CB | AD | B7 | 0 | F | A | 14 | 154 | 16 | 4A |
| Octal | 313 | 255 | 267 | 0 | 17 | 12 | 24 | 524 | 26 | 112 |
| Binary | 11001011 | 10101101 | 10110111 | 0 | 1111 | 1010 | 10100 | 101010100 | 10110 | 1001010 |
Color Harmonies of #CBADB7
Complementary color
Monochromatic Colors of #CBADB7
Black with #CBADB7
Text Example
Text Example
White with #CBADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADB7; }
p { color: rgb(203,173,183); }
H1.HeaderClassName
{
color: #CBADB7;
}
.AnyTagClassName
{
color: #CBADB7;
}
</style>
background-color css
<style>
a { background-color: #CBADB7; }
a { background-color: rgb(203,173,183); }
div.DivClassName
{
background-color: #CBADB7;
}
.BgClassName
{
background-color: #CBADB7;
}
</style>
border-color css
<style>
span { border-color: #CBADB7; }
span { border-color: rgb(203,173,183); }
td.TdClassName
{
border-color: #CBADB7;
}
.TagClassName
{
border-color: #CBADB7;
}
</style>