Shades of Melrose #C1BBDD
Tints of Melrose #C1BBDD
RGB
CMYK
RGB Variations
Color information
#C1BBDD (or 0xC1BBDD) is known color: Melrose. HEX triplet: C1, BB and DD. RGB value is (193,187,221). Sum of RGB (Red+Green+Blue) = 193+187+221=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1BBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBDD is #3E4422. Grayscale: #C0C0C0. Windows color (decimal): -4080675 or 14531521. OLE color: 14531521.
HSL color Cylindrical-coordinate representation of color #C1BBDD: hue angle of 250.59º 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 #C1BBDD is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 187 | 221 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.13 |
| HSL | 250.59º | 0.33% | 0.8% | - |
| HSV(B) | 250.59º | 0.15% | 0.87% | - |
| XYZ | 52.81 | 52.1 | 75.68 | - |
| YUV | 192.67 | 143.99 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 221 | 0.13 | 0.15 | 0 | 0.13 | 250.59 | 0.33 | 0.8 |
| Hex | C1 | BB | DD | D | F | 0 | D | FB | 21 | 50 |
| Octal | 301 | 273 | 335 | 15 | 17 | 0 | 15 | 373 | 41 | 120 |
| Binary | 11000001 | 10111011 | 11011101 | 1101 | 1111 | 0 | 1101 | 11111011 | 100001 | 1010000 |
Color Harmonies of #C1BBDD
Complementary color
Monochromatic Colors of #C1BBDD
Black with #C1BBDD
Text Example
Text Example
White with #C1BBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBDD; }
p { color: rgb(193,187,221); }
H1.HeaderClassName
{
color: #C1BBDD;
}
.AnyTagClassName
{
color: #C1BBDD;
}
</style>
background-color css
<style>
a { background-color: #C1BBDD; }
a { background-color: rgb(193,187,221); }
div.DivClassName
{
background-color: #C1BBDD;
}
.BgClassName
{
background-color: #C1BBDD;
}
</style>
border-color css
<style>
span { border-color: #C1BBDD; }
span { border-color: rgb(193,187,221); }
td.TdClassName
{
border-color: #C1BBDD;
}
.TagClassName
{
border-color: #C1BBDD;
}
</style>