Shades of Melrose #C1BBD3
Tints of Melrose #C1BBD3
RGB
CMYK
RGB Variations
Color information
#C1BBD3 (or 0xC1BBD3) is known color: Melrose. HEX triplet: C1, BB and D3. RGB value is (193,187,211). Sum of RGB (Red+Green+Blue) = 193+187+211=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 187 (73.44% from 255 or 31.64% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 211 - color contains mainly: blue. Hex color #C1BBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BBD3 is #3E442C. Grayscale: #BFBFBF. Windows color (decimal): -4080685 or 13876161. OLE color: 13876161.
HSL color Cylindrical-coordinate representation of color #C1BBD3: hue angle of 255º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1BBD3 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 193 | 187 | 211 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.17 |
| HSL | 255º | 0.21% | 0.78% | - |
| HSV(B) | 255º | 0.11% | 0.83% | - |
| XYZ | 51.52 | 51.58 | 68.87 | - |
| YUV | 191.53 | 138.99 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 187 | 211 | 0.09 | 0.11 | 0 | 0.17 | 255 | 0.21 | 0.78 |
| Hex | C1 | BB | D3 | 9 | B | 0 | 11 | FF | 15 | 4E |
| Octal | 301 | 273 | 323 | 11 | 13 | 0 | 21 | 377 | 25 | 116 |
| Binary | 11000001 | 10111011 | 11010011 | 1001 | 1011 | 0 | 10001 | 11111111 | 10101 | 1001110 |
Color Harmonies of #C1BBD3
Complementary color
Monochromatic Colors of #C1BBD3
Black with #C1BBD3
Text Example
Text Example
White with #C1BBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BBD3; }
p { color: rgb(193,187,211); }
H1.HeaderClassName
{
color: #C1BBD3;
}
.AnyTagClassName
{
color: #C1BBD3;
}
</style>
background-color css
<style>
a { background-color: #C1BBD3; }
a { background-color: rgb(193,187,211); }
div.DivClassName
{
background-color: #C1BBD3;
}
.BgClassName
{
background-color: #C1BBD3;
}
</style>
border-color css
<style>
span { border-color: #C1BBD3; }
span { border-color: rgb(193,187,211); }
td.TdClassName
{
border-color: #C1BBD3;
}
.TagClassName
{
border-color: #C1BBD3;
}
</style>