Shades of Melrose #C7C0DB
Tints of Melrose #C7C0DB
RGB
CMYK
RGB Variations
Color information
#C7C0DB (or 0xC7C0DB) is known color: Melrose. HEX triplet: C7, C0 and DB. RGB value is (199,192,219). Sum of RGB (Red+Green+Blue) = 199+192+219=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7C0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C0DB is #383F24. Grayscale: #C5C5C5. Windows color (decimal): -3686181 or 14401735. OLE color: 14401735.
HSL color Cylindrical-coordinate representation of color #C7C0DB: hue angle of 255.56º 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 #C7C0DB is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 199 | 192 | 219 | - |
CMYK | 0.09 | 0.12 | 0 | 0.14 |
HSL | 255.56º | 0.27% | 0.81% | - |
HSV(B) | 255.56º | 0.12% | 0.86% | - |
XYZ | 55.19 | 54.96 | 74.72 | - |
YUV | 197.17 | 140.32 | 129.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 192 | 219 | 0.09 | 0.12 | 0 | 0.14 | 255.56 | 0.27 | 0.81 |
Hex | C7 | C0 | DB | 9 | C | 0 | E | 100 | 1B | 51 |
Octal | 307 | 300 | 333 | 11 | 14 | 0 | 16 | 400 | 33 | 121 |
Binary | 11000111 | 11000000 | 11011011 | 1001 | 1100 | 0 | 1110 | 100000000 | 11011 | 1010001 |
Color Harmonies of #C7C0DB
Complementary color
Monochromatic Colors of #C7C0DB
Black with #C7C0DB
Text Example
Text Example
White with #C7C0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C0DB; }
p { color: rgb(199,192,219); }
H1.HeaderClassName
{
color: #C7C0DB;
}
.AnyTagClassName
{
color: #C7C0DB;
}
</style>
background-color css
<style>
a { background-color: #C7C0DB; }
a { background-color: rgb(199,192,219); }
div.DivClassName
{
background-color: #C7C0DB;
}
.BgClassName
{
background-color: #C7C0DB;
}
</style>
border-color css
<style>
span { border-color: #C7C0DB; }
span { border-color: rgb(199,192,219); }
td.TdClassName
{
border-color: #C7C0DB;
}
.TagClassName
{
border-color: #C7C0DB;
}
</style>