Shades of Melrose #CBB9E9
Tints of Melrose #CBB9E9
RGB
CMYK
RGB Variations
Color information
#CBB9E9 (or 0xCBB9E9) is known color: Melrose. HEX triplet: CB, B9 and E9. RGB value is (203,185,233). Sum of RGB (Red+Green+Blue) = 203+185+233=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 233 (91.41% from 255 or 37.52% from 621); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBB9E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9E9 is #344616. Grayscale: #C3C3C3. Windows color (decimal): -3425815 or 15317451. OLE color: 15317451.
HSL color Cylindrical-coordinate representation of color #CBB9E9: hue angle of 262.5º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB9E9 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 185 | 233 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.09 |
| HSL | 262.5º | 0.52% | 0.82% | - |
| HSV(B) | 262.5º | 0.21% | 0.91% | - |
| XYZ | 56.69 | 53.28 | 84.39 | - |
| YUV | 195.85 | 148.96 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 233 | 0.13 | 0.21 | 0 | 0.09 | 262.5 | 0.52 | 0.82 |
| Hex | CB | B9 | E9 | D | 15 | 0 | 9 | 106 | 34 | 52 |
| Octal | 313 | 271 | 351 | 15 | 25 | 0 | 11 | 406 | 64 | 122 |
| Binary | 11001011 | 10111001 | 11101001 | 1101 | 10101 | 0 | 1001 | 100000110 | 110100 | 1010010 |
Color Harmonies of #CBB9E9
Complementary color
Monochromatic Colors of #CBB9E9
Black with #CBB9E9
Text Example
Text Example
White with #CBB9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9E9; }
p { color: rgb(203,185,233); }
H1.HeaderClassName
{
color: #CBB9E9;
}
.AnyTagClassName
{
color: #CBB9E9;
}
</style>
background-color css
<style>
a { background-color: #CBB9E9; }
a { background-color: rgb(203,185,233); }
div.DivClassName
{
background-color: #CBB9E9;
}
.BgClassName
{
background-color: #CBB9E9;
}
</style>
border-color css
<style>
span { border-color: #CBB9E9; }
span { border-color: rgb(203,185,233); }
td.TdClassName
{
border-color: #CBB9E9;
}
.TagClassName
{
border-color: #CBB9E9;
}
</style>