Shades of Melrose #CBBBE8
Tints of Melrose #CBBBE8
RGB
CMYK
RGB Variations
Color information
#CBBBE8 (or 0xCBBBE8) is known color: Melrose. HEX triplet: CB, BB and E8. RGB value is (203,187,232). Sum of RGB (Red+Green+Blue) = 203+187+232=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 187 (73.44% from 255 or 30.06% from 622); Blue value is 232 (91.02% from 255 or 37.30% from 622); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBBBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBBE8 is #344417. Grayscale: #C4C4C4. Windows color (decimal): -3425304 or 15252427. OLE color: 15252427.
HSL color Cylindrical-coordinate representation of color #CBBBE8: hue angle of 261.33º 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 #CBBBE8 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 187 | 232 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.09 |
| HSL | 261.33º | 0.49% | 0.82% | - |
| HSV(B) | 261.33º | 0.19% | 0.91% | - |
| XYZ | 56.96 | 54.06 | 83.78 | - |
| YUV | 196.91 | 147.8 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 232 | 0.12 | 0.19 | 0 | 0.09 | 261.33 | 0.49 | 0.82 |
| Hex | CB | BB | E8 | C | 13 | 0 | 9 | 105 | 31 | 52 |
| Octal | 313 | 273 | 350 | 14 | 23 | 0 | 11 | 405 | 61 | 122 |
| Binary | 11001011 | 10111011 | 11101000 | 1100 | 10011 | 0 | 1001 | 100000101 | 110001 | 1010010 |
Color Harmonies of #CBBBE8
Complementary color
Monochromatic Colors of #CBBBE8
Black with #CBBBE8
Text Example
Text Example
White with #CBBBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBE8; }
p { color: rgb(203,187,232); }
H1.HeaderClassName
{
color: #CBBBE8;
}
.AnyTagClassName
{
color: #CBBBE8;
}
</style>
background-color css
<style>
a { background-color: #CBBBE8; }
a { background-color: rgb(203,187,232); }
div.DivClassName
{
background-color: #CBBBE8;
}
.BgClassName
{
background-color: #CBBBE8;
}
</style>
border-color css
<style>
span { border-color: #CBBBE8; }
span { border-color: rgb(203,187,232); }
td.TdClassName
{
border-color: #CBBBE8;
}
.TagClassName
{
border-color: #CBBBE8;
}
</style>