Shades of Melrose #CBB3F0
Tints of Melrose #CBB3F0
RGB
CMYK
RGB Variations
Color information
#CBB3F0 (or 0xCBB3F0) is known color: Melrose. HEX triplet: CB, B3 and F0. RGB value is (203,179,240). Sum of RGB (Red+Green+Blue) = 203+179+240=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 179 (70.31% from 255 or 28.78% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBB3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB3F0 is #344C0F. Grayscale: #C0C0C0. Windows color (decimal): -3427344 or 15774667. OLE color: 15774667.
HSL color Cylindrical-coordinate representation of color #CBB3F0: hue angle of 263.61º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB3F0 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 179 | 240 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.06 |
| HSL | 263.61º | 0.67% | 0.82% | - |
| HSV(B) | 263.61º | 0.25% | 0.94% | - |
| XYZ | 56.48 | 51.23 | 89.35 | - |
| YUV | 193.13 | 154.45 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 240 | 0.15 | 0.25 | 0 | 0.06 | 263.61 | 0.67 | 0.82 |
| Hex | CB | B3 | F0 | F | 19 | 0 | 6 | 108 | 43 | 52 |
| Octal | 313 | 263 | 360 | 17 | 31 | 0 | 6 | 410 | 103 | 122 |
| Binary | 11001011 | 10110011 | 11110000 | 1111 | 11001 | 0 | 110 | 100001000 | 1000011 | 1010010 |
Color Harmonies of #CBB3F0
Complementary color
Monochromatic Colors of #CBB3F0
Black with #CBB3F0
Text Example
Text Example
White with #CBB3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3F0; }
p { color: rgb(203,179,240); }
H1.HeaderClassName
{
color: #CBB3F0;
}
.AnyTagClassName
{
color: #CBB3F0;
}
</style>
background-color css
<style>
a { background-color: #CBB3F0; }
a { background-color: rgb(203,179,240); }
div.DivClassName
{
background-color: #CBB3F0;
}
.BgClassName
{
background-color: #CBB3F0;
}
</style>
border-color css
<style>
span { border-color: #CBB3F0; }
span { border-color: rgb(203,179,240); }
td.TdClassName
{
border-color: #CBB3F0;
}
.TagClassName
{
border-color: #CBB3F0;
}
</style>