Shades of Melrose #CAC1D6
Tints of Melrose #CAC1D6
RGB
CMYK
RGB Variations
Color information
#CAC1D6 (or 0xCAC1D6) is known color: Melrose. HEX triplet: CA, C1 and D6. RGB value is (202,193,214). Sum of RGB (Red+Green+Blue) = 202+193+214=609 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.17% from 609); Green value is 193 (75.78% from 255 or 31.69% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAC1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC1D6 is #353E29. Grayscale: #C6C6C6. Windows color (decimal): -3489322 or 14074314. OLE color: 14074314.
HSL color Cylindrical-coordinate representation of color #CAC1D6: hue angle of 265.71º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC1D6 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 193 | 214 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.16 |
| HSL | 265.71º | 0.2% | 0.8% | - |
| HSV(B) | 265.71º | 0.1% | 0.84% | - |
| XYZ | 55.56 | 55.55 | 71.41 | - |
| YUV | 198.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 214 | 0.06 | 0.10 | 0 | 0.16 | 265.71 | 0.2 | 0.8 |
| Hex | CA | C1 | D6 | 6 | A | 0 | 10 | 10A | 14 | 50 |
| Octal | 312 | 301 | 326 | 6 | 12 | 0 | 20 | 412 | 24 | 120 |
| Binary | 11001010 | 11000001 | 11010110 | 110 | 1010 | 0 | 10000 | 100001010 | 10100 | 1010000 |
Color Harmonies of #CAC1D6
Complementary color
Monochromatic Colors of #CAC1D6
Black with #CAC1D6
Text Example
Text Example
White with #CAC1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC1D6; }
p { color: rgb(202,193,214); }
H1.HeaderClassName
{
color: #CAC1D6;
}
.AnyTagClassName
{
color: #CAC1D6;
}
</style>
background-color css
<style>
a { background-color: #CAC1D6; }
a { background-color: rgb(202,193,214); }
div.DivClassName
{
background-color: #CAC1D6;
}
.BgClassName
{
background-color: #CAC1D6;
}
</style>
border-color css
<style>
span { border-color: #CAC1D6; }
span { border-color: rgb(202,193,214); }
td.TdClassName
{
border-color: #CAC1D6;
}
.TagClassName
{
border-color: #CAC1D6;
}
</style>