Shades of Melrose #C1B6DF
Tints of Melrose #C1B6DF
RGB
CMYK
RGB Variations
Color information
#C1B6DF (or 0xC1B6DF) is known color: Melrose. HEX triplet: C1, B6 and DF. RGB value is (193,182,223). Sum of RGB (Red+Green+Blue) = 193+182+223=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 182 (71.48% from 255 or 30.43% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1B6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B6DF is #3E4920. Grayscale: #BDBDBD. Windows color (decimal): -4081953 or 14661313. OLE color: 14661313.
HSL color Cylindrical-coordinate representation of color #C1B6DF: hue angle of 256.1º degrees, saturation: 0.39, 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 #C1B6DF is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 182 | 223 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.13 |
| HSL | 256.1º | 0.39% | 0.79% | - |
| HSV(B) | 256.1º | 0.18% | 0.87% | - |
| XYZ | 52.04 | 50.12 | 76.74 | - |
| YUV | 189.96 | 146.64 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 182 | 223 | 0.13 | 0.18 | 0 | 0.13 | 256.1 | 0.39 | 0.79 |
| Hex | C1 | B6 | DF | D | 12 | 0 | D | 100 | 27 | 4F |
| Octal | 301 | 266 | 337 | 15 | 22 | 0 | 15 | 400 | 47 | 117 |
| Binary | 11000001 | 10110110 | 11011111 | 1101 | 10010 | 0 | 1101 | 100000000 | 100111 | 1001111 |
Color Harmonies of #C1B6DF
Complementary color
Monochromatic Colors of #C1B6DF
Black with #C1B6DF
Text Example
Text Example
White with #C1B6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B6DF; }
p { color: rgb(193,182,223); }
H1.HeaderClassName
{
color: #C1B6DF;
}
.AnyTagClassName
{
color: #C1B6DF;
}
</style>
background-color css
<style>
a { background-color: #C1B6DF; }
a { background-color: rgb(193,182,223); }
div.DivClassName
{
background-color: #C1B6DF;
}
.BgClassName
{
background-color: #C1B6DF;
}
</style>
border-color css
<style>
span { border-color: #C1B6DF; }
span { border-color: rgb(193,182,223); }
td.TdClassName
{
border-color: #C1B6DF;
}
.TagClassName
{
border-color: #C1B6DF;
}
</style>