Shades of Melrose #C3B7DB
Tints of Melrose #C3B7DB
RGB
CMYK
RGB Variations
Color information
#C3B7DB (or 0xC3B7DB) is known color: Melrose. HEX triplet: C3, B7 and DB. RGB value is (195,183,219). Sum of RGB (Red+Green+Blue) = 195+183+219=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 219 (85.94% from 255 or 36.68% from 597); Max value from RGB is 219 - color contains mainly: blue. Hex color #C3B7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3B7DB is #3C4824. Grayscale: #BEBEBE. Windows color (decimal): -3950629 or 14399427. OLE color: 14399427.
HSL color Cylindrical-coordinate representation of color #C3B7DB: hue angle of 260º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3B7DB is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 183 | 219 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.14 |
| HSL | 260º | 0.33% | 0.79% | - |
| HSV(B) | 260º | 0.16% | 0.86% | - |
| XYZ | 52.23 | 50.58 | 74.03 | - |
| YUV | 190.69 | 143.98 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 183 | 219 | 0.11 | 0.16 | 0 | 0.14 | 260 | 0.33 | 0.79 |
| Hex | C3 | B7 | DB | B | 10 | 0 | E | 104 | 21 | 4F |
| Octal | 303 | 267 | 333 | 13 | 20 | 0 | 16 | 404 | 41 | 117 |
| Binary | 11000011 | 10110111 | 11011011 | 1011 | 10000 | 0 | 1110 | 100000100 | 100001 | 1001111 |
Color Harmonies of #C3B7DB
Complementary color
Monochromatic Colors of #C3B7DB
Black with #C3B7DB
Text Example
Text Example
White with #C3B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B7DB; }
p { color: rgb(195,183,219); }
H1.HeaderClassName
{
color: #C3B7DB;
}
.AnyTagClassName
{
color: #C3B7DB;
}
</style>
background-color css
<style>
a { background-color: #C3B7DB; }
a { background-color: rgb(195,183,219); }
div.DivClassName
{
background-color: #C3B7DB;
}
.BgClassName
{
background-color: #C3B7DB;
}
</style>
border-color css
<style>
span { border-color: #C3B7DB; }
span { border-color: rgb(195,183,219); }
td.TdClassName
{
border-color: #C3B7DB;
}
.TagClassName
{
border-color: #C3B7DB;
}
</style>