Shades of Melrose #CBBDDD
Tints of Melrose #CBBDDD
RGB
CMYK
RGB Variations
Color information
#CBBDDD (or 0xCBBDDD) is known color: Melrose. HEX triplet: CB, BD and DD. RGB value is (203,189,221). Sum of RGB (Red+Green+Blue) = 203+189+221=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBBDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDDD is #344222. Grayscale: #C4C4C4. Windows color (decimal): -3424803 or 14532043. OLE color: 14532043.
HSL color Cylindrical-coordinate representation of color #CBBDDD: hue angle of 266.25º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBBDDD is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 189 | 221 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.13 |
| HSL | 266.25º | 0.32% | 0.8% | - |
| HSV(B) | 266.25º | 0.14% | 0.87% | - |
| XYZ | 55.88 | 54.31 | 75.94 | - |
| YUV | 196.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 221 | 0.08 | 0.14 | 0 | 0.13 | 266.25 | 0.32 | 0.8 |
| Hex | CB | BD | DD | 8 | E | 0 | D | 10A | 20 | 50 |
| Octal | 313 | 275 | 335 | 10 | 16 | 0 | 15 | 412 | 40 | 120 |
| Binary | 11001011 | 10111101 | 11011101 | 1000 | 1110 | 0 | 1101 | 100001010 | 100000 | 1010000 |
Color Harmonies of #CBBDDD
Complementary color
Monochromatic Colors of #CBBDDD
Black with #CBBDDD
Text Example
Text Example
White with #CBBDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDDD; }
p { color: rgb(203,189,221); }
H1.HeaderClassName
{
color: #CBBDDD;
}
.AnyTagClassName
{
color: #CBBDDD;
}
</style>
background-color css
<style>
a { background-color: #CBBDDD; }
a { background-color: rgb(203,189,221); }
div.DivClassName
{
background-color: #CBBDDD;
}
.BgClassName
{
background-color: #CBBDDD;
}
</style>
border-color css
<style>
span { border-color: #CBBDDD; }
span { border-color: rgb(203,189,221); }
td.TdClassName
{
border-color: #CBBDDD;
}
.TagClassName
{
border-color: #CBBDDD;
}
</style>