Shades of Melrose #CBC2DD
Tints of Melrose #CBC2DD
RGB
CMYK
RGB Variations
Color information
#CBC2DD (or 0xCBC2DD) is known color: Melrose. HEX triplet: CB, C2 and DD. RGB value is (203,194,221). Sum of RGB (Red+Green+Blue) = 203+194+221=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 194 (76.17% from 255 or 31.39% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2DD is #343D22. Grayscale: #C7C7C7. Windows color (decimal): -3423523 or 14533323. OLE color: 14533323.
HSL color Cylindrical-coordinate representation of color #CBC2DD: hue angle of 260º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC2DD is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 194 | 221 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.13 |
| HSL | 260º | 0.28% | 0.81% | - |
| HSV(B) | 260º | 0.12% | 0.87% | - |
| XYZ | 56.97 | 56.5 | 76.31 | - |
| YUV | 199.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 221 | 0.08 | 0.12 | 0 | 0.13 | 260 | 0.28 | 0.81 |
| Hex | CB | C2 | DD | 8 | C | 0 | D | 104 | 1C | 51 |
| Octal | 313 | 302 | 335 | 10 | 14 | 0 | 15 | 404 | 34 | 121 |
| Binary | 11001011 | 11000010 | 11011101 | 1000 | 1100 | 0 | 1101 | 100000100 | 11100 | 1010001 |
Color Harmonies of #CBC2DD
Complementary color
Monochromatic Colors of #CBC2DD
Black with #CBC2DD
Text Example
Text Example
White with #CBC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2DD; }
p { color: rgb(203,194,221); }
H1.HeaderClassName
{
color: #CBC2DD;
}
.AnyTagClassName
{
color: #CBC2DD;
}
</style>
background-color css
<style>
a { background-color: #CBC2DD; }
a { background-color: rgb(203,194,221); }
div.DivClassName
{
background-color: #CBC2DD;
}
.BgClassName
{
background-color: #CBC2DD;
}
</style>
border-color css
<style>
span { border-color: #CBC2DD; }
span { border-color: rgb(203,194,221); }
td.TdClassName
{
border-color: #CBC2DD;
}
.TagClassName
{
border-color: #CBC2DD;
}
</style>