Shades of Melrose #CAC4D6
Tints of Melrose #CAC4D6
RGB
CMYK
RGB Variations
Color information
#CAC4D6 (or 0xCAC4D6) is known color: Melrose. HEX triplet: CA, C4 and D6. RGB value is (202,196,214). Sum of RGB (Red+Green+Blue) = 202+196+214=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 214 (83.98% from 255 or 34.97% from 612); Max value from RGB is 214 - color contains mainly: blue. Hex color #CAC4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC4D6 is #353B29. Grayscale: #C7C7C7. Windows color (decimal): -3488554 or 14075082. OLE color: 14075082.
HSL color Cylindrical-coordinate representation of color #CAC4D6: hue angle of 260º degrees, saturation: 0.18, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CAC4D6 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 196 | 214 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.16 |
| HSL | 260º | 0.18% | 0.8% | - |
| HSV(B) | 260º | 0.08% | 0.84% | - |
| XYZ | 56.23 | 56.89 | 71.64 | - |
| YUV | 199.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 214 | 0.06 | 0.08 | 0 | 0.16 | 260 | 0.18 | 0.8 |
| Hex | CA | C4 | D6 | 6 | 8 | 0 | 10 | 104 | 12 | 50 |
| Octal | 312 | 304 | 326 | 6 | 10 | 0 | 20 | 404 | 22 | 120 |
| Binary | 11001010 | 11000100 | 11010110 | 110 | 1000 | 0 | 10000 | 100000100 | 10010 | 1010000 |
Color Harmonies of #CAC4D6
Complementary color
Monochromatic Colors of #CAC4D6
Black with #CAC4D6
Text Example
Text Example
White with #CAC4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC4D6; }
p { color: rgb(202,196,214); }
H1.HeaderClassName
{
color: #CAC4D6;
}
.AnyTagClassName
{
color: #CAC4D6;
}
</style>
background-color css
<style>
a { background-color: #CAC4D6; }
a { background-color: rgb(202,196,214); }
div.DivClassName
{
background-color: #CAC4D6;
}
.BgClassName
{
background-color: #CAC4D6;
}
</style>
border-color css
<style>
span { border-color: #CAC4D6; }
span { border-color: rgb(202,196,214); }
td.TdClassName
{
border-color: #CAC4D6;
}
.TagClassName
{
border-color: #CAC4D6;
}
</style>