Shades of Melrose #C1B9DD
Tints of Melrose #C1B9DD
RGB
CMYK
RGB Variations
Color information
#C1B9DD (or 0xC1B9DD) is known color: Melrose. HEX triplet: C1, B9 and DD. RGB value is (193,185,221). Sum of RGB (Red+Green+Blue) = 193+185+221=599 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.22% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1B9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B9DD is #3E4622. Grayscale: #BFBFBF. Windows color (decimal): -4081187 or 14531009. OLE color: 14531009.
HSL color Cylindrical-coordinate representation of color #C1B9DD: hue angle of 253.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1B9DD is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 185 | 221 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.13 |
| HSL | 253.33º | 0.35% | 0.8% | - |
| HSV(B) | 253.33º | 0.16% | 0.87% | - |
| XYZ | 52.39 | 51.26 | 75.54 | - |
| YUV | 191.5 | 144.65 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 221 | 0.13 | 0.16 | 0 | 0.13 | 253.33 | 0.35 | 0.8 |
| Hex | C1 | B9 | DD | D | 10 | 0 | D | FD | 23 | 50 |
| Octal | 301 | 271 | 335 | 15 | 20 | 0 | 15 | 375 | 43 | 120 |
| Binary | 11000001 | 10111001 | 11011101 | 1101 | 10000 | 0 | 1101 | 11111101 | 100011 | 1010000 |
Color Harmonies of #C1B9DD
Complementary color
Monochromatic Colors of #C1B9DD
Black with #C1B9DD
Text Example
Text Example
White with #C1B9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B9DD; }
p { color: rgb(193,185,221); }
H1.HeaderClassName
{
color: #C1B9DD;
}
.AnyTagClassName
{
color: #C1B9DD;
}
</style>
background-color css
<style>
a { background-color: #C1B9DD; }
a { background-color: rgb(193,185,221); }
div.DivClassName
{
background-color: #C1B9DD;
}
.BgClassName
{
background-color: #C1B9DD;
}
</style>
border-color css
<style>
span { border-color: #C1B9DD; }
span { border-color: rgb(193,185,221); }
td.TdClassName
{
border-color: #C1B9DD;
}
.TagClassName
{
border-color: #C1B9DD;
}
</style>