Shades of Melrose #C6C1DF
Tints of Melrose #C6C1DF
RGB
CMYK
RGB Variations
Color information
#C6C1DF (or 0xC6C1DF) is known color: Melrose. HEX triplet: C6, C1 and DF. RGB value is (198,193,223). Sum of RGB (Red+Green+Blue) = 198+193+223=614 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.25% from 614); Green value is 193 (75.78% from 255 or 31.43% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #C6C1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C1DF is #393E20. Grayscale: #C5C5C5. Windows color (decimal): -3751457 or 14664134. OLE color: 14664134.
HSL color Cylindrical-coordinate representation of color #C6C1DF: hue angle of 250º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6C1DF is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 193 | 223 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.13 |
| HSL | 250º | 0.32% | 0.82% | - |
| HSV(B) | 250º | 0.13% | 0.87% | - |
| XYZ | 55.68 | 55.47 | 77.58 | - |
| YUV | 197.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 223 | 0.11 | 0.13 | 0 | 0.13 | 250 | 0.32 | 0.82 |
| Hex | C6 | C1 | DF | B | D | 0 | D | FA | 20 | 52 |
| Octal | 306 | 301 | 337 | 13 | 15 | 0 | 15 | 372 | 40 | 122 |
| Binary | 11000110 | 11000001 | 11011111 | 1011 | 1101 | 0 | 1101 | 11111010 | 100000 | 1010010 |
Color Harmonies of #C6C1DF
Complementary color
Monochromatic Colors of #C6C1DF
Black with #C6C1DF
Text Example
Text Example
White with #C6C1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C1DF; }
p { color: rgb(198,193,223); }
H1.HeaderClassName
{
color: #C6C1DF;
}
.AnyTagClassName
{
color: #C6C1DF;
}
</style>
background-color css
<style>
a { background-color: #C6C1DF; }
a { background-color: rgb(198,193,223); }
div.DivClassName
{
background-color: #C6C1DF;
}
.BgClassName
{
background-color: #C6C1DF;
}
</style>
border-color css
<style>
span { border-color: #C6C1DF; }
span { border-color: rgb(198,193,223); }
td.TdClassName
{
border-color: #C6C1DF;
}
.TagClassName
{
border-color: #C6C1DF;
}
</style>