Shades of Melrose #CBC7DD
Tints of Melrose #CBC7DD
RGB
CMYK
RGB Variations
Color information
#CBC7DD (or 0xCBC7DD) is known color: Melrose. HEX triplet: CB, C7 and DD. RGB value is (203,199,221). Sum of RGB (Red+Green+Blue) = 203+199+221=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 199 (78.12% from 255 or 31.94% from 623); Blue value is 221 (86.72% from 255 or 35.47% from 623); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBC7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7DD is #343822. Grayscale: #CACACA. Windows color (decimal): -3422243 or 14534603. OLE color: 14534603.
HSL color Cylindrical-coordinate representation of color #CBC7DD: hue angle of 250.91º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC7DD is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 199 | 221 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.13 |
| HSL | 250.91º | 0.24% | 0.82% | - |
| HSV(B) | 250.91º | 0.1% | 0.87% | - |
| XYZ | 58.1 | 58.76 | 76.69 | - |
| YUV | 202.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 221 | 0.08 | 0.10 | 0 | 0.13 | 250.91 | 0.24 | 0.82 |
| Hex | CB | C7 | DD | 8 | A | 0 | D | FB | 18 | 52 |
| Octal | 313 | 307 | 335 | 10 | 12 | 0 | 15 | 373 | 30 | 122 |
| Binary | 11001011 | 11000111 | 11011101 | 1000 | 1010 | 0 | 1101 | 11111011 | 11000 | 1010010 |
Color Harmonies of #CBC7DD
Complementary color
Monochromatic Colors of #CBC7DD
Black with #CBC7DD
Text Example
Text Example
White with #CBC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7DD; }
p { color: rgb(203,199,221); }
H1.HeaderClassName
{
color: #CBC7DD;
}
.AnyTagClassName
{
color: #CBC7DD;
}
</style>
background-color css
<style>
a { background-color: #CBC7DD; }
a { background-color: rgb(203,199,221); }
div.DivClassName
{
background-color: #CBC7DD;
}
.BgClassName
{
background-color: #CBC7DD;
}
</style>
border-color css
<style>
span { border-color: #CBC7DD; }
span { border-color: rgb(203,199,221); }
td.TdClassName
{
border-color: #CBC7DD;
}
.TagClassName
{
border-color: #CBC7DD;
}
</style>