Shades of Melrose #CBB5ED
Tints of Melrose #CBB5ED
RGB
CMYK
RGB Variations
Color information
#CBB5ED (or 0xCBB5ED) is known color: Melrose. HEX triplet: CB, B5 and ED. RGB value is (203,181,237). Sum of RGB (Red+Green+Blue) = 203+181+237=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 181 (71.09% from 255 or 29.15% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBB5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5ED is #344A12. Grayscale: #C1C1C1. Windows color (decimal): -3426835 or 15578571. OLE color: 15578571.
HSL color Cylindrical-coordinate representation of color #CBB5ED: hue angle of 263.57º degrees, saturation: 0.61, 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 #CBB5ED is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 181 | 237 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.07 |
| HSL | 263.57º | 0.61% | 0.82% | - |
| HSV(B) | 263.57º | 0.24% | 0.93% | - |
| XYZ | 56.44 | 51.86 | 87.16 | - |
| YUV | 193.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 237 | 0.14 | 0.24 | 0 | 0.07 | 263.57 | 0.61 | 0.82 |
| Hex | CB | B5 | ED | E | 18 | 0 | 7 | 108 | 3D | 52 |
| Octal | 313 | 265 | 355 | 16 | 30 | 0 | 7 | 410 | 75 | 122 |
| Binary | 11001011 | 10110101 | 11101101 | 1110 | 11000 | 0 | 111 | 100001000 | 111101 | 1010010 |
Color Harmonies of #CBB5ED
Complementary color
Monochromatic Colors of #CBB5ED
Black with #CBB5ED
Text Example
Text Example
White with #CBB5ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5ED; }
p { color: rgb(203,181,237); }
H1.HeaderClassName
{
color: #CBB5ED;
}
.AnyTagClassName
{
color: #CBB5ED;
}
</style>
background-color css
<style>
a { background-color: #CBB5ED; }
a { background-color: rgb(203,181,237); }
div.DivClassName
{
background-color: #CBB5ED;
}
.BgClassName
{
background-color: #CBB5ED;
}
</style>
border-color css
<style>
span { border-color: #CBB5ED; }
span { border-color: rgb(203,181,237); }
td.TdClassName
{
border-color: #CBB5ED;
}
.TagClassName
{
border-color: #CBB5ED;
}
</style>