Shades of Melrose #C5BDEB
Tints of Melrose #C5BDEB
RGB
CMYK
RGB Variations
Color information
#C5BDEB (or 0xC5BDEB) is known color: Melrose. HEX triplet: C5, BD and EB. RGB value is (197,189,235). Sum of RGB (Red+Green+Blue) = 197+189+235=621 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.72% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #C5BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BDEB is #3A4214. Grayscale: #C4C4C4. Windows color (decimal): -3818005 or 15449541. OLE color: 15449541.
HSL color Cylindrical-coordinate representation of color #C5BDEB: hue angle of 250.43º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5BDEB is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 189 | 235 | - |
| CMYK | 0.16 | 0.20 | 0 | 0.08 |
| HSL | 250.43º | 0.53% | 0.83% | - |
| HSV(B) | 250.43º | 0.2% | 0.92% | - |
| XYZ | 56.22 | 54.26 | 86.11 | - |
| YUV | 196.64 | 149.65 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 235 | 0.16 | 0.20 | 0 | 0.08 | 250.43 | 0.53 | 0.83 |
| Hex | C5 | BD | EB | 10 | 14 | 0 | 8 | FA | 35 | 53 |
| Octal | 305 | 275 | 353 | 20 | 24 | 0 | 10 | 372 | 65 | 123 |
| Binary | 11000101 | 10111101 | 11101011 | 10000 | 10100 | 0 | 1000 | 11111010 | 110101 | 1010011 |
Color Harmonies of #C5BDEB
Complementary color
Monochromatic Colors of #C5BDEB
Black with #C5BDEB
Text Example
Text Example
White with #C5BDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDEB; }
p { color: rgb(197,189,235); }
H1.HeaderClassName
{
color: #C5BDEB;
}
.AnyTagClassName
{
color: #C5BDEB;
}
</style>
background-color css
<style>
a { background-color: #C5BDEB; }
a { background-color: rgb(197,189,235); }
div.DivClassName
{
background-color: #C5BDEB;
}
.BgClassName
{
background-color: #C5BDEB;
}
</style>
border-color css
<style>
span { border-color: #C5BDEB; }
span { border-color: rgb(197,189,235); }
td.TdClassName
{
border-color: #C5BDEB;
}
.TagClassName
{
border-color: #C5BDEB;
}
</style>