Shades of Melrose #C2BADF
Tints of Melrose #C2BADF
RGB
CMYK
RGB Variations
Color information
#C2BADF (or 0xC2BADF) is known color: Melrose. HEX triplet: C2, BA and DF. RGB value is (194,186,223). Sum of RGB (Red+Green+Blue) = 194+186+223=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #C2BADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BADF is #3D4520. Grayscale: #C0C0C0. Windows color (decimal): -4015393 or 14662338. OLE color: 14662338.
HSL color Cylindrical-coordinate representation of color #C2BADF: hue angle of 252.97º 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 #C2BADF is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 194 | 186 | 223 | - |
CMYK | 0.13 | 0.17 | 0 | 0.13 |
HSL | 252.97º | 0.37% | 0.8% | - |
HSV(B) | 252.97º | 0.17% | 0.87% | - |
XYZ | 53.13 | 51.91 | 77.03 | - |
YUV | 192.61 | 145.15 | 128.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 186 | 223 | 0.13 | 0.17 | 0 | 0.13 | 252.97 | 0.37 | 0.8 |
Hex | C2 | BA | DF | D | 11 | 0 | D | FD | 25 | 50 |
Octal | 302 | 272 | 337 | 15 | 21 | 0 | 15 | 375 | 45 | 120 |
Binary | 11000010 | 10111010 | 11011111 | 1101 | 10001 | 0 | 1101 | 11111101 | 100101 | 1010000 |
Color Harmonies of #C2BADF
Complementary color
Monochromatic Colors of #C2BADF
Black with #C2BADF
Text Example
Text Example
White with #C2BADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BADF; }
p { color: rgb(194,186,223); }
H1.HeaderClassName
{
color: #C2BADF;
}
.AnyTagClassName
{
color: #C2BADF;
}
</style>
background-color css
<style>
a { background-color: #C2BADF; }
a { background-color: rgb(194,186,223); }
div.DivClassName
{
background-color: #C2BADF;
}
.BgClassName
{
background-color: #C2BADF;
}
</style>
border-color css
<style>
span { border-color: #C2BADF; }
span { border-color: rgb(194,186,223); }
td.TdClassName
{
border-color: #C2BADF;
}
.TagClassName
{
border-color: #C2BADF;
}
</style>