Shades of Melrose #CBBFDB
Tints of Melrose #CBBFDB
RGB
CMYK
RGB Variations
Color information
#CBBFDB (or 0xCBBFDB) is known color: Melrose. HEX triplet: CB, BF and DB. RGB value is (203,191,219). Sum of RGB (Red+Green+Blue) = 203+191+219=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFDB is #344024. Grayscale: #C5C5C5. Windows color (decimal): -3424293 or 14401483. OLE color: 14401483.
HSL color Cylindrical-coordinate representation of color #CBBFDB: hue angle of 265.71º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBBFDB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 191 | 219 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.14 |
| HSL | 265.71º | 0.28% | 0.8% | - |
| HSV(B) | 265.71º | 0.13% | 0.86% | - |
| XYZ | 56.05 | 55.07 | 74.69 | - |
| YUV | 197.78 | 139.98 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 219 | 0.07 | 0.13 | 0 | 0.14 | 265.71 | 0.28 | 0.8 |
| Hex | CB | BF | DB | 7 | D | 0 | E | 10A | 1C | 50 |
| Octal | 313 | 277 | 333 | 7 | 15 | 0 | 16 | 412 | 34 | 120 |
| Binary | 11001011 | 10111111 | 11011011 | 111 | 1101 | 0 | 1110 | 100001010 | 11100 | 1010000 |
Color Harmonies of #CBBFDB
Complementary color
Monochromatic Colors of #CBBFDB
Black with #CBBFDB
Text Example
Text Example
White with #CBBFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFDB; }
p { color: rgb(203,191,219); }
H1.HeaderClassName
{
color: #CBBFDB;
}
.AnyTagClassName
{
color: #CBBFDB;
}
</style>
background-color css
<style>
a { background-color: #CBBFDB; }
a { background-color: rgb(203,191,219); }
div.DivClassName
{
background-color: #CBBFDB;
}
.BgClassName
{
background-color: #CBBFDB;
}
</style>
border-color css
<style>
span { border-color: #CBBFDB; }
span { border-color: rgb(203,191,219); }
td.TdClassName
{
border-color: #CBBFDB;
}
.TagClassName
{
border-color: #CBBFDB;
}
</style>