Shades of Melrose #CAC3DC
Tints of Melrose #CAC3DC
RGB
CMYK
RGB Variations
Color information
#CAC3DC (or 0xCAC3DC) is known color: Melrose. HEX triplet: CA, C3 and DC. RGB value is (202,195,220). Sum of RGB (Red+Green+Blue) = 202+195+220=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC3DC is #353C23. Grayscale: #C7C7C7. Windows color (decimal): -3488804 or 14468042. OLE color: 14468042.
HSL color Cylindrical-coordinate representation of color #CAC3DC: hue angle of 256.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAC3DC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 195 | 220 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.14 |
| HSL | 256.8º | 0.26% | 0.81% | - |
| HSV(B) | 256.8º | 0.11% | 0.86% | - |
| XYZ | 56.79 | 56.75 | 75.67 | - |
| YUV | 199.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 220 | 0.08 | 0.11 | 0 | 0.14 | 256.8 | 0.26 | 0.81 |
| Hex | CA | C3 | DC | 8 | B | 0 | E | 101 | 1A | 51 |
| Octal | 312 | 303 | 334 | 10 | 13 | 0 | 16 | 401 | 32 | 121 |
| Binary | 11001010 | 11000011 | 11011100 | 1000 | 1011 | 0 | 1110 | 100000001 | 11010 | 1010001 |
Color Harmonies of #CAC3DC
Complementary color
Monochromatic Colors of #CAC3DC
Black with #CAC3DC
Text Example
Text Example
White with #CAC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC3DC; }
p { color: rgb(202,195,220); }
H1.HeaderClassName
{
color: #CAC3DC;
}
.AnyTagClassName
{
color: #CAC3DC;
}
</style>
background-color css
<style>
a { background-color: #CAC3DC; }
a { background-color: rgb(202,195,220); }
div.DivClassName
{
background-color: #CAC3DC;
}
.BgClassName
{
background-color: #CAC3DC;
}
</style>
border-color css
<style>
span { border-color: #CAC3DC; }
span { border-color: rgb(202,195,220); }
td.TdClassName
{
border-color: #CAC3DC;
}
.TagClassName
{
border-color: #CAC3DC;
}
</style>