Shades of Melrose #CBC7DF
Tints of Melrose #CBC7DF
RGB
CMYK
RGB Variations
Color information
#CBC7DF (or 0xCBC7DF) is known color: Melrose. HEX triplet: CB, C7 and DF. RGB value is (203,199,223). Sum of RGB (Red+Green+Blue) = 203+199+223=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 199 (78.12% from 255 or 31.84% from 625); Blue value is 223 (87.5% from 255 or 35.68% from 625); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7DF is #343820. Grayscale: #CACACA. Windows color (decimal): -3422241 or 14665675. OLE color: 14665675.
HSL color Cylindrical-coordinate representation of color #CBC7DF: hue angle of 250º degrees, saturation: 0.27, 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 #CBC7DF is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 199 | 223 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.13 |
| HSL | 250º | 0.27% | 0.83% | - |
| HSV(B) | 250º | 0.11% | 0.87% | - |
| XYZ | 58.37 | 58.87 | 78.1 | - |
| YUV | 202.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 223 | 0.09 | 0.11 | 0 | 0.13 | 250 | 0.27 | 0.83 |
| Hex | CB | C7 | DF | 9 | B | 0 | D | FA | 1B | 53 |
| Octal | 313 | 307 | 337 | 11 | 13 | 0 | 15 | 372 | 33 | 123 |
| Binary | 11001011 | 11000111 | 11011111 | 1001 | 1011 | 0 | 1101 | 11111010 | 11011 | 1010011 |
Color Harmonies of #CBC7DF
Complementary color
Monochromatic Colors of #CBC7DF
Black with #CBC7DF
Text Example
Text Example
White with #CBC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7DF; }
p { color: rgb(203,199,223); }
H1.HeaderClassName
{
color: #CBC7DF;
}
.AnyTagClassName
{
color: #CBC7DF;
}
</style>
background-color css
<style>
a { background-color: #CBC7DF; }
a { background-color: rgb(203,199,223); }
div.DivClassName
{
background-color: #CBC7DF;
}
.BgClassName
{
background-color: #CBC7DF;
}
</style>
border-color css
<style>
span { border-color: #CBC7DF; }
span { border-color: rgb(203,199,223); }
td.TdClassName
{
border-color: #CBC7DF;
}
.TagClassName
{
border-color: #CBC7DF;
}
</style>