Shades of Melrose #CBB5E8
Tints of Melrose #CBB5E8
RGB
CMYK
RGB Variations
Color information
#CBB5E8 (or 0xCBB5E8) is known color: Melrose. HEX triplet: CB, B5 and E8. RGB value is (203,181,232). Sum of RGB (Red+Green+Blue) = 203+181+232=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 181 (71.09% from 255 or 29.38% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBB5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5E8 is #344A17. Grayscale: #C1C1C1. Windows color (decimal): -3426840 or 15250891. OLE color: 15250891.
HSL color Cylindrical-coordinate representation of color #CBB5E8: hue angle of 265.88º degrees, saturation: 0.53, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB5E8 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 181 | 232 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.09 |
| HSL | 265.88º | 0.53% | 0.81% | - |
| HSV(B) | 265.88º | 0.22% | 0.91% | - |
| XYZ | 55.72 | 51.57 | 83.36 | - |
| YUV | 193.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 232 | 0.12 | 0.22 | 0 | 0.09 | 265.88 | 0.53 | 0.81 |
| Hex | CB | B5 | E8 | C | 16 | 0 | 9 | 10A | 35 | 51 |
| Octal | 313 | 265 | 350 | 14 | 26 | 0 | 11 | 412 | 65 | 121 |
| Binary | 11001011 | 10110101 | 11101000 | 1100 | 10110 | 0 | 1001 | 100001010 | 110101 | 1010001 |
Color Harmonies of #CBB5E8
Complementary color
Monochromatic Colors of #CBB5E8
Black with #CBB5E8
Text Example
Text Example
White with #CBB5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5E8; }
p { color: rgb(203,181,232); }
H1.HeaderClassName
{
color: #CBB5E8;
}
.AnyTagClassName
{
color: #CBB5E8;
}
</style>
background-color css
<style>
a { background-color: #CBB5E8; }
a { background-color: rgb(203,181,232); }
div.DivClassName
{
background-color: #CBB5E8;
}
.BgClassName
{
background-color: #CBB5E8;
}
</style>
border-color css
<style>
span { border-color: #CBB5E8; }
span { border-color: rgb(203,181,232); }
td.TdClassName
{
border-color: #CBB5E8;
}
.TagClassName
{
border-color: #CBB5E8;
}
</style>