Shades of Melrose #CAC6DC
Tints of Melrose #CAC6DC
RGB
CMYK
RGB Variations
Color information
#CAC6DC (or 0xCAC6DC) is known color: Melrose. HEX triplet: CA, C6 and DC. RGB value is (202,198,220). Sum of RGB (Red+Green+Blue) = 202+198+220=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAC6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAC6DC is #353923. Grayscale: #C9C9C9. Windows color (decimal): -3488036 or 14468810. OLE color: 14468810.
HSL color Cylindrical-coordinate representation of color #CAC6DC: hue angle of 250.91º degrees, saturation: 0.24, 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 #CAC6DC is Cyan = 0.08, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 198 | 220 | - |
| CMYK | 0.08 | 0.1 | 0 | 0.14 |
| HSL | 250.91º | 0.24% | 0.82% | - |
| HSV(B) | 250.91º | 0.1% | 0.86% | - |
| XYZ | 57.47 | 58.11 | 75.9 | - |
| YUV | 201.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 220 | 0.08 | 0.1 | 0 | 0.14 | 250.91 | 0.24 | 0.82 |
| Hex | CA | C6 | DC | 8 | A | 0 | E | FB | 18 | 52 |
| Octal | 312 | 306 | 334 | 10 | 12 | 0 | 16 | 373 | 30 | 122 |
| Binary | 11001010 | 11000110 | 11011100 | 1000 | 1010 | 0 | 1110 | 11111011 | 11000 | 1010010 |
Color Harmonies of #CAC6DC
Complementary color
Monochromatic Colors of #CAC6DC
Black with #CAC6DC
Text Example
Text Example
White with #CAC6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC6DC; }
p { color: rgb(202,198,220); }
H1.HeaderClassName
{
color: #CAC6DC;
}
.AnyTagClassName
{
color: #CAC6DC;
}
</style>
background-color css
<style>
a { background-color: #CAC6DC; }
a { background-color: rgb(202,198,220); }
div.DivClassName
{
background-color: #CAC6DC;
}
.BgClassName
{
background-color: #CAC6DC;
}
</style>
border-color css
<style>
span { border-color: #CAC6DC; }
span { border-color: rgb(202,198,220); }
td.TdClassName
{
border-color: #CAC6DC;
}
.TagClassName
{
border-color: #CAC6DC;
}
</style>