Shades of Melrose #C8BFDC
Tints of Melrose #C8BFDC
RGB
CMYK
RGB Variations
Color information
#C8BFDC (or 0xC8BFDC) is known color: Melrose. HEX triplet: C8, BF and DC. RGB value is (200,191,220). Sum of RGB (Red+Green+Blue) = 200+191+220=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 220 (86.33% from 255 or 36.01% from 611); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8BFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BFDC is #374023. Grayscale: #C4C4C4. Windows color (decimal): -3620900 or 14467016. OLE color: 14467016.
HSL color Cylindrical-coordinate representation of color #C8BFDC: hue angle of 258.62º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8BFDC is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 191 | 220 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.14 |
| HSL | 258.62º | 0.29% | 0.81% | - |
| HSV(B) | 258.62º | 0.13% | 0.86% | - |
| XYZ | 55.37 | 54.71 | 75.35 | - |
| YUV | 197 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 191 | 220 | 0.09 | 0.13 | 0 | 0.14 | 258.62 | 0.29 | 0.81 |
| Hex | C8 | BF | DC | 9 | D | 0 | E | 103 | 1D | 51 |
| Octal | 310 | 277 | 334 | 11 | 15 | 0 | 16 | 403 | 35 | 121 |
| Binary | 11001000 | 10111111 | 11011100 | 1001 | 1101 | 0 | 1110 | 100000011 | 11101 | 1010001 |
Color Harmonies of #C8BFDC
Complementary color
Monochromatic Colors of #C8BFDC
Black with #C8BFDC
Text Example
Text Example
White with #C8BFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BFDC; }
p { color: rgb(200,191,220); }
H1.HeaderClassName
{
color: #C8BFDC;
}
.AnyTagClassName
{
color: #C8BFDC;
}
</style>
background-color css
<style>
a { background-color: #C8BFDC; }
a { background-color: rgb(200,191,220); }
div.DivClassName
{
background-color: #C8BFDC;
}
.BgClassName
{
background-color: #C8BFDC;
}
</style>
border-color css
<style>
span { border-color: #C8BFDC; }
span { border-color: rgb(200,191,220); }
td.TdClassName
{
border-color: #C8BFDC;
}
.TagClassName
{
border-color: #C8BFDC;
}
</style>