Shades of Melrose #CBB3F1
Tints of Melrose #CBB3F1
RGB
CMYK
RGB Variations
Color information
#CBB3F1 (or 0xCBB3F1) is known color: Melrose. HEX triplet: CB, B3 and F1. RGB value is (203,179,241). Sum of RGB (Red+Green+Blue) = 203+179+241=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBB3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB3F1 is #344C0E. Grayscale: #C1C1C1. Windows color (decimal): -3427343 or 15840203. OLE color: 15840203.
HSL color Cylindrical-coordinate representation of color #CBB3F1: hue angle of 263.23º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB3F1 is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 179 | 241 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.05 |
| HSL | 263.23º | 0.69% | 0.82% | - |
| HSV(B) | 263.23º | 0.26% | 0.95% | - |
| XYZ | 56.63 | 51.29 | 90.13 | - |
| YUV | 193.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 241 | 0.16 | 0.26 | 0 | 0.05 | 263.23 | 0.69 | 0.82 |
| Hex | CB | B3 | F1 | 10 | 1A | 0 | 5 | 107 | 45 | 52 |
| Octal | 313 | 263 | 361 | 20 | 32 | 0 | 5 | 407 | 105 | 122 |
| Binary | 11001011 | 10110011 | 11110001 | 10000 | 11010 | 0 | 101 | 100000111 | 1000101 | 1010010 |
Color Harmonies of #CBB3F1
Complementary color
Monochromatic Colors of #CBB3F1
Black with #CBB3F1
Text Example
Text Example
White with #CBB3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3F1; }
p { color: rgb(203,179,241); }
H1.HeaderClassName
{
color: #CBB3F1;
}
.AnyTagClassName
{
color: #CBB3F1;
}
</style>
background-color css
<style>
a { background-color: #CBB3F1; }
a { background-color: rgb(203,179,241); }
div.DivClassName
{
background-color: #CBB3F1;
}
.BgClassName
{
background-color: #CBB3F1;
}
</style>
border-color css
<style>
span { border-color: #CBB3F1; }
span { border-color: rgb(203,179,241); }
td.TdClassName
{
border-color: #CBB3F1;
}
.TagClassName
{
border-color: #CBB3F1;
}
</style>