Shades of Melrose #CBB6EA
Tints of Melrose #CBB6EA
RGB
CMYK
RGB Variations
Color information
#CBB6EA (or 0xCBB6EA) is known color: Melrose. HEX triplet: CB, B6 and EA. RGB value is (203,182,234). Sum of RGB (Red+Green+Blue) = 203+182+234=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 182 (71.48% from 255 or 29.40% from 619); Blue value is 234 (91.80% from 255 or 37.80% from 619); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBB6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB6EA is #344915. Grayscale: #C2C2C2. Windows color (decimal): -3426582 or 15382219. OLE color: 15382219.
HSL color Cylindrical-coordinate representation of color #CBB6EA: hue angle of 264.23º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB6EA is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 182 | 234 | - |
| CMYK | 0.13 | 0.22 | 0 | 0.08 |
| HSL | 264.23º | 0.55% | 0.82% | - |
| HSV(B) | 264.23º | 0.22% | 0.92% | - |
| XYZ | 56.21 | 52.09 | 84.93 | - |
| YUV | 194.21 | 150.46 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 234 | 0.13 | 0.22 | 0 | 0.08 | 264.23 | 0.55 | 0.82 |
| Hex | CB | B6 | EA | D | 16 | 0 | 8 | 108 | 37 | 52 |
| Octal | 313 | 266 | 352 | 15 | 26 | 0 | 10 | 410 | 67 | 122 |
| Binary | 11001011 | 10110110 | 11101010 | 1101 | 10110 | 0 | 1000 | 100001000 | 110111 | 1010010 |
Color Harmonies of #CBB6EA
Complementary color
Monochromatic Colors of #CBB6EA
Black with #CBB6EA
Text Example
Text Example
White with #CBB6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6EA; }
p { color: rgb(203,182,234); }
H1.HeaderClassName
{
color: #CBB6EA;
}
.AnyTagClassName
{
color: #CBB6EA;
}
</style>
background-color css
<style>
a { background-color: #CBB6EA; }
a { background-color: rgb(203,182,234); }
div.DivClassName
{
background-color: #CBB6EA;
}
.BgClassName
{
background-color: #CBB6EA;
}
</style>
border-color css
<style>
span { border-color: #CBB6EA; }
span { border-color: rgb(203,182,234); }
td.TdClassName
{
border-color: #CBB6EA;
}
.TagClassName
{
border-color: #CBB6EA;
}
</style>