Shades of Melrose #C1BADE
Tints of Melrose #C1BADE
RGB
CMYK
RGB Variations
Color information
#C1BADE (or 0xC1BADE) is known color: Melrose. HEX triplet: C1, BA and DE. RGB value is (193,186,222). Sum of RGB (Red+Green+Blue) = 193+186+222=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #C1BADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BADE is #3E4521. Grayscale: #C0C0C0. Windows color (decimal): -4080930 or 14596801. OLE color: 14596801.
HSL color Cylindrical-coordinate representation of color #C1BADE: hue angle of 251.67º 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 #C1BADE is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 186 | 222 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.13 |
| HSL | 251.67º | 0.35% | 0.8% | - |
| HSV(B) | 251.67º | 0.16% | 0.87% | - |
| XYZ | 52.74 | 51.73 | 76.31 | - |
| YUV | 192.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 186 | 222 | 0.13 | 0.16 | 0 | 0.13 | 251.67 | 0.35 | 0.8 |
| Hex | C1 | BA | DE | D | 10 | 0 | D | FC | 23 | 50 |
| Octal | 301 | 272 | 336 | 15 | 20 | 0 | 15 | 374 | 43 | 120 |
| Binary | 11000001 | 10111010 | 11011110 | 1101 | 10000 | 0 | 1101 | 11111100 | 100011 | 1010000 |
Color Harmonies of #C1BADE
Complementary color
Monochromatic Colors of #C1BADE
Black with #C1BADE
Text Example
Text Example
White with #C1BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BADE; }
p { color: rgb(193,186,222); }
H1.HeaderClassName
{
color: #C1BADE;
}
.AnyTagClassName
{
color: #C1BADE;
}
</style>
background-color css
<style>
a { background-color: #C1BADE; }
a { background-color: rgb(193,186,222); }
div.DivClassName
{
background-color: #C1BADE;
}
.BgClassName
{
background-color: #C1BADE;
}
</style>
border-color css
<style>
span { border-color: #C1BADE; }
span { border-color: rgb(193,186,222); }
td.TdClassName
{
border-color: #C1BADE;
}
.TagClassName
{
border-color: #C1BADE;
}
</style>