Shades of Melrose #C3BADC
Tints of Melrose #C3BADC
RGB
CMYK
RGB Variations
Color information
#C3BADC (or 0xC3BADC) is known color: Melrose. HEX triplet: C3, BA and DC. RGB value is (195,186,220). Sum of RGB (Red+Green+Blue) = 195+186+220=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 186 (73.05% from 255 or 30.95% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BADC is #3C4523. Grayscale: #C0C0C0. Windows color (decimal): -3949860 or 14465731. OLE color: 14465731.
HSL color Cylindrical-coordinate representation of color #C3BADC: hue angle of 255.88º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3BADC is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 186 | 220 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.14 |
| HSL | 255.88º | 0.33% | 0.8% | - |
| HSV(B) | 255.88º | 0.15% | 0.86% | - |
| XYZ | 52.98 | 51.89 | 74.93 | - |
| YUV | 192.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 186 | 220 | 0.11 | 0.15 | 0 | 0.14 | 255.88 | 0.33 | 0.8 |
| Hex | C3 | BA | DC | B | F | 0 | E | 100 | 21 | 50 |
| Octal | 303 | 272 | 334 | 13 | 17 | 0 | 16 | 400 | 41 | 120 |
| Binary | 11000011 | 10111010 | 11011100 | 1011 | 1111 | 0 | 1110 | 100000000 | 100001 | 1010000 |
Color Harmonies of #C3BADC
Complementary color
Monochromatic Colors of #C3BADC
Black with #C3BADC
Text Example
Text Example
White with #C3BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BADC; }
p { color: rgb(195,186,220); }
H1.HeaderClassName
{
color: #C3BADC;
}
.AnyTagClassName
{
color: #C3BADC;
}
</style>
background-color css
<style>
a { background-color: #C3BADC; }
a { background-color: rgb(195,186,220); }
div.DivClassName
{
background-color: #C3BADC;
}
.BgClassName
{
background-color: #C3BADC;
}
</style>
border-color css
<style>
span { border-color: #C3BADC; }
span { border-color: rgb(195,186,220); }
td.TdClassName
{
border-color: #C3BADC;
}
.TagClassName
{
border-color: #C3BADC;
}
</style>