Shades of Melrose #CBC6DA
Tints of Melrose #CBC6DA
RGB
CMYK
RGB Variations
Color information
#CBC6DA (or 0xCBC6DA) is known color: Melrose. HEX triplet: CB, C6 and DA. RGB value is (203,198,218). Sum of RGB (Red+Green+Blue) = 203+198+218=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 198 (77.73% from 255 or 31.99% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBC6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6DA is #343925. Grayscale: #C9C9C9. Windows color (decimal): -3422502 or 14337739. OLE color: 14337739.
HSL color Cylindrical-coordinate representation of color #CBC6DA: hue angle of 255º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC6DA is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 198 | 218 | - |
| CMYK | 0.07 | 0.09 | 0 | 0.15 |
| HSL | 255º | 0.21% | 0.82% | - |
| HSV(B) | 255º | 0.09% | 0.85% | - |
| XYZ | 57.48 | 58.15 | 74.52 | - |
| YUV | 201.78 | 137.16 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 218 | 0.07 | 0.09 | 0 | 0.15 | 255 | 0.21 | 0.82 |
| Hex | CB | C6 | DA | 7 | 9 | 0 | F | FF | 15 | 52 |
| Octal | 313 | 306 | 332 | 7 | 11 | 0 | 17 | 377 | 25 | 122 |
| Binary | 11001011 | 11000110 | 11011010 | 111 | 1001 | 0 | 1111 | 11111111 | 10101 | 1010010 |
Color Harmonies of #CBC6DA
Complementary color
Monochromatic Colors of #CBC6DA
Black with #CBC6DA
Text Example
Text Example
White with #CBC6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6DA; }
p { color: rgb(203,198,218); }
H1.HeaderClassName
{
color: #CBC6DA;
}
.AnyTagClassName
{
color: #CBC6DA;
}
</style>
background-color css
<style>
a { background-color: #CBC6DA; }
a { background-color: rgb(203,198,218); }
div.DivClassName
{
background-color: #CBC6DA;
}
.BgClassName
{
background-color: #CBC6DA;
}
</style>
border-color css
<style>
span { border-color: #CBC6DA; }
span { border-color: rgb(203,198,218); }
td.TdClassName
{
border-color: #CBC6DA;
}
.TagClassName
{
border-color: #CBC6DA;
}
</style>