Shades of Melrose #C3BCDD
Tints of Melrose #C3BCDD
RGB
CMYK
RGB Variations
Color information
#C3BCDD (or 0xC3BCDD) is known color: Melrose. HEX triplet: C3, BC and DD. RGB value is (195,188,221). Sum of RGB (Red+Green+Blue) = 195+188+221=604 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.28% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 221 (86.72% from 255 or 36.59% from 604); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3BCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BCDD is #3C4322. Grayscale: #C1C1C1. Windows color (decimal): -3949347 or 14531779. OLE color: 14531779.
HSL color Cylindrical-coordinate representation of color #C3BCDD: hue angle of 252.73º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3BCDD is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 188 | 221 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.13 |
| HSL | 252.73º | 0.33% | 0.8% | - |
| HSV(B) | 252.73º | 0.15% | 0.87% | - |
| XYZ | 53.54 | 52.79 | 75.77 | - |
| YUV | 193.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 188 | 221 | 0.12 | 0.15 | 0 | 0.13 | 252.73 | 0.33 | 0.8 |
| Hex | C3 | BC | DD | C | F | 0 | D | FD | 21 | 50 |
| Octal | 303 | 274 | 335 | 14 | 17 | 0 | 15 | 375 | 41 | 120 |
| Binary | 11000011 | 10111100 | 11011101 | 1100 | 1111 | 0 | 1101 | 11111101 | 100001 | 1010000 |
Color Harmonies of #C3BCDD
Complementary color
Monochromatic Colors of #C3BCDD
Black with #C3BCDD
Text Example
Text Example
White with #C3BCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCDD; }
p { color: rgb(195,188,221); }
H1.HeaderClassName
{
color: #C3BCDD;
}
.AnyTagClassName
{
color: #C3BCDD;
}
</style>
background-color css
<style>
a { background-color: #C3BCDD; }
a { background-color: rgb(195,188,221); }
div.DivClassName
{
background-color: #C3BCDD;
}
.BgClassName
{
background-color: #C3BCDD;
}
</style>
border-color css
<style>
span { border-color: #C3BCDD; }
span { border-color: rgb(195,188,221); }
td.TdClassName
{
border-color: #C3BCDD;
}
.TagClassName
{
border-color: #C3BCDD;
}
</style>