Shades of Melrose #CBBEE6
Tints of Melrose #CBBEE6
RGB
CMYK
RGB Variations
Color information
#CBBEE6 (or 0xCBBEE6) is known color: Melrose. HEX triplet: CB, BE and E6. RGB value is (203,190,230). Sum of RGB (Red+Green+Blue) = 203+190+230=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 230 (90.23% from 255 or 36.92% from 623); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBBEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEE6 is #344119. Grayscale: #C6C6C6. Windows color (decimal): -3424538 or 15122123. OLE color: 15122123.
HSL color Cylindrical-coordinate representation of color #CBBEE6: hue angle of 259.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBBEE6 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 190 | 230 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.10 |
| HSL | 259.5º | 0.44% | 0.82% | - |
| HSV(B) | 259.5º | 0.17% | 0.9% | - |
| XYZ | 57.32 | 55.24 | 82.5 | - |
| YUV | 198.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 230 | 0.12 | 0.17 | 0 | 0.10 | 259.5 | 0.44 | 0.82 |
| Hex | CB | BE | E6 | C | 11 | 0 | A | 104 | 2C | 52 |
| Octal | 313 | 276 | 346 | 14 | 21 | 0 | 12 | 404 | 54 | 122 |
| Binary | 11001011 | 10111110 | 11100110 | 1100 | 10001 | 0 | 1010 | 100000100 | 101100 | 1010010 |
Color Harmonies of #CBBEE6
Complementary color
Monochromatic Colors of #CBBEE6
Black with #CBBEE6
Text Example
Text Example
White with #CBBEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEE6; }
p { color: rgb(203,190,230); }
H1.HeaderClassName
{
color: #CBBEE6;
}
.AnyTagClassName
{
color: #CBBEE6;
}
</style>
background-color css
<style>
a { background-color: #CBBEE6; }
a { background-color: rgb(203,190,230); }
div.DivClassName
{
background-color: #CBBEE6;
}
.BgClassName
{
background-color: #CBBEE6;
}
</style>
border-color css
<style>
span { border-color: #CBBEE6; }
span { border-color: rgb(203,190,230); }
td.TdClassName
{
border-color: #CBBEE6;
}
.TagClassName
{
border-color: #CBBEE6;
}
</style>