Shades of Melrose #CBBCE6
Tints of Melrose #CBBCE6
RGB
CMYK
RGB Variations
Color information
#CBBCE6 (or 0xCBBCE6) is known color: Melrose. HEX triplet: CB, BC and E6. RGB value is (203,188,230). Sum of RGB (Red+Green+Blue) = 203+188+230=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBBCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBCE6 is #344319. Grayscale: #C5C5C5. Windows color (decimal): -3425050 or 15121611. OLE color: 15121611.
HSL color Cylindrical-coordinate representation of color #CBBCE6: hue angle of 261.43º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBBCE6 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 188 | 230 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.10 |
| HSL | 261.43º | 0.46% | 0.82% | - |
| HSV(B) | 261.43º | 0.18% | 0.9% | - |
| XYZ | 56.89 | 54.38 | 82.36 | - |
| YUV | 197.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 230 | 0.12 | 0.18 | 0 | 0.10 | 261.43 | 0.46 | 0.82 |
| Hex | CB | BC | E6 | C | 12 | 0 | A | 105 | 2E | 52 |
| Octal | 313 | 274 | 346 | 14 | 22 | 0 | 12 | 405 | 56 | 122 |
| Binary | 11001011 | 10111100 | 11100110 | 1100 | 10010 | 0 | 1010 | 100000101 | 101110 | 1010010 |
Color Harmonies of #CBBCE6
Complementary color
Monochromatic Colors of #CBBCE6
Black with #CBBCE6
Text Example
Text Example
White with #CBBCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCE6; }
p { color: rgb(203,188,230); }
H1.HeaderClassName
{
color: #CBBCE6;
}
.AnyTagClassName
{
color: #CBBCE6;
}
</style>
background-color css
<style>
a { background-color: #CBBCE6; }
a { background-color: rgb(203,188,230); }
div.DivClassName
{
background-color: #CBBCE6;
}
.BgClassName
{
background-color: #CBBCE6;
}
</style>
border-color css
<style>
span { border-color: #CBBCE6; }
span { border-color: rgb(203,188,230); }
td.TdClassName
{
border-color: #CBBCE6;
}
.TagClassName
{
border-color: #CBBCE6;
}
</style>