Shades of Melrose #C5BEDA
Tints of Melrose #C5BEDA
RGB
CMYK
RGB Variations
Color information
#C5BEDA (or 0xC5BEDA) is known color: Melrose. HEX triplet: C5, BE and DA. RGB value is (197,190,218). Sum of RGB (Red+Green+Blue) = 197+190+218=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 218 - color contains mainly: blue. Hex color #C5BEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEDA is #3A4125. Grayscale: #C3C3C3. Windows color (decimal): -3817766 or 14335685. OLE color: 14335685.
HSL color Cylindrical-coordinate representation of color #C5BEDA: hue angle of 255º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5BEDA is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 190 | 218 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.15 |
| HSL | 255º | 0.27% | 0.8% | - |
| HSV(B) | 255º | 0.13% | 0.85% | - |
| XYZ | 54.09 | 53.76 | 73.86 | - |
| YUV | 195.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 218 | 0.10 | 0.13 | 0 | 0.15 | 255 | 0.27 | 0.8 |
| Hex | C5 | BE | DA | A | D | 0 | F | FF | 1B | 50 |
| Octal | 305 | 276 | 332 | 12 | 15 | 0 | 17 | 377 | 33 | 120 |
| Binary | 11000101 | 10111110 | 11011010 | 1010 | 1101 | 0 | 1111 | 11111111 | 11011 | 1010000 |
Color Harmonies of #C5BEDA
Complementary color
Monochromatic Colors of #C5BEDA
Black with #C5BEDA
Text Example
Text Example
White with #C5BEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEDA; }
p { color: rgb(197,190,218); }
H1.HeaderClassName
{
color: #C5BEDA;
}
.AnyTagClassName
{
color: #C5BEDA;
}
</style>
background-color css
<style>
a { background-color: #C5BEDA; }
a { background-color: rgb(197,190,218); }
div.DivClassName
{
background-color: #C5BEDA;
}
.BgClassName
{
background-color: #C5BEDA;
}
</style>
border-color css
<style>
span { border-color: #C5BEDA; }
span { border-color: rgb(197,190,218); }
td.TdClassName
{
border-color: #C5BEDA;
}
.TagClassName
{
border-color: #C5BEDA;
}
</style>