Shades of Melrose #CBBBE2
Tints of Melrose #CBBBE2
RGB
CMYK
RGB Variations
Color information
#CBBBE2 (or 0xCBBBE2) is known color: Melrose. HEX triplet: CB, BB and E2. RGB value is (203,187,226). Sum of RGB (Red+Green+Blue) = 203+187+226=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 226 (88.67% from 255 or 36.69% from 616); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBE2 is #34441D. Grayscale: #C4C4C4. Windows color (decimal): -3425310 or 14859211. OLE color: 14859211.
HSL color Cylindrical-coordinate representation of color #CBBBE2: hue angle of 264.62º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBBBE2 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 187 | 226 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.11 |
| HSL | 264.62º | 0.4% | 0.81% | - |
| HSV(B) | 264.62º | 0.17% | 0.89% | - |
| XYZ | 56.13 | 53.73 | 79.36 | - |
| YUV | 196.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 226 | 0.10 | 0.17 | 0 | 0.11 | 264.62 | 0.4 | 0.81 |
| Hex | CB | BB | E2 | A | 11 | 0 | B | 109 | 28 | 51 |
| Octal | 313 | 273 | 342 | 12 | 21 | 0 | 13 | 411 | 50 | 121 |
| Binary | 11001011 | 10111011 | 11100010 | 1010 | 10001 | 0 | 1011 | 100001001 | 101000 | 1010001 |
Color Harmonies of #CBBBE2
Complementary color
Monochromatic Colors of #CBBBE2
Black with #CBBBE2
Text Example
Text Example
White with #CBBBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBE2; }
p { color: rgb(203,187,226); }
H1.HeaderClassName
{
color: #CBBBE2;
}
.AnyTagClassName
{
color: #CBBBE2;
}
</style>
background-color css
<style>
a { background-color: #CBBBE2; }
a { background-color: rgb(203,187,226); }
div.DivClassName
{
background-color: #CBBBE2;
}
.BgClassName
{
background-color: #CBBBE2;
}
</style>
border-color css
<style>
span { border-color: #CBBBE2; }
span { border-color: rgb(203,187,226); }
td.TdClassName
{
border-color: #CBBBE2;
}
.TagClassName
{
border-color: #CBBBE2;
}
</style>