Shades of Melrose #CBBCE4
Tints of Melrose #CBBCE4
RGB
CMYK
RGB Variations
Color information
#CBBCE4 (or 0xCBBCE4) is known color: Melrose. HEX triplet: CB, BC and E4. RGB value is (203,188,228). Sum of RGB (Red+Green+Blue) = 203+188+228=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 228 (89.45% from 255 or 36.83% from 619); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBBCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCE4 is #34431B. Grayscale: #C4C4C4. Windows color (decimal): -3425052 or 14990539. OLE color: 14990539.
HSL color Cylindrical-coordinate representation of color #CBBCE4: hue angle of 262.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBBCE4 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 188 | 228 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.11 |
| HSL | 262.5º | 0.43% | 0.82% | - |
| HSV(B) | 262.5º | 0.18% | 0.89% | - |
| XYZ | 56.62 | 54.26 | 80.89 | - |
| YUV | 197.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 228 | 0.11 | 0.18 | 0 | 0.11 | 262.5 | 0.43 | 0.82 |
| Hex | CB | BC | E4 | B | 12 | 0 | B | 106 | 2B | 52 |
| Octal | 313 | 274 | 344 | 13 | 22 | 0 | 13 | 406 | 53 | 122 |
| Binary | 11001011 | 10111100 | 11100100 | 1011 | 10010 | 0 | 1011 | 100000110 | 101011 | 1010010 |
Color Harmonies of #CBBCE4
Complementary color
Monochromatic Colors of #CBBCE4
Black with #CBBCE4
Text Example
Text Example
White with #CBBCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCE4; }
p { color: rgb(203,188,228); }
H1.HeaderClassName
{
color: #CBBCE4;
}
.AnyTagClassName
{
color: #CBBCE4;
}
</style>
background-color css
<style>
a { background-color: #CBBCE4; }
a { background-color: rgb(203,188,228); }
div.DivClassName
{
background-color: #CBBCE4;
}
.BgClassName
{
background-color: #CBBCE4;
}
</style>
border-color css
<style>
span { border-color: #CBBCE4; }
span { border-color: rgb(203,188,228); }
td.TdClassName
{
border-color: #CBBCE4;
}
.TagClassName
{
border-color: #CBBCE4;
}
</style>