Shades of Melrose #CABCDF
Tints of Melrose #CABCDF
RGB
CMYK
RGB Variations
Color information
#CABCDF (or 0xCABCDF) is known color: Melrose. HEX triplet: CA, BC and DF. RGB value is (202,188,223). Sum of RGB (Red+Green+Blue) = 202+188+223=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #CABCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCDF is #354320. Grayscale: #C4C4C4. Windows color (decimal): -3490593 or 14662858. OLE color: 14662858.
HSL color Cylindrical-coordinate representation of color #CABCDF: hue angle of 264º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABCDF is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 188 | 223 | - |
| CMYK | 0.09 | 0.16 | 0 | 0.13 |
| HSL | 264º | 0.35% | 0.81% | - |
| HSV(B) | 264º | 0.16% | 0.87% | - |
| XYZ | 55.66 | 53.85 | 77.27 | - |
| YUV | 196.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 188 | 223 | 0.09 | 0.16 | 0 | 0.13 | 264 | 0.35 | 0.81 |
| Hex | CA | BC | DF | 9 | 10 | 0 | D | 108 | 23 | 51 |
| Octal | 312 | 274 | 337 | 11 | 20 | 0 | 15 | 410 | 43 | 121 |
| Binary | 11001010 | 10111100 | 11011111 | 1001 | 10000 | 0 | 1101 | 100001000 | 100011 | 1010001 |
Color Harmonies of #CABCDF
Complementary color
Monochromatic Colors of #CABCDF
Black with #CABCDF
Text Example
Text Example
White with #CABCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABCDF; }
p { color: rgb(202,188,223); }
H1.HeaderClassName
{
color: #CABCDF;
}
.AnyTagClassName
{
color: #CABCDF;
}
</style>
background-color css
<style>
a { background-color: #CABCDF; }
a { background-color: rgb(202,188,223); }
div.DivClassName
{
background-color: #CABCDF;
}
.BgClassName
{
background-color: #CABCDF;
}
</style>
border-color css
<style>
span { border-color: #CABCDF; }
span { border-color: rgb(202,188,223); }
td.TdClassName
{
border-color: #CABCDF;
}
.TagClassName
{
border-color: #CABCDF;
}
</style>