Shades of Melrose #CBB5EA
Tints of Melrose #CBB5EA
RGB
CMYK
RGB Variations
Color information
#CBB5EA (or 0xCBB5EA) is known color: Melrose. HEX triplet: CB, B5 and EA. RGB value is (203,181,234). Sum of RGB (Red+Green+Blue) = 203+181+234=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 181 (71.09% from 255 or 29.29% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBB5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5EA is #344A15. Grayscale: #C1C1C1. Windows color (decimal): -3426838 or 15381963. OLE color: 15381963.
HSL color Cylindrical-coordinate representation of color #CBB5EA: hue angle of 264.91º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB5EA is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 181 | 234 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.08 |
| HSL | 264.91º | 0.56% | 0.81% | - |
| HSV(B) | 264.91º | 0.23% | 0.92% | - |
| XYZ | 56 | 51.68 | 84.87 | - |
| YUV | 193.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 234 | 0.13 | 0.23 | 0 | 0.08 | 264.91 | 0.56 | 0.81 |
| Hex | CB | B5 | EA | D | 17 | 0 | 8 | 109 | 38 | 51 |
| Octal | 313 | 265 | 352 | 15 | 27 | 0 | 10 | 411 | 70 | 121 |
| Binary | 11001011 | 10110101 | 11101010 | 1101 | 10111 | 0 | 1000 | 100001001 | 111000 | 1010001 |
Color Harmonies of #CBB5EA
Complementary color
Monochromatic Colors of #CBB5EA
Black with #CBB5EA
Text Example
Text Example
White with #CBB5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5EA; }
p { color: rgb(203,181,234); }
H1.HeaderClassName
{
color: #CBB5EA;
}
.AnyTagClassName
{
color: #CBB5EA;
}
</style>
background-color css
<style>
a { background-color: #CBB5EA; }
a { background-color: rgb(203,181,234); }
div.DivClassName
{
background-color: #CBB5EA;
}
.BgClassName
{
background-color: #CBB5EA;
}
</style>
border-color css
<style>
span { border-color: #CBB5EA; }
span { border-color: rgb(203,181,234); }
td.TdClassName
{
border-color: #CBB5EA;
}
.TagClassName
{
border-color: #CBB5EA;
}
</style>