Shades of Melrose #C6C1DE
Tints of Melrose #C6C1DE
RGB
CMYK
RGB Variations
Color information
#C6C1DE (or 0xC6C1DE) is known color: Melrose. HEX triplet: C6, C1 and DE. RGB value is (198,193,222). Sum of RGB (Red+Green+Blue) = 198+193+222=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 193 (75.78% from 255 or 31.48% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #C6C1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C1DE is #393E21. Grayscale: #C5C5C5. Windows color (decimal): -3751458 or 14598598. OLE color: 14598598.
HSL color Cylindrical-coordinate representation of color #C6C1DE: hue angle of 250.34º degrees, saturation: 0.31, 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 #C6C1DE is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 193 | 222 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.13 |
| HSL | 250.34º | 0.31% | 0.81% | - |
| HSV(B) | 250.34º | 0.13% | 0.87% | - |
| XYZ | 55.54 | 55.42 | 76.88 | - |
| YUV | 197.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 222 | 0.11 | 0.13 | 0 | 0.13 | 250.34 | 0.31 | 0.81 |
| Hex | C6 | C1 | DE | B | D | 0 | D | FA | 1F | 51 |
| Octal | 306 | 301 | 336 | 13 | 15 | 0 | 15 | 372 | 37 | 121 |
| Binary | 11000110 | 11000001 | 11011110 | 1011 | 1101 | 0 | 1101 | 11111010 | 11111 | 1010001 |
Color Harmonies of #C6C1DE
Complementary color
Monochromatic Colors of #C6C1DE
Black with #C6C1DE
Text Example
Text Example
White with #C6C1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C1DE; }
p { color: rgb(198,193,222); }
H1.HeaderClassName
{
color: #C6C1DE;
}
.AnyTagClassName
{
color: #C6C1DE;
}
</style>
background-color css
<style>
a { background-color: #C6C1DE; }
a { background-color: rgb(198,193,222); }
div.DivClassName
{
background-color: #C6C1DE;
}
.BgClassName
{
background-color: #C6C1DE;
}
</style>
border-color css
<style>
span { border-color: #C6C1DE; }
span { border-color: rgb(198,193,222); }
td.TdClassName
{
border-color: #C6C1DE;
}
.TagClassName
{
border-color: #C6C1DE;
}
</style>