Shades of Melrose #C4B8DF
Tints of Melrose #C4B8DF
RGB
CMYK
RGB Variations
Color information
#C4B8DF (or 0xC4B8DF) is known color: Melrose. HEX triplet: C4, B8 and DF. RGB value is (196,184,223). Sum of RGB (Red+Green+Blue) = 196+184+223=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 184 (72.27% from 255 or 30.51% 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 #C4B8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B8DF is #3B4720. Grayscale: #BFBFBF. Windows color (decimal): -3884833 or 14661828. OLE color: 14661828.
HSL color Cylindrical-coordinate representation of color #C4B8DF: hue angle of 258.46º degrees, saturation: 0.38, 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 #C4B8DF is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 184 | 223 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.13 |
| HSL | 258.46º | 0.38% | 0.8% | - |
| HSV(B) | 258.46º | 0.17% | 0.87% | - |
| XYZ | 53.22 | 51.34 | 76.92 | - |
| YUV | 192.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 184 | 223 | 0.12 | 0.17 | 0 | 0.13 | 258.46 | 0.38 | 0.8 |
| Hex | C4 | B8 | DF | C | 11 | 0 | D | 102 | 26 | 50 |
| Octal | 304 | 270 | 337 | 14 | 21 | 0 | 15 | 402 | 46 | 120 |
| Binary | 11000100 | 10111000 | 11011111 | 1100 | 10001 | 0 | 1101 | 100000010 | 100110 | 1010000 |
Color Harmonies of #C4B8DF
Complementary color
Monochromatic Colors of #C4B8DF
Black with #C4B8DF
Text Example
Text Example
White with #C4B8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B8DF; }
p { color: rgb(196,184,223); }
H1.HeaderClassName
{
color: #C4B8DF;
}
.AnyTagClassName
{
color: #C4B8DF;
}
</style>
background-color css
<style>
a { background-color: #C4B8DF; }
a { background-color: rgb(196,184,223); }
div.DivClassName
{
background-color: #C4B8DF;
}
.BgClassName
{
background-color: #C4B8DF;
}
</style>
border-color css
<style>
span { border-color: #C4B8DF; }
span { border-color: rgb(196,184,223); }
td.TdClassName
{
border-color: #C4B8DF;
}
.TagClassName
{
border-color: #C4B8DF;
}
</style>