Shades of Melrose #CBBCDF
Tints of Melrose #CBBCDF
RGB
CMYK
RGB Variations
Color information
#CBBCDF (or 0xCBBCDF) is known color: Melrose. HEX triplet: CB, BC and DF. RGB value is (203,188,223). Sum of RGB (Red+Green+Blue) = 203+188+223=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 188 (73.83% from 255 or 30.62% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBBCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCDF is #344320. Grayscale: #C4C4C4. Windows color (decimal): -3425057 or 14662859. OLE color: 14662859.
HSL color Cylindrical-coordinate representation of color #CBBCDF: hue angle of 265.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBBCDF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 188 | 223 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.13 |
| HSL | 265.71º | 0.35% | 0.81% | - |
| HSV(B) | 265.71º | 0.16% | 0.87% | - |
| XYZ | 55.93 | 53.99 | 77.29 | - |
| YUV | 196.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 223 | 0.09 | 0.16 | 0 | 0.13 | 265.71 | 0.35 | 0.81 |
| Hex | CB | BC | DF | 9 | 10 | 0 | D | 10A | 23 | 51 |
| Octal | 313 | 274 | 337 | 11 | 20 | 0 | 15 | 412 | 43 | 121 |
| Binary | 11001011 | 10111100 | 11011111 | 1001 | 10000 | 0 | 1101 | 100001010 | 100011 | 1010001 |
Color Harmonies of #CBBCDF
Complementary color
Monochromatic Colors of #CBBCDF
Black with #CBBCDF
Text Example
Text Example
White with #CBBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCDF; }
p { color: rgb(203,188,223); }
H1.HeaderClassName
{
color: #CBBCDF;
}
.AnyTagClassName
{
color: #CBBCDF;
}
</style>
background-color css
<style>
a { background-color: #CBBCDF; }
a { background-color: rgb(203,188,223); }
div.DivClassName
{
background-color: #CBBCDF;
}
.BgClassName
{
background-color: #CBBCDF;
}
</style>
border-color css
<style>
span { border-color: #CBBCDF; }
span { border-color: rgb(203,188,223); }
td.TdClassName
{
border-color: #CBBCDF;
}
.TagClassName
{
border-color: #CBBCDF;
}
</style>