Shades of Melrose #C8BDDD
Tints of Melrose #C8BDDD
RGB
CMYK
RGB Variations
Color information
#C8BDDD (or 0xC8BDDD) is known color: Melrose. HEX triplet: C8, BD and DD. RGB value is (200,189,221). Sum of RGB (Red+Green+Blue) = 200+189+221=610 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.79% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #C8BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDDD is #374222. Grayscale: #C3C3C3. Windows color (decimal): -3621411 or 14532040. OLE color: 14532040.
HSL color Cylindrical-coordinate representation of color #C8BDDD: hue angle of 260.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8BDDD is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 189 | 221 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.13 |
| HSL | 260.63º | 0.32% | 0.8% | - |
| HSV(B) | 260.63º | 0.14% | 0.87% | - |
| XYZ | 55.07 | 53.9 | 75.91 | - |
| YUV | 195.94 | 142.14 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 221 | 0.10 | 0.14 | 0 | 0.13 | 260.63 | 0.32 | 0.8 |
| Hex | C8 | BD | DD | A | E | 0 | D | 105 | 20 | 50 |
| Octal | 310 | 275 | 335 | 12 | 16 | 0 | 15 | 405 | 40 | 120 |
| Binary | 11001000 | 10111101 | 11011101 | 1010 | 1110 | 0 | 1101 | 100000101 | 100000 | 1010000 |
Color Harmonies of #C8BDDD
Complementary color
Monochromatic Colors of #C8BDDD
Black with #C8BDDD
Text Example
Text Example
White with #C8BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDDD; }
p { color: rgb(200,189,221); }
H1.HeaderClassName
{
color: #C8BDDD;
}
.AnyTagClassName
{
color: #C8BDDD;
}
</style>
background-color css
<style>
a { background-color: #C8BDDD; }
a { background-color: rgb(200,189,221); }
div.DivClassName
{
background-color: #C8BDDD;
}
.BgClassName
{
background-color: #C8BDDD;
}
</style>
border-color css
<style>
span { border-color: #C8BDDD; }
span { border-color: rgb(200,189,221); }
td.TdClassName
{
border-color: #C8BDDD;
}
.TagClassName
{
border-color: #C8BDDD;
}
</style>