Shades of Melrose #C4BADF
Tints of Melrose #C4BADF
RGB
CMYK
RGB Variations
Color information
#C4BADF (or 0xC4BADF) is known color: Melrose. HEX triplet: C4, BA and DF. RGB value is (196,186,223). Sum of RGB (Red+Green+Blue) = 196+186+223=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BADF is #3B4520. Grayscale: #C1C1C1. Windows color (decimal): -3884321 or 14662340. OLE color: 14662340.
HSL color Cylindrical-coordinate representation of color #C4BADF: hue angle of 256.22º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C4BADF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 186 | 223 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.13 |
| HSL | 256.22º | 0.37% | 0.8% | - |
| HSV(B) | 256.22º | 0.17% | 0.87% | - |
| XYZ | 53.64 | 52.18 | 77.06 | - |
| YUV | 193.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 223 | 0.12 | 0.17 | 0 | 0.13 | 256.22 | 0.37 | 0.8 |
| Hex | C4 | BA | DF | C | 11 | 0 | D | 100 | 25 | 50 |
| Octal | 304 | 272 | 337 | 14 | 21 | 0 | 15 | 400 | 45 | 120 |
| Binary | 11000100 | 10111010 | 11011111 | 1100 | 10001 | 0 | 1101 | 100000000 | 100101 | 1010000 |
Color Harmonies of #C4BADF
Complementary color
Monochromatic Colors of #C4BADF
Black with #C4BADF
Text Example
Text Example
White with #C4BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BADF; }
p { color: rgb(196,186,223); }
H1.HeaderClassName
{
color: #C4BADF;
}
.AnyTagClassName
{
color: #C4BADF;
}
</style>
background-color css
<style>
a { background-color: #C4BADF; }
a { background-color: rgb(196,186,223); }
div.DivClassName
{
background-color: #C4BADF;
}
.BgClassName
{
background-color: #C4BADF;
}
</style>
border-color css
<style>
span { border-color: #C4BADF; }
span { border-color: rgb(196,186,223); }
td.TdClassName
{
border-color: #C4BADF;
}
.TagClassName
{
border-color: #C4BADF;
}
</style>