Shades of Melrose #CBB4EC
Tints of Melrose #CBB4EC
RGB
CMYK
RGB Variations
Color information
#CBB4EC (or 0xCBB4EC) is known color: Melrose. HEX triplet: CB, B4 and EC. RGB value is (203,180,236). Sum of RGB (Red+Green+Blue) = 203+180+236=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 180 (70.70% from 255 or 29.08% from 619); Blue value is 236 (92.58% from 255 or 38.13% from 619); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBB4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB4EC is #344B13. Grayscale: #C1C1C1. Windows color (decimal): -3427092 or 15512779. OLE color: 15512779.
HSL color Cylindrical-coordinate representation of color #CBB4EC: hue angle of 264.64º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBB4EC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 180 | 236 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.07 |
| HSL | 264.64º | 0.6% | 0.82% | - |
| HSV(B) | 264.64º | 0.24% | 0.93% | - |
| XYZ | 56.09 | 51.4 | 86.32 | - |
| YUV | 193.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 236 | 0.14 | 0.24 | 0 | 0.07 | 264.64 | 0.6 | 0.82 |
| Hex | CB | B4 | EC | E | 18 | 0 | 7 | 109 | 3C | 52 |
| Octal | 313 | 264 | 354 | 16 | 30 | 0 | 7 | 411 | 74 | 122 |
| Binary | 11001011 | 10110100 | 11101100 | 1110 | 11000 | 0 | 111 | 100001001 | 111100 | 1010010 |
Color Harmonies of #CBB4EC
Complementary color
Monochromatic Colors of #CBB4EC
Black with #CBB4EC
Text Example
Text Example
White with #CBB4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4EC; }
p { color: rgb(203,180,236); }
H1.HeaderClassName
{
color: #CBB4EC;
}
.AnyTagClassName
{
color: #CBB4EC;
}
</style>
background-color css
<style>
a { background-color: #CBB4EC; }
a { background-color: rgb(203,180,236); }
div.DivClassName
{
background-color: #CBB4EC;
}
.BgClassName
{
background-color: #CBB4EC;
}
</style>
border-color css
<style>
span { border-color: #CBB4EC; }
span { border-color: rgb(203,180,236); }
td.TdClassName
{
border-color: #CBB4EC;
}
.TagClassName
{
border-color: #CBB4EC;
}
</style>