Shades of Melrose #CAC5DC
Tints of Melrose #CAC5DC
RGB
CMYK
RGB Variations
Color information
#CAC5DC (or 0xCAC5DC) is known color: Melrose. HEX triplet: CA, C5 and DC. RGB value is (202,197,220). Sum of RGB (Red+Green+Blue) = 202+197+220=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 197 (77.34% from 255 or 31.83% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5DC is #353A23. Grayscale: #C9C9C9. Windows color (decimal): -3488292 or 14468554. OLE color: 14468554.
HSL color Cylindrical-coordinate representation of color #CAC5DC: hue angle of 253.04º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CAC5DC is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 197 | 220 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.14 |
| HSL | 253.04º | 0.25% | 0.82% | - |
| HSV(B) | 253.04º | 0.1% | 0.86% | - |
| XYZ | 57.24 | 57.66 | 75.82 | - |
| YUV | 201.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 220 | 0.08 | 0.10 | 0 | 0.14 | 253.04 | 0.25 | 0.82 |
| Hex | CA | C5 | DC | 8 | A | 0 | E | FD | 19 | 52 |
| Octal | 312 | 305 | 334 | 10 | 12 | 0 | 16 | 375 | 31 | 122 |
| Binary | 11001010 | 11000101 | 11011100 | 1000 | 1010 | 0 | 1110 | 11111101 | 11001 | 1010010 |
Color Harmonies of #CAC5DC
Complementary color
Monochromatic Colors of #CAC5DC
Black with #CAC5DC
Text Example
Text Example
White with #CAC5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5DC; }
p { color: rgb(202,197,220); }
H1.HeaderClassName
{
color: #CAC5DC;
}
.AnyTagClassName
{
color: #CAC5DC;
}
</style>
background-color css
<style>
a { background-color: #CAC5DC; }
a { background-color: rgb(202,197,220); }
div.DivClassName
{
background-color: #CAC5DC;
}
.BgClassName
{
background-color: #CAC5DC;
}
</style>
border-color css
<style>
span { border-color: #CAC5DC; }
span { border-color: rgb(202,197,220); }
td.TdClassName
{
border-color: #CAC5DC;
}
.TagClassName
{
border-color: #CAC5DC;
}
</style>