Shades of Melrose #C6C1DD
Tints of Melrose #C6C1DD
RGB
CMYK
RGB Variations
Color information
#C6C1DD (or 0xC6C1DD) is known color: Melrose. HEX triplet: C6, C1 and DD. RGB value is (198,193,221). Sum of RGB (Red+Green+Blue) = 198+193+221=612 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.35% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6C1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C1DD is #393E22. Grayscale: #C5C5C5. Windows color (decimal): -3751459 or 14533062. OLE color: 14533062.
HSL color Cylindrical-coordinate representation of color #C6C1DD: hue angle of 250.71º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6C1DD is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 193 | 221 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.13 |
| HSL | 250.71º | 0.29% | 0.81% | - |
| HSV(B) | 250.71º | 0.13% | 0.87% | - |
| XYZ | 55.41 | 55.37 | 76.17 | - |
| YUV | 197.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 221 | 0.10 | 0.13 | 0 | 0.13 | 250.71 | 0.29 | 0.81 |
| Hex | C6 | C1 | DD | A | D | 0 | D | FB | 1D | 51 |
| Octal | 306 | 301 | 335 | 12 | 15 | 0 | 15 | 373 | 35 | 121 |
| Binary | 11000110 | 11000001 | 11011101 | 1010 | 1101 | 0 | 1101 | 11111011 | 11101 | 1010001 |
Color Harmonies of #C6C1DD
Complementary color
Monochromatic Colors of #C6C1DD
Black with #C6C1DD
Text Example
Text Example
White with #C6C1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C1DD; }
p { color: rgb(198,193,221); }
H1.HeaderClassName
{
color: #C6C1DD;
}
.AnyTagClassName
{
color: #C6C1DD;
}
</style>
background-color css
<style>
a { background-color: #C6C1DD; }
a { background-color: rgb(198,193,221); }
div.DivClassName
{
background-color: #C6C1DD;
}
.BgClassName
{
background-color: #C6C1DD;
}
</style>
border-color css
<style>
span { border-color: #C6C1DD; }
span { border-color: rgb(198,193,221); }
td.TdClassName
{
border-color: #C6C1DD;
}
.TagClassName
{
border-color: #C6C1DD;
}
</style>