Shades of Melrose #CBBCE2
Tints of Melrose #CBBCE2
RGB
CMYK
RGB Variations
Color information
#CBBCE2 (or 0xCBBCE2) is known color: Melrose. HEX triplet: CB, BC and E2. RGB value is (203,188,226). Sum of RGB (Red+Green+Blue) = 203+188+226=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBBCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCE2 is #34431D. Grayscale: #C4C4C4. Windows color (decimal): -3425054 or 14859467. OLE color: 14859467.
HSL color Cylindrical-coordinate representation of color #CBBCE2: hue angle of 263.68º 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 #CBBCE2 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 188 | 226 | - |
| CMYK | 0.10 | 0.17 | 0 | 0.11 |
| HSL | 263.68º | 0.4% | 0.81% | - |
| HSV(B) | 263.68º | 0.17% | 0.89% | - |
| XYZ | 56.34 | 54.15 | 79.43 | - |
| YUV | 196.82 | 144.47 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 226 | 0.10 | 0.17 | 0 | 0.11 | 263.68 | 0.4 | 0.81 |
| Hex | CB | BC | E2 | A | 11 | 0 | B | 108 | 28 | 51 |
| Octal | 313 | 274 | 342 | 12 | 21 | 0 | 13 | 410 | 50 | 121 |
| Binary | 11001011 | 10111100 | 11100010 | 1010 | 10001 | 0 | 1011 | 100001000 | 101000 | 1010001 |
Color Harmonies of #CBBCE2
Complementary color
Monochromatic Colors of #CBBCE2
Black with #CBBCE2
Text Example
Text Example
White with #CBBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCE2; }
p { color: rgb(203,188,226); }
H1.HeaderClassName
{
color: #CBBCE2;
}
.AnyTagClassName
{
color: #CBBCE2;
}
</style>
background-color css
<style>
a { background-color: #CBBCE2; }
a { background-color: rgb(203,188,226); }
div.DivClassName
{
background-color: #CBBCE2;
}
.BgClassName
{
background-color: #CBBCE2;
}
</style>
border-color css
<style>
span { border-color: #CBBCE2; }
span { border-color: rgb(203,188,226); }
td.TdClassName
{
border-color: #CBBCE2;
}
.TagClassName
{
border-color: #CBBCE2;
}
</style>