Shades of Melrose #CBC1DA
Tints of Melrose #CBC1DA
RGB
CMYK
RGB Variations
Color information
#CBC1DA (or 0xCBC1DA) is known color: Melrose. HEX triplet: CB, C1 and DA. RGB value is (203,193,218). Sum of RGB (Red+Green+Blue) = 203+193+218=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBC1DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1DA is #343E25. Grayscale: #C6C6C6. Windows color (decimal): -3423782 or 14336459. OLE color: 14336459.
HSL color Cylindrical-coordinate representation of color #CBC1DA: hue angle of 264º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBC1DA is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 193 | 218 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.15 |
| HSL | 264º | 0.25% | 0.81% | - |
| HSV(B) | 264º | 0.11% | 0.85% | - |
| XYZ | 56.35 | 55.9 | 74.15 | - |
| YUV | 198.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 218 | 0.07 | 0.11 | 0 | 0.15 | 264 | 0.25 | 0.81 |
| Hex | CB | C1 | DA | 7 | B | 0 | F | 108 | 19 | 51 |
| Octal | 313 | 301 | 332 | 7 | 13 | 0 | 17 | 410 | 31 | 121 |
| Binary | 11001011 | 11000001 | 11011010 | 111 | 1011 | 0 | 1111 | 100001000 | 11001 | 1010001 |
Color Harmonies of #CBC1DA
Complementary color
Monochromatic Colors of #CBC1DA
Black with #CBC1DA
Text Example
Text Example
White with #CBC1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1DA; }
p { color: rgb(203,193,218); }
H1.HeaderClassName
{
color: #CBC1DA;
}
.AnyTagClassName
{
color: #CBC1DA;
}
</style>
background-color css
<style>
a { background-color: #CBC1DA; }
a { background-color: rgb(203,193,218); }
div.DivClassName
{
background-color: #CBC1DA;
}
.BgClassName
{
background-color: #CBC1DA;
}
</style>
border-color css
<style>
span { border-color: #CBC1DA; }
span { border-color: rgb(203,193,218); }
td.TdClassName
{
border-color: #CBC1DA;
}
.TagClassName
{
border-color: #CBC1DA;
}
</style>