Shades of Melrose #C5BBDF
Tints of Melrose #C5BBDF
RGB
CMYK
RGB Variations
Color information
#C5BBDF (or 0xC5BBDF) is known color: Melrose. HEX triplet: C5, BB and DF. RGB value is (197,187,223). Sum of RGB (Red+Green+Blue) = 197+187+223=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5BBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BBDF is #3A4420. Grayscale: #C1C1C1. Windows color (decimal): -3818529 or 14662597. OLE color: 14662597.
HSL color Cylindrical-coordinate representation of color #C5BBDF: hue angle of 256.67º degrees, saturation: 0.36, 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 #C5BBDF is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 187 | 223 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.13 |
| HSL | 256.67º | 0.36% | 0.8% | - |
| HSV(B) | 256.67º | 0.16% | 0.87% | - |
| XYZ | 54.12 | 52.74 | 77.14 | - |
| YUV | 194.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 187 | 223 | 0.12 | 0.16 | 0 | 0.13 | 256.67 | 0.36 | 0.8 |
| Hex | C5 | BB | DF | C | 10 | 0 | D | 101 | 24 | 50 |
| Octal | 305 | 273 | 337 | 14 | 20 | 0 | 15 | 401 | 44 | 120 |
| Binary | 11000101 | 10111011 | 11011111 | 1100 | 10000 | 0 | 1101 | 100000001 | 100100 | 1010000 |
Color Harmonies of #C5BBDF
Complementary color
Monochromatic Colors of #C5BBDF
Black with #C5BBDF
Text Example
Text Example
White with #C5BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BBDF; }
p { color: rgb(197,187,223); }
H1.HeaderClassName
{
color: #C5BBDF;
}
.AnyTagClassName
{
color: #C5BBDF;
}
</style>
background-color css
<style>
a { background-color: #C5BBDF; }
a { background-color: rgb(197,187,223); }
div.DivClassName
{
background-color: #C5BBDF;
}
.BgClassName
{
background-color: #C5BBDF;
}
</style>
border-color css
<style>
span { border-color: #C5BBDF; }
span { border-color: rgb(197,187,223); }
td.TdClassName
{
border-color: #C5BBDF;
}
.TagClassName
{
border-color: #C5BBDF;
}
</style>