Shades of Melrose #CAC5D5
Tints of Melrose #CAC5D5
RGB
CMYK
RGB Variations
Color information
#CAC5D5 (or 0xCAC5D5) is known color: Melrose. HEX triplet: CA, C5 and D5. RGB value is (202,197,213). Sum of RGB (Red+Green+Blue) = 202+197+213=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5D5 is #353A2A. Grayscale: #C8C8C8. Windows color (decimal): -3488299 or 14009802. OLE color: 14009802.
HSL color Cylindrical-coordinate representation of color #CAC5D5: hue angle of 258.75º degrees, saturation: 0.16, 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 #CAC5D5 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 197 | 213 | - |
CMYK | 0.05 | 0.08 | 0 | 0.16 |
HSL | 258.75º | 0.16% | 0.8% | - |
HSV(B) | 258.75º | 0.08% | 0.84% | - |
XYZ | 56.33 | 57.29 | 71.04 | - |
YUV | 200.32 | 135.16 | 129.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 197 | 213 | 0.05 | 0.08 | 0 | 0.16 | 258.75 | 0.16 | 0.8 |
Hex | CA | C5 | D5 | 5 | 8 | 0 | 10 | 103 | 10 | 50 |
Octal | 312 | 305 | 325 | 5 | 10 | 0 | 20 | 403 | 20 | 120 |
Binary | 11001010 | 11000101 | 11010101 | 101 | 1000 | 0 | 10000 | 100000011 | 10000 | 1010000 |
Color Harmonies of #CAC5D5
Complementary color
Monochromatic Colors of #CAC5D5
Black with #CAC5D5
Text Example
Text Example
White with #CAC5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5D5; }
p { color: rgb(202,197,213); }
H1.HeaderClassName
{
color: #CAC5D5;
}
.AnyTagClassName
{
color: #CAC5D5;
}
</style>
background-color css
<style>
a { background-color: #CAC5D5; }
a { background-color: rgb(202,197,213); }
div.DivClassName
{
background-color: #CAC5D5;
}
.BgClassName
{
background-color: #CAC5D5;
}
</style>
border-color css
<style>
span { border-color: #CAC5D5; }
span { border-color: rgb(202,197,213); }
td.TdClassName
{
border-color: #CAC5D5;
}
.TagClassName
{
border-color: #CAC5D5;
}
</style>