Shades of Melrose #C5BDDD
Tints of Melrose #C5BDDD
RGB
CMYK
RGB Variations
Color information
#C5BDDD (or 0xC5BDDD) is known color: Melrose. HEX triplet: C5, BD and DD. RGB value is (197,189,221). Sum of RGB (Red+Green+Blue) = 197+189+221=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5BDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDDD is #3A4222. Grayscale: #C2C2C2. Windows color (decimal): -3818019 or 14532037. OLE color: 14532037.
HSL color Cylindrical-coordinate representation of color #C5BDDD: hue angle of 255º 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 #C5BDDD is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 189 | 221 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.13 |
| HSL | 255º | 0.32% | 0.8% | - |
| HSV(B) | 255º | 0.14% | 0.87% | - |
| XYZ | 54.27 | 53.49 | 75.87 | - |
| YUV | 195.04 | 142.65 | 129.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 221 | 0.11 | 0.14 | 0 | 0.13 | 255 | 0.32 | 0.8 |
| Hex | C5 | BD | DD | B | E | 0 | D | FF | 20 | 50 |
| Octal | 305 | 275 | 335 | 13 | 16 | 0 | 15 | 377 | 40 | 120 |
| Binary | 11000101 | 10111101 | 11011101 | 1011 | 1110 | 0 | 1101 | 11111111 | 100000 | 1010000 |
Color Harmonies of #C5BDDD
Complementary color
Monochromatic Colors of #C5BDDD
Black with #C5BDDD
Text Example
Text Example
White with #C5BDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDDD; }
p { color: rgb(197,189,221); }
H1.HeaderClassName
{
color: #C5BDDD;
}
.AnyTagClassName
{
color: #C5BDDD;
}
</style>
background-color css
<style>
a { background-color: #C5BDDD; }
a { background-color: rgb(197,189,221); }
div.DivClassName
{
background-color: #C5BDDD;
}
.BgClassName
{
background-color: #C5BDDD;
}
</style>
border-color css
<style>
span { border-color: #C5BDDD; }
span { border-color: rgb(197,189,221); }
td.TdClassName
{
border-color: #C5BDDD;
}
.TagClassName
{
border-color: #C5BDDD;
}
</style>