Shades of Melrose #C1B7DB
Tints of Melrose #C1B7DB
RGB
CMYK
RGB Variations
Color information
#C1B7DB (or 0xC1B7DB) is known color: Melrose. HEX triplet: C1, B7 and DB. RGB value is (193,183,219). Sum of RGB (Red+Green+Blue) = 193+183+219=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 183 (71.88% from 255 or 30.76% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #C1B7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B7DB is #3E4824. Grayscale: #BDBDBD. Windows color (decimal): -4081701 or 14399425. OLE color: 14399425.
HSL color Cylindrical-coordinate representation of color #C1B7DB: hue angle of 256.67º 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 #C1B7DB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 183 | 219 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.14 |
| HSL | 256.67º | 0.33% | 0.79% | - |
| HSV(B) | 256.67º | 0.16% | 0.86% | - |
| XYZ | 51.71 | 50.32 | 74 | - |
| YUV | 190.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 219 | 0.12 | 0.16 | 0 | 0.14 | 256.67 | 0.33 | 0.79 |
| Hex | C1 | B7 | DB | C | 10 | 0 | E | 101 | 21 | 4F |
| Octal | 301 | 267 | 333 | 14 | 20 | 0 | 16 | 401 | 41 | 117 |
| Binary | 11000001 | 10110111 | 11011011 | 1100 | 10000 | 0 | 1110 | 100000001 | 100001 | 1001111 |
Color Harmonies of #C1B7DB
Complementary color
Monochromatic Colors of #C1B7DB
Black with #C1B7DB
Text Example
Text Example
White with #C1B7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B7DB; }
p { color: rgb(193,183,219); }
H1.HeaderClassName
{
color: #C1B7DB;
}
.AnyTagClassName
{
color: #C1B7DB;
}
</style>
background-color css
<style>
a { background-color: #C1B7DB; }
a { background-color: rgb(193,183,219); }
div.DivClassName
{
background-color: #C1B7DB;
}
.BgClassName
{
background-color: #C1B7DB;
}
</style>
border-color css
<style>
span { border-color: #C1B7DB; }
span { border-color: rgb(193,183,219); }
td.TdClassName
{
border-color: #C1B7DB;
}
.TagClassName
{
border-color: #C1B7DB;
}
</style>