Shades of Melrose #C5BEDB
Tints of Melrose #C5BEDB
RGB
CMYK
RGB Variations
Color information
#C5BEDB (or 0xC5BEDB) is known color: Melrose. HEX triplet: C5, BE and DB. RGB value is (197,190,219). Sum of RGB (Red+Green+Blue) = 197+190+219=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #C5BEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEDB is #3A4124. Grayscale: #C3C3C3. Windows color (decimal): -3817765 or 14401221. OLE color: 14401221.
HSL color Cylindrical-coordinate representation of color #C5BEDB: hue angle of 254.48º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5BEDB is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 190 | 219 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.14 |
| HSL | 254.48º | 0.29% | 0.8% | - |
| HSV(B) | 254.48º | 0.13% | 0.86% | - |
| XYZ | 54.23 | 53.81 | 74.55 | - |
| YUV | 195.4 | 141.32 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 219 | 0.10 | 0.13 | 0 | 0.14 | 254.48 | 0.29 | 0.8 |
| Hex | C5 | BE | DB | A | D | 0 | E | FE | 1D | 50 |
| Octal | 305 | 276 | 333 | 12 | 15 | 0 | 16 | 376 | 35 | 120 |
| Binary | 11000101 | 10111110 | 11011011 | 1010 | 1101 | 0 | 1110 | 11111110 | 11101 | 1010000 |
Color Harmonies of #C5BEDB
Complementary color
Monochromatic Colors of #C5BEDB
Black with #C5BEDB
Text Example
Text Example
White with #C5BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEDB; }
p { color: rgb(197,190,219); }
H1.HeaderClassName
{
color: #C5BEDB;
}
.AnyTagClassName
{
color: #C5BEDB;
}
</style>
background-color css
<style>
a { background-color: #C5BEDB; }
a { background-color: rgb(197,190,219); }
div.DivClassName
{
background-color: #C5BEDB;
}
.BgClassName
{
background-color: #C5BEDB;
}
</style>
border-color css
<style>
span { border-color: #C5BEDB; }
span { border-color: rgb(197,190,219); }
td.TdClassName
{
border-color: #C5BEDB;
}
.TagClassName
{
border-color: #C5BEDB;
}
</style>