Shades of Melrose #C4BCDF
Tints of Melrose #C4BCDF
RGB
CMYK
RGB Variations
Color information
#C4BCDF (or 0xC4BCDF) is known color: Melrose. HEX triplet: C4, BC and DF. RGB value is (196,188,223). Sum of RGB (Red+Green+Blue) = 196+188+223=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BCDF is #3B4320. Grayscale: #C2C2C2. Windows color (decimal): -3883809 or 14662852. OLE color: 14662852.
HSL color Cylindrical-coordinate representation of color #C4BCDF: hue angle of 253.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4BCDF is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 188 | 223 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.13 |
| HSL | 253.71º | 0.35% | 0.81% | - |
| HSV(B) | 253.71º | 0.16% | 0.87% | - |
| XYZ | 54.07 | 53.03 | 77.2 | - |
| YUV | 194.38 | 144.15 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 188 | 223 | 0.12 | 0.16 | 0 | 0.13 | 253.71 | 0.35 | 0.81 |
| Hex | C4 | BC | DF | C | 10 | 0 | D | FE | 23 | 51 |
| Octal | 304 | 274 | 337 | 14 | 20 | 0 | 15 | 376 | 43 | 121 |
| Binary | 11000100 | 10111100 | 11011111 | 1100 | 10000 | 0 | 1101 | 11111110 | 100011 | 1010001 |
Color Harmonies of #C4BCDF
Complementary color
Monochromatic Colors of #C4BCDF
Black with #C4BCDF
Text Example
Text Example
White with #C4BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BCDF; }
p { color: rgb(196,188,223); }
H1.HeaderClassName
{
color: #C4BCDF;
}
.AnyTagClassName
{
color: #C4BCDF;
}
</style>
background-color css
<style>
a { background-color: #C4BCDF; }
a { background-color: rgb(196,188,223); }
div.DivClassName
{
background-color: #C4BCDF;
}
.BgClassName
{
background-color: #C4BCDF;
}
</style>
border-color css
<style>
span { border-color: #C4BCDF; }
span { border-color: rgb(196,188,223); }
td.TdClassName
{
border-color: #C4BCDF;
}
.TagClassName
{
border-color: #C4BCDF;
}
</style>