Shades of Melrose #CBBCE8
Tints of Melrose #CBBCE8
RGB
CMYK
RGB Variations
Color information
#CBBCE8 (or 0xCBBCE8) is known color: Melrose. HEX triplet: CB, BC and E8. RGB value is (203,188,232). Sum of RGB (Red+Green+Blue) = 203+188+232=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 188 (73.83% from 255 or 30.18% from 623); Blue value is 232 (91.02% from 255 or 37.24% from 623); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBBCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBCE8 is #344317. Grayscale: #C5C5C5. Windows color (decimal): -3425048 or 15252683. OLE color: 15252683.
HSL color Cylindrical-coordinate representation of color #CBBCE8: hue angle of 260.45º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBBCE8 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 188 | 232 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.09 |
| HSL | 260.45º | 0.49% | 0.82% | - |
| HSV(B) | 260.45º | 0.19% | 0.91% | - |
| XYZ | 57.18 | 54.49 | 83.85 | - |
| YUV | 197.5 | 147.47 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 232 | 0.12 | 0.19 | 0 | 0.09 | 260.45 | 0.49 | 0.82 |
| Hex | CB | BC | E8 | C | 13 | 0 | 9 | 104 | 31 | 52 |
| Octal | 313 | 274 | 350 | 14 | 23 | 0 | 11 | 404 | 61 | 122 |
| Binary | 11001011 | 10111100 | 11101000 | 1100 | 10011 | 0 | 1001 | 100000100 | 110001 | 1010010 |
Color Harmonies of #CBBCE8
Complementary color
Monochromatic Colors of #CBBCE8
Black with #CBBCE8
Text Example
Text Example
White with #CBBCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCE8; }
p { color: rgb(203,188,232); }
H1.HeaderClassName
{
color: #CBBCE8;
}
.AnyTagClassName
{
color: #CBBCE8;
}
</style>
background-color css
<style>
a { background-color: #CBBCE8; }
a { background-color: rgb(203,188,232); }
div.DivClassName
{
background-color: #CBBCE8;
}
.BgClassName
{
background-color: #CBBCE8;
}
</style>
border-color css
<style>
span { border-color: #CBBCE8; }
span { border-color: rgb(203,188,232); }
td.TdClassName
{
border-color: #CBBCE8;
}
.TagClassName
{
border-color: #CBBCE8;
}
</style>