Shades of Melrose #C1B6DD
Tints of Melrose #C1B6DD
RGB
CMYK
RGB Variations
Color information
#C1B6DD (or 0xC1B6DD) is known color: Melrose. HEX triplet: C1, B6 and DD. RGB value is (193,182,221). Sum of RGB (Red+Green+Blue) = 193+182+221=596 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.38% from 596); Green value is 182 (71.48% from 255 or 30.54% from 596); Blue value is 221 (86.72% from 255 or 37.08% from 596); Max value from RGB is 221 - color contains mainly: blue. Hex color #C1B6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B6DD is #3E4922. Grayscale: #BDBDBD. Windows color (decimal): -4081955 or 14530241. OLE color: 14530241.
HSL color Cylindrical-coordinate representation of color #C1B6DD: hue angle of 256.92º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1B6DD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 182 | 221 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.13 |
| HSL | 256.92º | 0.36% | 0.79% | - |
| HSV(B) | 256.92º | 0.18% | 0.87% | - |
| XYZ | 51.77 | 50.01 | 75.33 | - |
| YUV | 189.74 | 145.64 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 221 | 0.13 | 0.18 | 0 | 0.13 | 256.92 | 0.36 | 0.79 |
| Hex | C1 | B6 | DD | D | 12 | 0 | D | 101 | 24 | 4F |
| Octal | 301 | 266 | 335 | 15 | 22 | 0 | 15 | 401 | 44 | 117 |
| Binary | 11000001 | 10110110 | 11011101 | 1101 | 10010 | 0 | 1101 | 100000001 | 100100 | 1001111 |
Color Harmonies of #C1B6DD
Complementary color
Monochromatic Colors of #C1B6DD
Black with #C1B6DD
Text Example
Text Example
White with #C1B6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B6DD; }
p { color: rgb(193,182,221); }
H1.HeaderClassName
{
color: #C1B6DD;
}
.AnyTagClassName
{
color: #C1B6DD;
}
</style>
background-color css
<style>
a { background-color: #C1B6DD; }
a { background-color: rgb(193,182,221); }
div.DivClassName
{
background-color: #C1B6DD;
}
.BgClassName
{
background-color: #C1B6DD;
}
</style>
border-color css
<style>
span { border-color: #C1B6DD; }
span { border-color: rgb(193,182,221); }
td.TdClassName
{
border-color: #C1B6DD;
}
.TagClassName
{
border-color: #C1B6DD;
}
</style>