Shades of Melrose #C3BADD
Tints of Melrose #C3BADD
RGB
CMYK
RGB Variations
Color information
#C3BADD (or 0xC3BADD) is known color: Melrose. HEX triplet: C3, BA and DD. RGB value is (195,186,221). Sum of RGB (Red+Green+Blue) = 195+186+221=602 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.39% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3BADD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BADD is #3C4522. Grayscale: #C0C0C0. Windows color (decimal): -3949859 or 14531267. OLE color: 14531267.
HSL color Cylindrical-coordinate representation of color #C3BADD: hue angle of 255.43º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3BADD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 186 | 221 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.13 |
| HSL | 255.43º | 0.34% | 0.8% | - |
| HSV(B) | 255.43º | 0.16% | 0.87% | - |
| XYZ | 53.12 | 51.94 | 75.63 | - |
| YUV | 192.68 | 143.98 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 221 | 0.12 | 0.16 | 0 | 0.13 | 255.43 | 0.34 | 0.8 |
| Hex | C3 | BA | DD | C | 10 | 0 | D | FF | 22 | 50 |
| Octal | 303 | 272 | 335 | 14 | 20 | 0 | 15 | 377 | 42 | 120 |
| Binary | 11000011 | 10111010 | 11011101 | 1100 | 10000 | 0 | 1101 | 11111111 | 100010 | 1010000 |
Color Harmonies of #C3BADD
Complementary color
Monochromatic Colors of #C3BADD
Black with #C3BADD
Text Example
Text Example
White with #C3BADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BADD; }
p { color: rgb(195,186,221); }
H1.HeaderClassName
{
color: #C3BADD;
}
.AnyTagClassName
{
color: #C3BADD;
}
</style>
background-color css
<style>
a { background-color: #C3BADD; }
a { background-color: rgb(195,186,221); }
div.DivClassName
{
background-color: #C3BADD;
}
.BgClassName
{
background-color: #C3BADD;
}
</style>
border-color css
<style>
span { border-color: #C3BADD; }
span { border-color: rgb(195,186,221); }
td.TdClassName
{
border-color: #C3BADD;
}
.TagClassName
{
border-color: #C3BADD;
}
</style>