Shades of Melrose #CBBFE2
Tints of Melrose #CBBFE2
RGB
CMYK
RGB Variations
Color information
#CBBFE2 (or 0xCBBFE2) is known color: Melrose. HEX triplet: CB, BF and E2. RGB value is (203,191,226). Sum of RGB (Red+Green+Blue) = 203+191+226=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 226 (88.67% from 255 or 36.45% from 620); Max value from RGB is 226 - color contains mainly: blue. Hex color #CBBFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFE2 is #34401D. Grayscale: #C6C6C6. Windows color (decimal): -3424286 or 14860235. OLE color: 14860235.
HSL color Cylindrical-coordinate representation of color #CBBFE2: hue angle of 260.57º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBBFE2 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 191 | 226 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.11 |
| HSL | 260.57º | 0.38% | 0.82% | - |
| HSV(B) | 260.57º | 0.15% | 0.89% | - |
| XYZ | 56.99 | 55.45 | 79.65 | - |
| YUV | 198.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 226 | 0.10 | 0.15 | 0 | 0.11 | 260.57 | 0.38 | 0.82 |
| Hex | CB | BF | E2 | A | F | 0 | B | 105 | 26 | 52 |
| Octal | 313 | 277 | 342 | 12 | 17 | 0 | 13 | 405 | 46 | 122 |
| Binary | 11001011 | 10111111 | 11100010 | 1010 | 1111 | 0 | 1011 | 100000101 | 100110 | 1010010 |
Color Harmonies of #CBBFE2
Complementary color
Monochromatic Colors of #CBBFE2
Black with #CBBFE2
Text Example
Text Example
White with #CBBFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFE2; }
p { color: rgb(203,191,226); }
H1.HeaderClassName
{
color: #CBBFE2;
}
.AnyTagClassName
{
color: #CBBFE2;
}
</style>
background-color css
<style>
a { background-color: #CBBFE2; }
a { background-color: rgb(203,191,226); }
div.DivClassName
{
background-color: #CBBFE2;
}
.BgClassName
{
background-color: #CBBFE2;
}
</style>
border-color css
<style>
span { border-color: #CBBFE2; }
span { border-color: rgb(203,191,226); }
td.TdClassName
{
border-color: #CBBFE2;
}
.TagClassName
{
border-color: #CBBFE2;
}
</style>