Shades of Melrose #C5BDDC
Tints of Melrose #C5BDDC
RGB
CMYK
RGB Variations
Color information
#C5BDDC (or 0xC5BDDC) is known color: Melrose. HEX triplet: C5, BD and DC. RGB value is (197,189,220). Sum of RGB (Red+Green+Blue) = 197+189+220=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5BDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BDDC is #3A4223. Grayscale: #C2C2C2. Windows color (decimal): -3818020 or 14466501. OLE color: 14466501.
HSL color Cylindrical-coordinate representation of color #C5BDDC: hue angle of 255.48º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5BDDC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 189 | 220 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.14 |
| HSL | 255.48º | 0.31% | 0.8% | - |
| HSV(B) | 255.48º | 0.14% | 0.86% | - |
| XYZ | 54.14 | 53.43 | 75.17 | - |
| YUV | 194.93 | 142.15 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 220 | 0.10 | 0.14 | 0 | 0.14 | 255.48 | 0.31 | 0.8 |
| Hex | C5 | BD | DC | A | E | 0 | E | FF | 1F | 50 |
| Octal | 305 | 275 | 334 | 12 | 16 | 0 | 16 | 377 | 37 | 120 |
| Binary | 11000101 | 10111101 | 11011100 | 1010 | 1110 | 0 | 1110 | 11111111 | 11111 | 1010000 |
Color Harmonies of #C5BDDC
Complementary color
Monochromatic Colors of #C5BDDC
Black with #C5BDDC
Text Example
Text Example
White with #C5BDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDDC; }
p { color: rgb(197,189,220); }
H1.HeaderClassName
{
color: #C5BDDC;
}
.AnyTagClassName
{
color: #C5BDDC;
}
</style>
background-color css
<style>
a { background-color: #C5BDDC; }
a { background-color: rgb(197,189,220); }
div.DivClassName
{
background-color: #C5BDDC;
}
.BgClassName
{
background-color: #C5BDDC;
}
</style>
border-color css
<style>
span { border-color: #C5BDDC; }
span { border-color: rgb(197,189,220); }
td.TdClassName
{
border-color: #C5BDDC;
}
.TagClassName
{
border-color: #C5BDDC;
}
</style>