Shades of Melrose #CBC1F0
Tints of Melrose #CBC1F0
RGB
CMYK
RGB Variations
Color information
#CBC1F0 (or 0xCBC1F0) is known color: Melrose. HEX triplet: CB, C1 and F0. RGB value is (203,193,240). Sum of RGB (Red+Green+Blue) = 203+193+240=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 193 (75.78% from 255 or 30.35% from 636); Blue value is 240 (94.14% from 255 or 37.74% from 636); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBC1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC1F0 is #343E0F. Grayscale: #C9C9C9. Windows color (decimal): -3423760 or 15778251. OLE color: 15778251.
HSL color Cylindrical-coordinate representation of color #CBC1F0: hue angle of 252.77º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBC1F0 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 193 | 240 | - |
| CMYK | 0.15 | 0.20 | 0 | 0.06 |
| HSL | 252.77º | 0.61% | 0.85% | - |
| HSV(B) | 252.77º | 0.2% | 0.94% | - |
| XYZ | 59.43 | 57.13 | 90.33 | - |
| YUV | 201.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 240 | 0.15 | 0.20 | 0 | 0.06 | 252.77 | 0.61 | 0.85 |
| Hex | CB | C1 | F0 | F | 14 | 0 | 6 | FD | 3D | 55 |
| Octal | 313 | 301 | 360 | 17 | 24 | 0 | 6 | 375 | 75 | 125 |
| Binary | 11001011 | 11000001 | 11110000 | 1111 | 10100 | 0 | 110 | 11111101 | 111101 | 1010101 |
Color Harmonies of #CBC1F0
Complementary color
Monochromatic Colors of #CBC1F0
Black with #CBC1F0
Text Example
Text Example
White with #CBC1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1F0; }
p { color: rgb(203,193,240); }
H1.HeaderClassName
{
color: #CBC1F0;
}
.AnyTagClassName
{
color: #CBC1F0;
}
</style>
background-color css
<style>
a { background-color: #CBC1F0; }
a { background-color: rgb(203,193,240); }
div.DivClassName
{
background-color: #CBC1F0;
}
.BgClassName
{
background-color: #CBC1F0;
}
</style>
border-color css
<style>
span { border-color: #CBC1F0; }
span { border-color: rgb(203,193,240); }
td.TdClassName
{
border-color: #CBC1F0;
}
.TagClassName
{
border-color: #CBC1F0;
}
</style>