Shades of Melrose #CBBFE7
Tints of Melrose #CBBFE7
RGB
CMYK
RGB Variations
Color information
#CBBFE7 (or 0xCBBFE7) is known color: Melrose. HEX triplet: CB, BF and E7. RGB value is (203,191,231). Sum of RGB (Red+Green+Blue) = 203+191+231=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 191 (75% from 255 or 30.56% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBBFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBFE7 is #344018. Grayscale: #C7C7C7. Windows color (decimal): -3424281 or 15187915. OLE color: 15187915.
HSL color Cylindrical-coordinate representation of color #CBBFE7: hue angle of 258º degrees, saturation: 0.45, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBBFE7 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 191 | 231 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.09 |
| HSL | 258º | 0.45% | 0.83% | - |
| HSV(B) | 258º | 0.17% | 0.91% | - |
| XYZ | 57.68 | 55.73 | 83.32 | - |
| YUV | 199.15 | 145.98 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 231 | 0.12 | 0.17 | 0 | 0.09 | 258 | 0.45 | 0.83 |
| Hex | CB | BF | E7 | C | 11 | 0 | 9 | 102 | 2D | 53 |
| Octal | 313 | 277 | 347 | 14 | 21 | 0 | 11 | 402 | 55 | 123 |
| Binary | 11001011 | 10111111 | 11100111 | 1100 | 10001 | 0 | 1001 | 100000010 | 101101 | 1010011 |
Color Harmonies of #CBBFE7
Complementary color
Monochromatic Colors of #CBBFE7
Black with #CBBFE7
Text Example
Text Example
White with #CBBFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFE7; }
p { color: rgb(203,191,231); }
H1.HeaderClassName
{
color: #CBBFE7;
}
.AnyTagClassName
{
color: #CBBFE7;
}
</style>
background-color css
<style>
a { background-color: #CBBFE7; }
a { background-color: rgb(203,191,231); }
div.DivClassName
{
background-color: #CBBFE7;
}
.BgClassName
{
background-color: #CBBFE7;
}
</style>
border-color css
<style>
span { border-color: #CBBFE7; }
span { border-color: rgb(203,191,231); }
td.TdClassName
{
border-color: #CBBFE7;
}
.TagClassName
{
border-color: #CBBFE7;
}
</style>