Shades of Melrose #CBB6E8
Tints of Melrose #CBB6E8
RGB
CMYK
RGB Variations
Color information
#CBB6E8 (or 0xCBB6E8) is known color: Melrose. HEX triplet: CB, B6 and E8. RGB value is (203,182,232). Sum of RGB (Red+Green+Blue) = 203+182+232=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 182 (71.48% from 255 or 29.50% from 617); Blue value is 232 (91.02% from 255 or 37.60% from 617); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBB6E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6E8 is #344917. Grayscale: #C1C1C1. Windows color (decimal): -3426584 or 15251147. OLE color: 15251147.
HSL color Cylindrical-coordinate representation of color #CBB6E8: hue angle of 265.2º degrees, saturation: 0.52, 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 #CBB6E8 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 182 | 232 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.09 |
| HSL | 265.2º | 0.52% | 0.81% | - |
| HSV(B) | 265.2º | 0.22% | 0.91% | - |
| XYZ | 55.92 | 51.98 | 83.43 | - |
| YUV | 193.98 | 149.46 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 232 | 0.12 | 0.22 | 0 | 0.09 | 265.2 | 0.52 | 0.81 |
| Hex | CB | B6 | E8 | C | 16 | 0 | 9 | 109 | 34 | 51 |
| Octal | 313 | 266 | 350 | 14 | 26 | 0 | 11 | 411 | 64 | 121 |
| Binary | 11001011 | 10110110 | 11101000 | 1100 | 10110 | 0 | 1001 | 100001001 | 110100 | 1010001 |
Color Harmonies of #CBB6E8
Complementary color
Monochromatic Colors of #CBB6E8
Black with #CBB6E8
Text Example
Text Example
White with #CBB6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6E8; }
p { color: rgb(203,182,232); }
H1.HeaderClassName
{
color: #CBB6E8;
}
.AnyTagClassName
{
color: #CBB6E8;
}
</style>
background-color css
<style>
a { background-color: #CBB6E8; }
a { background-color: rgb(203,182,232); }
div.DivClassName
{
background-color: #CBB6E8;
}
.BgClassName
{
background-color: #CBB6E8;
}
</style>
border-color css
<style>
span { border-color: #CBB6E8; }
span { border-color: rgb(203,182,232); }
td.TdClassName
{
border-color: #CBB6E8;
}
.TagClassName
{
border-color: #CBB6E8;
}
</style>