Shades of Melrose #C7C3DB
Tints of Melrose #C7C3DB
RGB
CMYK
RGB Variations
Color information
#C7C3DB (or 0xC7C3DB) is known color: Melrose. HEX triplet: C7, C3 and DB. RGB value is (199,195,219). Sum of RGB (Red+Green+Blue) = 199+195+219=613 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.46% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7C3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C3DB is #383C24. Grayscale: #C6C6C6. Windows color (decimal): -3685413 or 14402503. OLE color: 14402503.
HSL color Cylindrical-coordinate representation of color #C7C3DB: hue angle of 250º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7C3DB is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 195 | 219 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.14 |
| HSL | 250º | 0.25% | 0.81% | - |
| HSV(B) | 250º | 0.11% | 0.86% | - |
| XYZ | 55.85 | 56.29 | 74.94 | - |
| YUV | 198.93 | 139.33 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 219 | 0.09 | 0.11 | 0 | 0.14 | 250 | 0.25 | 0.81 |
| Hex | C7 | C3 | DB | 9 | B | 0 | E | FA | 19 | 51 |
| Octal | 307 | 303 | 333 | 11 | 13 | 0 | 16 | 372 | 31 | 121 |
| Binary | 11000111 | 11000011 | 11011011 | 1001 | 1011 | 0 | 1110 | 11111010 | 11001 | 1010001 |
Color Harmonies of #C7C3DB
Complementary color
Monochromatic Colors of #C7C3DB
Black with #C7C3DB
Text Example
Text Example
White with #C7C3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C3DB; }
p { color: rgb(199,195,219); }
H1.HeaderClassName
{
color: #C7C3DB;
}
.AnyTagClassName
{
color: #C7C3DB;
}
</style>
background-color css
<style>
a { background-color: #C7C3DB; }
a { background-color: rgb(199,195,219); }
div.DivClassName
{
background-color: #C7C3DB;
}
.BgClassName
{
background-color: #C7C3DB;
}
</style>
border-color css
<style>
span { border-color: #C7C3DB; }
span { border-color: rgb(199,195,219); }
td.TdClassName
{
border-color: #C7C3DB;
}
.TagClassName
{
border-color: #C7C3DB;
}
</style>