Shades of Melrose #CABADF
Tints of Melrose #CABADF
RGB
CMYK
RGB Variations
Color information
#CABADF (or 0xCABADF) is known color: Melrose. HEX triplet: CA, BA and DF. RGB value is (202,186,223). Sum of RGB (Red+Green+Blue) = 202+186+223=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #CABADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABADF is #354520. Grayscale: #C2C2C2. Windows color (decimal): -3491105 or 14662346. OLE color: 14662346.
HSL color Cylindrical-coordinate representation of color #CABADF: hue angle of 265.95º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABADF is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 186 | 223 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.13 |
| HSL | 265.95º | 0.37% | 0.8% | - |
| HSV(B) | 265.95º | 0.17% | 0.87% | - |
| XYZ | 55.24 | 53 | 77.13 | - |
| YUV | 195 | 143.8 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 186 | 223 | 0.09 | 0.17 | 0 | 0.13 | 265.95 | 0.37 | 0.8 |
| Hex | CA | BA | DF | 9 | 11 | 0 | D | 10A | 25 | 50 |
| Octal | 312 | 272 | 337 | 11 | 21 | 0 | 15 | 412 | 45 | 120 |
| Binary | 11001010 | 10111010 | 11011111 | 1001 | 10001 | 0 | 1101 | 100001010 | 100101 | 1010000 |
Color Harmonies of #CABADF
Complementary color
Monochromatic Colors of #CABADF
Black with #CABADF
Text Example
Text Example
White with #CABADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABADF; }
p { color: rgb(202,186,223); }
H1.HeaderClassName
{
color: #CABADF;
}
.AnyTagClassName
{
color: #CABADF;
}
</style>
background-color css
<style>
a { background-color: #CABADF; }
a { background-color: rgb(202,186,223); }
div.DivClassName
{
background-color: #CABADF;
}
.BgClassName
{
background-color: #CABADF;
}
</style>
border-color css
<style>
span { border-color: #CABADF; }
span { border-color: rgb(202,186,223); }
td.TdClassName
{
border-color: #CABADF;
}
.TagClassName
{
border-color: #CABADF;
}
</style>