Shades of Melrose #CBBEE1
Tints of Melrose #CBBEE1
RGB
CMYK
RGB Variations
Color information
#CBBEE1 (or 0xCBBEE1) is known color: Melrose. HEX triplet: CB, BE and E1. RGB value is (203,190,225). Sum of RGB (Red+Green+Blue) = 203+190+225=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #CBBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEE1 is #34411E. Grayscale: #C5C5C5. Windows color (decimal): -3424543 or 14794443. OLE color: 14794443.
HSL color Cylindrical-coordinate representation of color #CBBEE1: hue angle of 262.29º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBBEE1 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 203 | 190 | 225 | - |
| CMYK | 0.10 | 0.16 | 0 | 0.12 |
| HSL | 262.29º | 0.37% | 0.81% | - |
| HSV(B) | 262.29º | 0.16% | 0.88% | - |
| XYZ | 56.63 | 54.96 | 78.86 | - |
| YUV | 197.88 | 143.31 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 225 | 0.10 | 0.16 | 0 | 0.12 | 262.29 | 0.37 | 0.81 |
| Hex | CB | BE | E1 | A | 10 | 0 | C | 106 | 25 | 51 |
| Octal | 313 | 276 | 341 | 12 | 20 | 0 | 14 | 406 | 45 | 121 |
| Binary | 11001011 | 10111110 | 11100001 | 1010 | 10000 | 0 | 1100 | 100000110 | 100101 | 1010001 |
Color Harmonies of #CBBEE1
Complementary color
Monochromatic Colors of #CBBEE1
Black with #CBBEE1
Text Example
Text Example
White with #CBBEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEE1; }
p { color: rgb(203,190,225); }
H1.HeaderClassName
{
color: #CBBEE1;
}
.AnyTagClassName
{
color: #CBBEE1;
}
</style>
background-color css
<style>
a { background-color: #CBBEE1; }
a { background-color: rgb(203,190,225); }
div.DivClassName
{
background-color: #CBBEE1;
}
.BgClassName
{
background-color: #CBBEE1;
}
</style>
border-color css
<style>
span { border-color: #CBBEE1; }
span { border-color: rgb(203,190,225); }
td.TdClassName
{
border-color: #CBBEE1;
}
.TagClassName
{
border-color: #CBBEE1;
}
</style>