Shades of Melrose #C8BBDC
Tints of Melrose #C8BBDC
RGB
CMYK
RGB Variations
Color information
#C8BBDC (or 0xC8BBDC) is known color: Melrose. HEX triplet: C8, BB and DC. RGB value is (200,187,220). Sum of RGB (Red+Green+Blue) = 200+187+220=607 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.95% from 607); Green value is 187 (73.44% from 255 or 30.81% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #C8BBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BBDC is #374423. Grayscale: #C2C2C2. Windows color (decimal): -3621924 or 14465992. OLE color: 14465992.
HSL color Cylindrical-coordinate representation of color #C8BBDC: hue angle of 263.64º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8BBDC is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 187 | 220 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.14 |
| HSL | 263.64º | 0.32% | 0.8% | - |
| HSV(B) | 263.64º | 0.15% | 0.86% | - |
| XYZ | 54.51 | 52.99 | 75.06 | - |
| YUV | 194.65 | 142.31 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 220 | 0.09 | 0.15 | 0 | 0.14 | 263.64 | 0.32 | 0.8 |
| Hex | C8 | BB | DC | 9 | F | 0 | E | 108 | 20 | 50 |
| Octal | 310 | 273 | 334 | 11 | 17 | 0 | 16 | 410 | 40 | 120 |
| Binary | 11001000 | 10111011 | 11011100 | 1001 | 1111 | 0 | 1110 | 100001000 | 100000 | 1010000 |
Color Harmonies of #C8BBDC
Complementary color
Monochromatic Colors of #C8BBDC
Black with #C8BBDC
Text Example
Text Example
White with #C8BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBDC; }
p { color: rgb(200,187,220); }
H1.HeaderClassName
{
color: #C8BBDC;
}
.AnyTagClassName
{
color: #C8BBDC;
}
</style>
background-color css
<style>
a { background-color: #C8BBDC; }
a { background-color: rgb(200,187,220); }
div.DivClassName
{
background-color: #C8BBDC;
}
.BgClassName
{
background-color: #C8BBDC;
}
</style>
border-color css
<style>
span { border-color: #C8BBDC; }
span { border-color: rgb(200,187,220); }
td.TdClassName
{
border-color: #C8BBDC;
}
.TagClassName
{
border-color: #C8BBDC;
}
</style>