Shades of Melrose #CBB1F3
Tints of Melrose #CBB1F3
RGB
CMYK
RGB Variations
Color information
#CBB1F3 (or 0xCBB1F3) is known color: Melrose. HEX triplet: CB, B1 and F3. RGB value is (203,177,243). Sum of RGB (Red+Green+Blue) = 203+177+243=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 177 (69.53% from 255 or 28.41% from 623); Blue value is 243 (95.31% from 255 or 39.00% from 623); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBB1F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB1F3 is #344E0C. Grayscale: #C0C0C0. Windows color (decimal): -3427853 or 15970763. OLE color: 15970763.
HSL color Cylindrical-coordinate representation of color #CBB1F3: hue angle of 263.64º degrees, saturation: 0.73, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBB1F3 is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 177 | 243 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.05 |
| HSL | 263.64º | 0.73% | 0.82% | - |
| HSV(B) | 263.64º | 0.27% | 0.95% | - |
| XYZ | 56.53 | 50.61 | 91.58 | - |
| YUV | 192.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 243 | 0.16 | 0.27 | 0 | 0.05 | 263.64 | 0.73 | 0.82 |
| Hex | CB | B1 | F3 | 10 | 1B | 0 | 5 | 108 | 49 | 52 |
| Octal | 313 | 261 | 363 | 20 | 33 | 0 | 5 | 410 | 111 | 122 |
| Binary | 11001011 | 10110001 | 11110011 | 10000 | 11011 | 0 | 101 | 100001000 | 1001001 | 1010010 |
Color Harmonies of #CBB1F3
Complementary color
Monochromatic Colors of #CBB1F3
Black with #CBB1F3
Text Example
Text Example
White with #CBB1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB1F3; }
p { color: rgb(203,177,243); }
H1.HeaderClassName
{
color: #CBB1F3;
}
.AnyTagClassName
{
color: #CBB1F3;
}
</style>
background-color css
<style>
a { background-color: #CBB1F3; }
a { background-color: rgb(203,177,243); }
div.DivClassName
{
background-color: #CBB1F3;
}
.BgClassName
{
background-color: #CBB1F3;
}
</style>
border-color css
<style>
span { border-color: #CBB1F3; }
span { border-color: rgb(203,177,243); }
td.TdClassName
{
border-color: #CBB1F3;
}
.TagClassName
{
border-color: #CBB1F3;
}
</style>