Shades of Melrose #C5BDEC
Tints of Melrose #C5BDEC
RGB
CMYK
RGB Variations
Color information
#C5BDEC (or 0xC5BDEC) is known color: Melrose. HEX triplet: C5, BD and EC. RGB value is (197,189,236). Sum of RGB (Red+Green+Blue) = 197+189+236=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BDEC is #3A4213. Grayscale: #C4C4C4. Windows color (decimal): -3818004 or 15515077. OLE color: 15515077.
HSL color Cylindrical-coordinate representation of color #C5BDEC: hue angle of 250.21º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5BDEC is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 189 | 236 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.07 |
| HSL | 250.21º | 0.55% | 0.83% | - |
| HSV(B) | 250.21º | 0.2% | 0.93% | - |
| XYZ | 56.36 | 54.32 | 86.87 | - |
| YUV | 196.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 236 | 0.17 | 0.20 | 0 | 0.07 | 250.21 | 0.55 | 0.83 |
| Hex | C5 | BD | EC | 11 | 14 | 0 | 7 | FA | 37 | 53 |
| Octal | 305 | 275 | 354 | 21 | 24 | 0 | 7 | 372 | 67 | 123 |
| Binary | 11000101 | 10111101 | 11101100 | 10001 | 10100 | 0 | 111 | 11111010 | 110111 | 1010011 |
Color Harmonies of #C5BDEC
Complementary color
Monochromatic Colors of #C5BDEC
Black with #C5BDEC
Text Example
Text Example
White with #C5BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDEC; }
p { color: rgb(197,189,236); }
H1.HeaderClassName
{
color: #C5BDEC;
}
.AnyTagClassName
{
color: #C5BDEC;
}
</style>
background-color css
<style>
a { background-color: #C5BDEC; }
a { background-color: rgb(197,189,236); }
div.DivClassName
{
background-color: #C5BDEC;
}
.BgClassName
{
background-color: #C5BDEC;
}
</style>
border-color css
<style>
span { border-color: #C5BDEC; }
span { border-color: rgb(197,189,236); }
td.TdClassName
{
border-color: #C5BDEC;
}
.TagClassName
{
border-color: #C5BDEC;
}
</style>