Shades of Melrose #C6C0DB
Tints of Melrose #C6C0DB
RGB
CMYK
RGB Variations
Color information
#C6C0DB (or 0xC6C0DB) is known color: Melrose. HEX triplet: C6, C0 and DB. RGB value is (198,192,219). Sum of RGB (Red+Green+Blue) = 198+192+219=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 219 (85.94% from 255 or 35.96% from 609); Max value from RGB is 219 - color contains mainly: blue. Hex color #C6C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6C0DB is #393F24. Grayscale: #C4C4C4. Windows color (decimal): -3751717 or 14401734. OLE color: 14401734.
HSL color Cylindrical-coordinate representation of color #C6C0DB: hue angle of 253.33º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6C0DB is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 198 | 192 | 219 | - |
CMYK | 0.10 | 0.12 | 0 | 0.14 |
HSL | 253.33º | 0.27% | 0.81% | - |
HSV(B) | 253.33º | 0.12% | 0.86% | - |
XYZ | 54.92 | 54.82 | 74.7 | - |
YUV | 196.87 | 140.49 | 128.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 192 | 219 | 0.10 | 0.12 | 0 | 0.14 | 253.33 | 0.27 | 0.81 |
Hex | C6 | C0 | DB | A | C | 0 | E | FD | 1B | 51 |
Octal | 306 | 300 | 333 | 12 | 14 | 0 | 16 | 375 | 33 | 121 |
Binary | 11000110 | 11000000 | 11011011 | 1010 | 1100 | 0 | 1110 | 11111101 | 11011 | 1010001 |
Color Harmonies of #C6C0DB
Complementary color
Monochromatic Colors of #C6C0DB
Black with #C6C0DB
Text Example
Text Example
White with #C6C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C0DB; }
p { color: rgb(198,192,219); }
H1.HeaderClassName
{
color: #C6C0DB;
}
.AnyTagClassName
{
color: #C6C0DB;
}
</style>
background-color css
<style>
a { background-color: #C6C0DB; }
a { background-color: rgb(198,192,219); }
div.DivClassName
{
background-color: #C6C0DB;
}
.BgClassName
{
background-color: #C6C0DB;
}
</style>
border-color css
<style>
span { border-color: #C6C0DB; }
span { border-color: rgb(198,192,219); }
td.TdClassName
{
border-color: #C6C0DB;
}
.TagClassName
{
border-color: #C6C0DB;
}
</style>