Shades of Melrose #C1B7DC
Tints of Melrose #C1B7DC
RGB
CMYK
RGB Variations
Color information
#C1B7DC (or 0xC1B7DC) is known color: Melrose. HEX triplet: C1, B7 and DC. RGB value is (193,183,220). Sum of RGB (Red+Green+Blue) = 193+183+220=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 220 (86.33% from 255 or 36.91% from 596); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1B7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B7DC is #3E4823. Grayscale: #BEBEBE. Windows color (decimal): -4081700 or 14464961. OLE color: 14464961.
HSL color Cylindrical-coordinate representation of color #C1B7DC: hue angle of 256.22º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1B7DC is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 183 | 220 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.14 |
| HSL | 256.22º | 0.35% | 0.79% | - |
| HSV(B) | 256.22º | 0.17% | 0.86% | - |
| XYZ | 51.84 | 50.37 | 74.7 | - |
| YUV | 190.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 220 | 0.12 | 0.17 | 0 | 0.14 | 256.22 | 0.35 | 0.79 |
| Hex | C1 | B7 | DC | C | 11 | 0 | E | 100 | 23 | 4F |
| Octal | 301 | 267 | 334 | 14 | 21 | 0 | 16 | 400 | 43 | 117 |
| Binary | 11000001 | 10110111 | 11011100 | 1100 | 10001 | 0 | 1110 | 100000000 | 100011 | 1001111 |
Color Harmonies of #C1B7DC
Complementary color
Monochromatic Colors of #C1B7DC
Black with #C1B7DC
Text Example
Text Example
White with #C1B7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B7DC; }
p { color: rgb(193,183,220); }
H1.HeaderClassName
{
color: #C1B7DC;
}
.AnyTagClassName
{
color: #C1B7DC;
}
</style>
background-color css
<style>
a { background-color: #C1B7DC; }
a { background-color: rgb(193,183,220); }
div.DivClassName
{
background-color: #C1B7DC;
}
.BgClassName
{
background-color: #C1B7DC;
}
</style>
border-color css
<style>
span { border-color: #C1B7DC; }
span { border-color: rgb(193,183,220); }
td.TdClassName
{
border-color: #C1B7DC;
}
.TagClassName
{
border-color: #C1B7DC;
}
</style>