Shades of Melrose #CAC5DE
Tints of Melrose #CAC5DE
RGB
CMYK
RGB Variations
Color information
#CAC5DE (or 0xCAC5DE) is known color: Melrose. HEX triplet: CA, C5 and DE. RGB value is (202,197,222). Sum of RGB (Red+Green+Blue) = 202+197+222=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 197 (77.34% from 255 or 31.72% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #CAC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC5DE is #353A21. Grayscale: #C9C9C9. Windows color (decimal): -3488290 or 14599626. OLE color: 14599626.
HSL color Cylindrical-coordinate representation of color #CAC5DE: hue angle of 252º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC5DE is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 197 | 222 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.13 |
| HSL | 252º | 0.27% | 0.82% | - |
| HSV(B) | 252º | 0.11% | 0.87% | - |
| XYZ | 57.51 | 57.76 | 77.23 | - |
| YUV | 201.35 | 139.66 | 128.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 222 | 0.09 | 0.11 | 0 | 0.13 | 252 | 0.27 | 0.82 |
| Hex | CA | C5 | DE | 9 | B | 0 | D | FC | 1B | 52 |
| Octal | 312 | 305 | 336 | 11 | 13 | 0 | 15 | 374 | 33 | 122 |
| Binary | 11001010 | 11000101 | 11011110 | 1001 | 1011 | 0 | 1101 | 11111100 | 11011 | 1010010 |
Color Harmonies of #CAC5DE
Complementary color
Monochromatic Colors of #CAC5DE
Black with #CAC5DE
Text Example
Text Example
White with #CAC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC5DE; }
p { color: rgb(202,197,222); }
H1.HeaderClassName
{
color: #CAC5DE;
}
.AnyTagClassName
{
color: #CAC5DE;
}
</style>
background-color css
<style>
a { background-color: #CAC5DE; }
a { background-color: rgb(202,197,222); }
div.DivClassName
{
background-color: #CAC5DE;
}
.BgClassName
{
background-color: #CAC5DE;
}
</style>
border-color css
<style>
span { border-color: #CAC5DE; }
span { border-color: rgb(202,197,222); }
td.TdClassName
{
border-color: #CAC5DE;
}
.TagClassName
{
border-color: #CAC5DE;
}
</style>