Shades of Melrose #C1B4DC
Tints of Melrose #C1B4DC
RGB
CMYK
RGB Variations
Color information
#C1B4DC (or 0xC1B4DC) is known color: Melrose. HEX triplet: C1, B4 and DC. RGB value is (193,180,220). Sum of RGB (Red+Green+Blue) = 193+180+220=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1B4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B4DC is #3E4B23. Grayscale: #BCBCBC. Windows color (decimal): -4082468 or 14464193. OLE color: 14464193.
HSL color Cylindrical-coordinate representation of color #C1B4DC: hue angle of 259.5º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1B4DC is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 180 | 220 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.14 |
| HSL | 259.5º | 0.36% | 0.78% | - |
| HSV(B) | 259.5º | 0.18% | 0.86% | - |
| XYZ | 51.23 | 49.15 | 74.5 | - |
| YUV | 188.45 | 145.81 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 180 | 220 | 0.12 | 0.18 | 0 | 0.14 | 259.5 | 0.36 | 0.78 |
| Hex | C1 | B4 | DC | C | 12 | 0 | E | 104 | 24 | 4E |
| Octal | 301 | 264 | 334 | 14 | 22 | 0 | 16 | 404 | 44 | 116 |
| Binary | 11000001 | 10110100 | 11011100 | 1100 | 10010 | 0 | 1110 | 100000100 | 100100 | 1001110 |
Color Harmonies of #C1B4DC
Complementary color
Monochromatic Colors of #C1B4DC
Black with #C1B4DC
Text Example
Text Example
White with #C1B4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B4DC; }
p { color: rgb(193,180,220); }
H1.HeaderClassName
{
color: #C1B4DC;
}
.AnyTagClassName
{
color: #C1B4DC;
}
</style>
background-color css
<style>
a { background-color: #C1B4DC; }
a { background-color: rgb(193,180,220); }
div.DivClassName
{
background-color: #C1B4DC;
}
.BgClassName
{
background-color: #C1B4DC;
}
</style>
border-color css
<style>
span { border-color: #C1B4DC; }
span { border-color: rgb(193,180,220); }
td.TdClassName
{
border-color: #C1B4DC;
}
.TagClassName
{
border-color: #C1B4DC;
}
</style>