Shades of Melrose #CBC7DC
Tints of Melrose #CBC7DC
RGB
CMYK
RGB Variations
Color information
#CBC7DC (or 0xCBC7DC) is known color: Melrose. HEX triplet: CB, C7 and DC. RGB value is (203,199,220). Sum of RGB (Red+Green+Blue) = 203+199+220=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 199 (78.12% from 255 or 31.99% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBC7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7DC is #343823. Grayscale: #CACACA. Windows color (decimal): -3422244 or 14469067. OLE color: 14469067.
HSL color Cylindrical-coordinate representation of color #CBC7DC: hue angle of 251.43º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC7DC is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 199 | 220 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.14 |
| HSL | 251.43º | 0.23% | 0.82% | - |
| HSV(B) | 251.43º | 0.1% | 0.86% | - |
| XYZ | 57.97 | 58.71 | 75.99 | - |
| YUV | 202.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 220 | 0.08 | 0.10 | 0 | 0.14 | 251.43 | 0.23 | 0.82 |
| Hex | CB | C7 | DC | 8 | A | 0 | E | FB | 17 | 52 |
| Octal | 313 | 307 | 334 | 10 | 12 | 0 | 16 | 373 | 27 | 122 |
| Binary | 11001011 | 11000111 | 11011100 | 1000 | 1010 | 0 | 1110 | 11111011 | 10111 | 1010010 |
Color Harmonies of #CBC7DC
Complementary color
Monochromatic Colors of #CBC7DC
Black with #CBC7DC
Text Example
Text Example
White with #CBC7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7DC; }
p { color: rgb(203,199,220); }
H1.HeaderClassName
{
color: #CBC7DC;
}
.AnyTagClassName
{
color: #CBC7DC;
}
</style>
background-color css
<style>
a { background-color: #CBC7DC; }
a { background-color: rgb(203,199,220); }
div.DivClassName
{
background-color: #CBC7DC;
}
.BgClassName
{
background-color: #CBC7DC;
}
</style>
border-color css
<style>
span { border-color: #CBC7DC; }
span { border-color: rgb(203,199,220); }
td.TdClassName
{
border-color: #CBC7DC;
}
.TagClassName
{
border-color: #CBC7DC;
}
</style>