Shades of Melrose #CAC7D3
Tints of Melrose #CAC7D3
RGB
CMYK
RGB Variations
Color information
#CAC7D3 (or 0xCAC7D3) is known color: Melrose. HEX triplet: CA, C7 and D3. RGB value is (202,199,211). Sum of RGB (Red+Green+Blue) = 202+199+211=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 199 (78.12% from 255 or 32.52% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 211 - color contains mainly: blue. Hex color #CAC7D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7D3 is #35382C. Grayscale: #C9C9C9. Windows color (decimal): -3487789 or 13879242. OLE color: 13879242.
HSL color Cylindrical-coordinate representation of color #CAC7D3: hue angle of 255º degrees, saturation: 0.12, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CAC7D3 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 199 | 211 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.17 |
| HSL | 255º | 0.12% | 0.8% | - |
| HSV(B) | 255º | 0.06% | 0.83% | - |
| XYZ | 56.54 | 58.11 | 69.86 | - |
| YUV | 201.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 211 | 0.04 | 0.06 | 0 | 0.17 | 255 | 0.12 | 0.8 |
| Hex | CA | C7 | D3 | 4 | 6 | 0 | 11 | FF | C | 50 |
| Octal | 312 | 307 | 323 | 4 | 6 | 0 | 21 | 377 | 14 | 120 |
| Binary | 11001010 | 11000111 | 11010011 | 100 | 110 | 0 | 10001 | 11111111 | 1100 | 1010000 |
Color Harmonies of #CAC7D3
Complementary color
Monochromatic Colors of #CAC7D3
Black with #CAC7D3
Text Example
Text Example
White with #CAC7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7D3; }
p { color: rgb(202,199,211); }
H1.HeaderClassName
{
color: #CAC7D3;
}
.AnyTagClassName
{
color: #CAC7D3;
}
</style>
background-color css
<style>
a { background-color: #CAC7D3; }
a { background-color: rgb(202,199,211); }
div.DivClassName
{
background-color: #CAC7D3;
}
.BgClassName
{
background-color: #CAC7D3;
}
</style>
border-color css
<style>
span { border-color: #CAC7D3; }
span { border-color: rgb(202,199,211); }
td.TdClassName
{
border-color: #CAC7D3;
}
.TagClassName
{
border-color: #CAC7D3;
}
</style>