Shades of Melrose #C6C2DA
Tints of Melrose #C6C2DA
RGB
CMYK
RGB Variations
Color information
#C6C2DA (or 0xC6C2DA) is known color: Melrose. HEX triplet: C6, C2 and DA. RGB value is (198,194,218). Sum of RGB (Red+Green+Blue) = 198+194+218=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #C6C2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C2DA is #393D25. Grayscale: #C5C5C5. Windows color (decimal): -3751206 or 14336710. OLE color: 14336710.
HSL color Cylindrical-coordinate representation of color #C6C2DA: hue angle of 250º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6C2DA is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 194 | 218 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.15 |
| HSL | 250º | 0.24% | 0.81% | - |
| HSV(B) | 250º | 0.11% | 0.85% | - |
| XYZ | 55.24 | 55.65 | 74.16 | - |
| YUV | 197.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 218 | 0.09 | 0.11 | 0 | 0.15 | 250 | 0.24 | 0.81 |
| Hex | C6 | C2 | DA | 9 | B | 0 | F | FA | 18 | 51 |
| Octal | 306 | 302 | 332 | 11 | 13 | 0 | 17 | 372 | 30 | 121 |
| Binary | 11000110 | 11000010 | 11011010 | 1001 | 1011 | 0 | 1111 | 11111010 | 11000 | 1010001 |
Color Harmonies of #C6C2DA
Complementary color
Monochromatic Colors of #C6C2DA
Black with #C6C2DA
Text Example
Text Example
White with #C6C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C2DA; }
p { color: rgb(198,194,218); }
H1.HeaderClassName
{
color: #C6C2DA;
}
.AnyTagClassName
{
color: #C6C2DA;
}
</style>
background-color css
<style>
a { background-color: #C6C2DA; }
a { background-color: rgb(198,194,218); }
div.DivClassName
{
background-color: #C6C2DA;
}
.BgClassName
{
background-color: #C6C2DA;
}
</style>
border-color css
<style>
span { border-color: #C6C2DA; }
span { border-color: rgb(198,194,218); }
td.TdClassName
{
border-color: #C6C2DA;
}
.TagClassName
{
border-color: #C6C2DA;
}
</style>