Shades of Melrose #CBC6DF
Tints of Melrose #CBC6DF
RGB
CMYK
RGB Variations
Color information
#CBC6DF (or 0xCBC6DF) is known color: Melrose. HEX triplet: CB, C6 and DF. RGB value is (203,198,223). Sum of RGB (Red+Green+Blue) = 203+198+223=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6DF is #343920. Grayscale: #CACACA. Windows color (decimal): -3422497 or 14665419. OLE color: 14665419.
HSL color Cylindrical-coordinate representation of color #CBC6DF: hue angle of 252º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBC6DF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 198 | 223 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.13 |
| HSL | 252º | 0.28% | 0.83% | - |
| HSV(B) | 252º | 0.11% | 0.87% | - |
| XYZ | 58.14 | 58.41 | 78.02 | - |
| YUV | 202.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 223 | 0.09 | 0.11 | 0 | 0.13 | 252 | 0.28 | 0.83 |
| Hex | CB | C6 | DF | 9 | B | 0 | D | FC | 1C | 53 |
| Octal | 313 | 306 | 337 | 11 | 13 | 0 | 15 | 374 | 34 | 123 |
| Binary | 11001011 | 11000110 | 11011111 | 1001 | 1011 | 0 | 1101 | 11111100 | 11100 | 1010011 |
Color Harmonies of #CBC6DF
Complementary color
Monochromatic Colors of #CBC6DF
Black with #CBC6DF
Text Example
Text Example
White with #CBC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6DF; }
p { color: rgb(203,198,223); }
H1.HeaderClassName
{
color: #CBC6DF;
}
.AnyTagClassName
{
color: #CBC6DF;
}
</style>
background-color css
<style>
a { background-color: #CBC6DF; }
a { background-color: rgb(203,198,223); }
div.DivClassName
{
background-color: #CBC6DF;
}
.BgClassName
{
background-color: #CBC6DF;
}
</style>
border-color css
<style>
span { border-color: #CBC6DF; }
span { border-color: rgb(203,198,223); }
td.TdClassName
{
border-color: #CBC6DF;
}
.TagClassName
{
border-color: #CBC6DF;
}
</style>