Shades of Melrose #CBBCE3
Tints of Melrose #CBBCE3
RGB
CMYK
RGB Variations
Color information
#CBBCE3 (or 0xCBBCE3) is known color: Melrose. HEX triplet: CB, BC and E3. RGB value is (203,188,227). Sum of RGB (Red+Green+Blue) = 203+188+227=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 188 (73.83% from 255 or 30.42% from 618); Blue value is 227 (89.06% from 255 or 36.73% from 618); Max value from RGB is 227 - color contains mainly: blue. Hex color #CBBCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCE3 is #34431C. Grayscale: #C4C4C4. Windows color (decimal): -3425053 or 14925003. OLE color: 14925003.
HSL color Cylindrical-coordinate representation of color #CBBCE3: hue angle of 263.08º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBBCE3 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 188 | 227 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.11 |
| HSL | 263.08º | 0.41% | 0.81% | - |
| HSV(B) | 263.08º | 0.17% | 0.89% | - |
| XYZ | 56.48 | 54.21 | 80.16 | - |
| YUV | 196.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 227 | 0.11 | 0.17 | 0 | 0.11 | 263.08 | 0.41 | 0.81 |
| Hex | CB | BC | E3 | B | 11 | 0 | B | 107 | 29 | 51 |
| Octal | 313 | 274 | 343 | 13 | 21 | 0 | 13 | 407 | 51 | 121 |
| Binary | 11001011 | 10111100 | 11100011 | 1011 | 10001 | 0 | 1011 | 100000111 | 101001 | 1010001 |
Color Harmonies of #CBBCE3
Complementary color
Monochromatic Colors of #CBBCE3
Black with #CBBCE3
Text Example
Text Example
White with #CBBCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCE3; }
p { color: rgb(203,188,227); }
H1.HeaderClassName
{
color: #CBBCE3;
}
.AnyTagClassName
{
color: #CBBCE3;
}
</style>
background-color css
<style>
a { background-color: #CBBCE3; }
a { background-color: rgb(203,188,227); }
div.DivClassName
{
background-color: #CBBCE3;
}
.BgClassName
{
background-color: #CBBCE3;
}
</style>
border-color css
<style>
span { border-color: #CBBCE3; }
span { border-color: rgb(203,188,227); }
td.TdClassName
{
border-color: #CBBCE3;
}
.TagClassName
{
border-color: #CBBCE3;
}
</style>