Shades of Melrose #CBBEDB
Tints of Melrose #CBBEDB
RGB
CMYK
RGB Variations
Color information
#CBBEDB (or 0xCBBEDB) is known color: Melrose. HEX triplet: CB, BE and DB. RGB value is (203,190,219). Sum of RGB (Red+Green+Blue) = 203+190+219=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBBEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEDB is #344124. Grayscale: #C5C5C5. Windows color (decimal): -3424549 or 14401227. OLE color: 14401227.
HSL color Cylindrical-coordinate representation of color #CBBEDB: hue angle of 266.9º degrees, saturation: 0.29, 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 #CBBEDB is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 190 | 219 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.14 |
| HSL | 266.9º | 0.29% | 0.8% | - |
| HSV(B) | 266.9º | 0.13% | 0.86% | - |
| XYZ | 55.83 | 54.64 | 74.62 | - |
| YUV | 197.19 | 140.31 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 219 | 0.07 | 0.13 | 0 | 0.14 | 266.9 | 0.29 | 0.8 |
| Hex | CB | BE | DB | 7 | D | 0 | E | 10B | 1D | 50 |
| Octal | 313 | 276 | 333 | 7 | 15 | 0 | 16 | 413 | 35 | 120 |
| Binary | 11001011 | 10111110 | 11011011 | 111 | 1101 | 0 | 1110 | 100001011 | 11101 | 1010000 |
Color Harmonies of #CBBEDB
Complementary color
Monochromatic Colors of #CBBEDB
Black with #CBBEDB
Text Example
Text Example
White with #CBBEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEDB; }
p { color: rgb(203,190,219); }
H1.HeaderClassName
{
color: #CBBEDB;
}
.AnyTagClassName
{
color: #CBBEDB;
}
</style>
background-color css
<style>
a { background-color: #CBBEDB; }
a { background-color: rgb(203,190,219); }
div.DivClassName
{
background-color: #CBBEDB;
}
.BgClassName
{
background-color: #CBBEDB;
}
</style>
border-color css
<style>
span { border-color: #CBBEDB; }
span { border-color: rgb(203,190,219); }
td.TdClassName
{
border-color: #CBBEDB;
}
.TagClassName
{
border-color: #CBBEDB;
}
</style>