Shades of Melrose #CBB7E7
Tints of Melrose #CBB7E7
RGB
CMYK
RGB Variations
Color information
#CBB7E7 (or 0xCBB7E7) is known color: Melrose. HEX triplet: CB, B7 and E7. RGB value is (203,183,231). Sum of RGB (Red+Green+Blue) = 203+183+231=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 183 (71.88% from 255 or 29.66% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBB7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB7E7 is #344818. Grayscale: #C2C2C2. Windows color (decimal): -3426329 or 15185867. OLE color: 15185867.
HSL color Cylindrical-coordinate representation of color #CBB7E7: hue angle of 265º degrees, saturation: 0.5, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBB7E7 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 183 | 231 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.09 |
| HSL | 265º | 0.5% | 0.81% | - |
| HSV(B) | 265º | 0.21% | 0.91% | - |
| XYZ | 55.99 | 52.33 | 82.75 | - |
| YUV | 194.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 231 | 0.12 | 0.21 | 0 | 0.09 | 265 | 0.5 | 0.81 |
| Hex | CB | B7 | E7 | C | 15 | 0 | 9 | 109 | 32 | 51 |
| Octal | 313 | 267 | 347 | 14 | 25 | 0 | 11 | 411 | 62 | 121 |
| Binary | 11001011 | 10110111 | 11100111 | 1100 | 10101 | 0 | 1001 | 100001001 | 110010 | 1010001 |
Color Harmonies of #CBB7E7
Complementary color
Monochromatic Colors of #CBB7E7
Black with #CBB7E7
Text Example
Text Example
White with #CBB7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB7E7; }
p { color: rgb(203,183,231); }
H1.HeaderClassName
{
color: #CBB7E7;
}
.AnyTagClassName
{
color: #CBB7E7;
}
</style>
background-color css
<style>
a { background-color: #CBB7E7; }
a { background-color: rgb(203,183,231); }
div.DivClassName
{
background-color: #CBB7E7;
}
.BgClassName
{
background-color: #CBB7E7;
}
</style>
border-color css
<style>
span { border-color: #CBB7E7; }
span { border-color: rgb(203,183,231); }
td.TdClassName
{
border-color: #CBB7E7;
}
.TagClassName
{
border-color: #CBB7E7;
}
</style>