Shades of Melrose #CAC7D5
Tints of Melrose #CAC7D5
RGB
CMYK
RGB Variations
Color information
#CAC7D5 (or 0xCAC7D5) is known color: Melrose. HEX triplet: CA, C7 and D5. RGB value is (202,199,213). Sum of RGB (Red+Green+Blue) = 202+199+213=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 199 (78.12% from 255 or 32.41% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 213 - color contains mainly: blue. Hex color #CAC7D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC7D5 is #35382A. Grayscale: #C9C9C9. Windows color (decimal): -3487787 or 14010314. OLE color: 14010314.
HSL color Cylindrical-coordinate representation of color #CAC7D5: hue angle of 252.86º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CAC7D5 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 199 | 213 | - |
CMYK | 0.05 | 0.07 | 0 | 0.16 |
HSL | 252.86º | 0.14% | 0.81% | - |
HSV(B) | 252.86º | 0.07% | 0.84% | - |
XYZ | 56.79 | 58.21 | 71.19 | - |
YUV | 201.49 | 134.49 | 128.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 199 | 213 | 0.05 | 0.07 | 0 | 0.16 | 252.86 | 0.14 | 0.81 |
Hex | CA | C7 | D5 | 5 | 7 | 0 | 10 | FD | E | 51 |
Octal | 312 | 307 | 325 | 5 | 7 | 0 | 20 | 375 | 16 | 121 |
Binary | 11001010 | 11000111 | 11010101 | 101 | 111 | 0 | 10000 | 11111101 | 1110 | 1010001 |
Color Harmonies of #CAC7D5
Complementary color
Monochromatic Colors of #CAC7D5
Black with #CAC7D5
Text Example
Text Example
White with #CAC7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC7D5; }
p { color: rgb(202,199,213); }
H1.HeaderClassName
{
color: #CAC7D5;
}
.AnyTagClassName
{
color: #CAC7D5;
}
</style>
background-color css
<style>
a { background-color: #CAC7D5; }
a { background-color: rgb(202,199,213); }
div.DivClassName
{
background-color: #CAC7D5;
}
.BgClassName
{
background-color: #CAC7D5;
}
</style>
border-color css
<style>
span { border-color: #CAC7D5; }
span { border-color: rgb(202,199,213); }
td.TdClassName
{
border-color: #CAC7D5;
}
.TagClassName
{
border-color: #CAC7D5;
}
</style>