Shades of Melrose #CABCDD
Tints of Melrose #CABCDD
RGB
CMYK
RGB Variations
Color information
#CABCDD (or 0xCABCDD) is known color: Melrose. HEX triplet: CA, BC and DD. RGB value is (202,188,221). Sum of RGB (Red+Green+Blue) = 202+188+221=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 188 (73.83% from 255 or 30.77% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #CABCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCDD is #354322. Grayscale: #C3C3C3. Windows color (decimal): -3490595 or 14531786. OLE color: 14531786.
HSL color Cylindrical-coordinate representation of color #CABCDD: hue angle of 265.45º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABCDD is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 188 | 221 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.13 |
| HSL | 265.45º | 0.33% | 0.8% | - |
| HSV(B) | 265.45º | 0.15% | 0.87% | - |
| XYZ | 55.39 | 53.74 | 75.86 | - |
| YUV | 195.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 221 | 0.09 | 0.15 | 0 | 0.13 | 265.45 | 0.33 | 0.8 |
| Hex | CA | BC | DD | 9 | F | 0 | D | 109 | 21 | 50 |
| Octal | 312 | 274 | 335 | 11 | 17 | 0 | 15 | 411 | 41 | 120 |
| Binary | 11001010 | 10111100 | 11011101 | 1001 | 1111 | 0 | 1101 | 100001001 | 100001 | 1010000 |
Color Harmonies of #CABCDD
Complementary color
Monochromatic Colors of #CABCDD
Black with #CABCDD
Text Example
Text Example
White with #CABCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCDD; }
p { color: rgb(202,188,221); }
H1.HeaderClassName
{
color: #CABCDD;
}
.AnyTagClassName
{
color: #CABCDD;
}
</style>
background-color css
<style>
a { background-color: #CABCDD; }
a { background-color: rgb(202,188,221); }
div.DivClassName
{
background-color: #CABCDD;
}
.BgClassName
{
background-color: #CABCDD;
}
</style>
border-color css
<style>
span { border-color: #CABCDD; }
span { border-color: rgb(202,188,221); }
td.TdClassName
{
border-color: #CABCDD;
}
.TagClassName
{
border-color: #CABCDD;
}
</style>