Shades of Melrose #CAC0DB
Tints of Melrose #CAC0DB
RGB
CMYK
RGB Variations
Color information
#CAC0DB (or 0xCAC0DB) is known color: Melrose. HEX triplet: CA, C0 and DB. RGB value is (202,192,219). Sum of RGB (Red+Green+Blue) = 202+192+219=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #CAC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC0DB is #353F24. Grayscale: #C5C5C5. Windows color (decimal): -3489573 or 14401738. OLE color: 14401738.
HSL color Cylindrical-coordinate representation of color #CAC0DB: hue angle of 262.22º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAC0DB is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 192 | 219 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.14 |
| HSL | 262.22º | 0.27% | 0.81% | - |
| HSV(B) | 262.22º | 0.12% | 0.86% | - |
| XYZ | 55.99 | 55.37 | 74.75 | - |
| YUV | 198.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 219 | 0.08 | 0.12 | 0 | 0.14 | 262.22 | 0.27 | 0.81 |
| Hex | CA | C0 | DB | 8 | C | 0 | E | 106 | 1B | 51 |
| Octal | 312 | 300 | 333 | 10 | 14 | 0 | 16 | 406 | 33 | 121 |
| Binary | 11001010 | 11000000 | 11011011 | 1000 | 1100 | 0 | 1110 | 100000110 | 11011 | 1010001 |
Color Harmonies of #CAC0DB
Complementary color
Monochromatic Colors of #CAC0DB
Black with #CAC0DB
Text Example
Text Example
White with #CAC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC0DB; }
p { color: rgb(202,192,219); }
H1.HeaderClassName
{
color: #CAC0DB;
}
.AnyTagClassName
{
color: #CAC0DB;
}
</style>
background-color css
<style>
a { background-color: #CAC0DB; }
a { background-color: rgb(202,192,219); }
div.DivClassName
{
background-color: #CAC0DB;
}
.BgClassName
{
background-color: #CAC0DB;
}
</style>
border-color css
<style>
span { border-color: #CAC0DB; }
span { border-color: rgb(202,192,219); }
td.TdClassName
{
border-color: #CAC0DB;
}
.TagClassName
{
border-color: #CAC0DB;
}
</style>