Shades of Melrose #CBBBE0
Tints of Melrose #CBBBE0
RGB
CMYK
RGB Variations
Color information
#CBBBE0 (or 0xCBBBE0) is known color: Melrose. HEX triplet: CB, BB and E0. RGB value is (203,187,224). Sum of RGB (Red+Green+Blue) = 203+187+224=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 187 (73.44% from 255 or 30.46% from 614); Blue value is 224 (87.89% from 255 or 36.48% from 614); Max value from RGB is 224 - color contains mainly: blue. Hex color #CBBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBE0 is #34441F. Grayscale: #C3C3C3. Windows color (decimal): -3425312 or 14728139. OLE color: 14728139.
HSL color Cylindrical-coordinate representation of color #CBBBE0: hue angle of 265.95º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBBBE0 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 187 | 224 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.12 |
| HSL | 265.95º | 0.37% | 0.81% | - |
| HSV(B) | 265.95º | 0.17% | 0.88% | - |
| XYZ | 55.85 | 53.62 | 77.93 | - |
| YUV | 196 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 224 | 0.09 | 0.17 | 0 | 0.12 | 265.95 | 0.37 | 0.81 |
| Hex | CB | BB | E0 | 9 | 11 | 0 | C | 10A | 25 | 51 |
| Octal | 313 | 273 | 340 | 11 | 21 | 0 | 14 | 412 | 45 | 121 |
| Binary | 11001011 | 10111011 | 11100000 | 1001 | 10001 | 0 | 1100 | 100001010 | 100101 | 1010001 |
Color Harmonies of #CBBBE0
Complementary color
Monochromatic Colors of #CBBBE0
Black with #CBBBE0
Text Example
Text Example
White with #CBBBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBE0; }
p { color: rgb(203,187,224); }
H1.HeaderClassName
{
color: #CBBBE0;
}
.AnyTagClassName
{
color: #CBBBE0;
}
</style>
background-color css
<style>
a { background-color: #CBBBE0; }
a { background-color: rgb(203,187,224); }
div.DivClassName
{
background-color: #CBBBE0;
}
.BgClassName
{
background-color: #CBBBE0;
}
</style>
border-color css
<style>
span { border-color: #CBBBE0; }
span { border-color: rgb(203,187,224); }
td.TdClassName
{
border-color: #CBBBE0;
}
.TagClassName
{
border-color: #CBBBE0;
}
</style>