Shades of Melrose #C5BADF
Tints of Melrose #C5BADF
RGB
CMYK
RGB Variations
Color information
#C5BADF (or 0xC5BADF) is known color: Melrose. HEX triplet: C5, BA and DF. RGB value is (197,186,223). Sum of RGB (Red+Green+Blue) = 197+186+223=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 186 (73.05% from 255 or 30.69% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BADF is #3A4520. Grayscale: #C1C1C1. Windows color (decimal): -3818785 or 14662341. OLE color: 14662341.
HSL color Cylindrical-coordinate representation of color #C5BADF: hue angle of 257.84º 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 #C5BADF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 197 | 186 | 223 | - |
CMYK | 0.12 | 0.17 | 0 | 0.13 |
HSL | 257.84º | 0.37% | 0.8% | - |
HSV(B) | 257.84º | 0.17% | 0.87% | - |
XYZ | 53.9 | 52.32 | 77.07 | - |
YUV | 193.51 | 144.64 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 186 | 223 | 0.12 | 0.17 | 0 | 0.13 | 257.84 | 0.37 | 0.8 |
Hex | C5 | BA | DF | C | 11 | 0 | D | 102 | 25 | 50 |
Octal | 305 | 272 | 337 | 14 | 21 | 0 | 15 | 402 | 45 | 120 |
Binary | 11000101 | 10111010 | 11011111 | 1100 | 10001 | 0 | 1101 | 100000010 | 100101 | 1010000 |
Color Harmonies of #C5BADF
Complementary color
Monochromatic Colors of #C5BADF
Black with #C5BADF
Text Example
Text Example
White with #C5BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BADF; }
p { color: rgb(197,186,223); }
H1.HeaderClassName
{
color: #C5BADF;
}
.AnyTagClassName
{
color: #C5BADF;
}
</style>
background-color css
<style>
a { background-color: #C5BADF; }
a { background-color: rgb(197,186,223); }
div.DivClassName
{
background-color: #C5BADF;
}
.BgClassName
{
background-color: #C5BADF;
}
</style>
border-color css
<style>
span { border-color: #C5BADF; }
span { border-color: rgb(197,186,223); }
td.TdClassName
{
border-color: #C5BADF;
}
.TagClassName
{
border-color: #C5BADF;
}
</style>