Shades of Melrose #CAC3D5
Tints of Melrose #CAC3D5
RGB
CMYK
RGB Variations
Color information
#CAC3D5 (or 0xCAC3D5) is known color: Melrose. HEX triplet: CA, C3 and D5. RGB value is (202,195,213). Sum of RGB (Red+Green+Blue) = 202+195+213=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 195 (76.56% from 255 or 31.97% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAC3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3D5 is #353C2A. Grayscale: #C7C7C7. Windows color (decimal): -3488811 or 14009290. OLE color: 14009290.
HSL color Cylindrical-coordinate representation of color #CAC3D5: hue angle of 263.33º 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 #CAC3D5 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 195 | 213 | - |
| CMYK | 0.05 | 0.08 | 0 | 0.16 |
| HSL | 263.33º | 0.18% | 0.8% | - |
| HSV(B) | 263.33º | 0.08% | 0.84% | - |
| XYZ | 55.88 | 56.39 | 70.89 | - |
| YUV | 199.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 213 | 0.05 | 0.08 | 0 | 0.16 | 263.33 | 0.18 | 0.8 |
| Hex | CA | C3 | D5 | 5 | 8 | 0 | 10 | 107 | 12 | 50 |
| Octal | 312 | 303 | 325 | 5 | 10 | 0 | 20 | 407 | 22 | 120 |
| Binary | 11001010 | 11000011 | 11010101 | 101 | 1000 | 0 | 10000 | 100000111 | 10010 | 1010000 |
Color Harmonies of #CAC3D5
Complementary color
Monochromatic Colors of #CAC3D5
Black with #CAC3D5
Text Example
Text Example
White with #CAC3D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC3D5; }
p { color: rgb(202,195,213); }
H1.HeaderClassName
{
color: #CAC3D5;
}
.AnyTagClassName
{
color: #CAC3D5;
}
</style>
background-color css
<style>
a { background-color: #CAC3D5; }
a { background-color: rgb(202,195,213); }
div.DivClassName
{
background-color: #CAC3D5;
}
.BgClassName
{
background-color: #CAC3D5;
}
</style>
border-color css
<style>
span { border-color: #CAC3D5; }
span { border-color: rgb(202,195,213); }
td.TdClassName
{
border-color: #CAC3D5;
}
.TagClassName
{
border-color: #CAC3D5;
}
</style>