Shades of Melrose #CBBFE8
Tints of Melrose #CBBFE8
RGB
CMYK
RGB Variations
Color information
#CBBFE8 (or 0xCBBFE8) is known color: Melrose. HEX triplet: CB, BF and E8. RGB value is (203,191,232). Sum of RGB (Red+Green+Blue) = 203+191+232=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 191 (75% from 255 or 30.51% from 626); Blue value is 232 (91.02% from 255 or 37.06% from 626); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBBFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFE8 is #344017. Grayscale: #C7C7C7. Windows color (decimal): -3424280 or 15253451. OLE color: 15253451.
HSL color Cylindrical-coordinate representation of color #CBBFE8: hue angle of 257.56º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBBFE8 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 191 | 232 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.09 |
| HSL | 257.56º | 0.47% | 0.83% | - |
| HSV(B) | 257.56º | 0.18% | 0.91% | - |
| XYZ | 57.82 | 55.78 | 84.06 | - |
| YUV | 199.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 232 | 0.12 | 0.18 | 0 | 0.09 | 257.56 | 0.47 | 0.83 |
| Hex | CB | BF | E8 | C | 12 | 0 | 9 | 102 | 2F | 53 |
| Octal | 313 | 277 | 350 | 14 | 22 | 0 | 11 | 402 | 57 | 123 |
| Binary | 11001011 | 10111111 | 11101000 | 1100 | 10010 | 0 | 1001 | 100000010 | 101111 | 1010011 |
Color Harmonies of #CBBFE8
Complementary color
Monochromatic Colors of #CBBFE8
Black with #CBBFE8
Text Example
Text Example
White with #CBBFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFE8; }
p { color: rgb(203,191,232); }
H1.HeaderClassName
{
color: #CBBFE8;
}
.AnyTagClassName
{
color: #CBBFE8;
}
</style>
background-color css
<style>
a { background-color: #CBBFE8; }
a { background-color: rgb(203,191,232); }
div.DivClassName
{
background-color: #CBBFE8;
}
.BgClassName
{
background-color: #CBBFE8;
}
</style>
border-color css
<style>
span { border-color: #CBBFE8; }
span { border-color: rgb(203,191,232); }
td.TdClassName
{
border-color: #CBBFE8;
}
.TagClassName
{
border-color: #CBBFE8;
}
</style>