Shades of Melrose #CBB5F0
Tints of Melrose #CBB5F0
RGB
CMYK
RGB Variations
Color information
#CBB5F0 (or 0xCBB5F0) is known color: Melrose. HEX triplet: CB, B5 and F0. RGB value is (203,181,240). Sum of RGB (Red+Green+Blue) = 203+181+240=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 181 (71.09% from 255 or 29.01% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBB5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB5F0 is #344A0F. Grayscale: #C2C2C2. Windows color (decimal): -3426832 or 15775179. OLE color: 15775179.
HSL color Cylindrical-coordinate representation of color #CBB5F0: hue angle of 262.37º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB5F0 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 181 | 240 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.06 |
| HSL | 262.37º | 0.66% | 0.83% | - |
| HSV(B) | 262.37º | 0.25% | 0.94% | - |
| XYZ | 56.88 | 52.04 | 89.48 | - |
| YUV | 194.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 240 | 0.15 | 0.25 | 0 | 0.06 | 262.37 | 0.66 | 0.83 |
| Hex | CB | B5 | F0 | F | 19 | 0 | 6 | 106 | 42 | 53 |
| Octal | 313 | 265 | 360 | 17 | 31 | 0 | 6 | 406 | 102 | 123 |
| Binary | 11001011 | 10110101 | 11110000 | 1111 | 11001 | 0 | 110 | 100000110 | 1000010 | 1010011 |
Color Harmonies of #CBB5F0
Complementary color
Monochromatic Colors of #CBB5F0
Black with #CBB5F0
Text Example
Text Example
White with #CBB5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5F0; }
p { color: rgb(203,181,240); }
H1.HeaderClassName
{
color: #CBB5F0;
}
.AnyTagClassName
{
color: #CBB5F0;
}
</style>
background-color css
<style>
a { background-color: #CBB5F0; }
a { background-color: rgb(203,181,240); }
div.DivClassName
{
background-color: #CBB5F0;
}
.BgClassName
{
background-color: #CBB5F0;
}
</style>
border-color css
<style>
span { border-color: #CBB5F0; }
span { border-color: rgb(203,181,240); }
td.TdClassName
{
border-color: #CBB5F0;
}
.TagClassName
{
border-color: #CBB5F0;
}
</style>