Shades of Melrose #C1B5DC
Tints of Melrose #C1B5DC
RGB
CMYK
RGB Variations
Color information
#C1B5DC (or 0xC1B5DC) is known color: Melrose. HEX triplet: C1, B5 and DC. RGB value is (193,181,220). Sum of RGB (Red+Green+Blue) = 193+181+220=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 220 (86.33% from 255 or 37.04% from 594); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1B5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B5DC is #3E4A23. Grayscale: #BCBCBC. Windows color (decimal): -4082212 or 14464449. OLE color: 14464449.
HSL color Cylindrical-coordinate representation of color #C1B5DC: hue angle of 258.46º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1B5DC is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 181 | 220 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.14 |
| HSL | 258.46º | 0.36% | 0.79% | - |
| HSV(B) | 258.46º | 0.18% | 0.86% | - |
| XYZ | 51.43 | 49.55 | 74.56 | - |
| YUV | 189.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 220 | 0.12 | 0.18 | 0 | 0.14 | 258.46 | 0.36 | 0.79 |
| Hex | C1 | B5 | DC | C | 12 | 0 | E | 102 | 24 | 4F |
| Octal | 301 | 265 | 334 | 14 | 22 | 0 | 16 | 402 | 44 | 117 |
| Binary | 11000001 | 10110101 | 11011100 | 1100 | 10010 | 0 | 1110 | 100000010 | 100100 | 1001111 |
Color Harmonies of #C1B5DC
Complementary color
Monochromatic Colors of #C1B5DC
Black with #C1B5DC
Text Example
Text Example
White with #C1B5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B5DC; }
p { color: rgb(193,181,220); }
H1.HeaderClassName
{
color: #C1B5DC;
}
.AnyTagClassName
{
color: #C1B5DC;
}
</style>
background-color css
<style>
a { background-color: #C1B5DC; }
a { background-color: rgb(193,181,220); }
div.DivClassName
{
background-color: #C1B5DC;
}
.BgClassName
{
background-color: #C1B5DC;
}
</style>
border-color css
<style>
span { border-color: #C1B5DC; }
span { border-color: rgb(193,181,220); }
td.TdClassName
{
border-color: #C1B5DC;
}
.TagClassName
{
border-color: #C1B5DC;
}
</style>