Shades of Melrose #C5BEDC
Tints of Melrose #C5BEDC
RGB
CMYK
RGB Variations
Color information
#C5BEDC (or 0xC5BEDC) is known color: Melrose. HEX triplet: C5, BE and DC. RGB value is (197,190,220). Sum of RGB (Red+Green+Blue) = 197+190+220=607 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.45% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #C5BEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEDC is #3A4123. Grayscale: #C3C3C3. Windows color (decimal): -3817764 or 14466757. OLE color: 14466757.
HSL color Cylindrical-coordinate representation of color #C5BEDC: hue angle of 254º degrees, saturation: 0.3, 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 #C5BEDC is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 190 | 220 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.14 |
| HSL | 254º | 0.3% | 0.8% | - |
| HSV(B) | 254º | 0.14% | 0.86% | - |
| XYZ | 54.36 | 53.86 | 75.24 | - |
| YUV | 195.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 220 | 0.10 | 0.14 | 0 | 0.14 | 254 | 0.3 | 0.8 |
| Hex | C5 | BE | DC | A | E | 0 | E | FE | 1E | 50 |
| Octal | 305 | 276 | 334 | 12 | 16 | 0 | 16 | 376 | 36 | 120 |
| Binary | 11000101 | 10111110 | 11011100 | 1010 | 1110 | 0 | 1110 | 11111110 | 11110 | 1010000 |
Color Harmonies of #C5BEDC
Complementary color
Monochromatic Colors of #C5BEDC
Black with #C5BEDC
Text Example
Text Example
White with #C5BEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEDC; }
p { color: rgb(197,190,220); }
H1.HeaderClassName
{
color: #C5BEDC;
}
.AnyTagClassName
{
color: #C5BEDC;
}
</style>
background-color css
<style>
a { background-color: #C5BEDC; }
a { background-color: rgb(197,190,220); }
div.DivClassName
{
background-color: #C5BEDC;
}
.BgClassName
{
background-color: #C5BEDC;
}
</style>
border-color css
<style>
span { border-color: #C5BEDC; }
span { border-color: rgb(197,190,220); }
td.TdClassName
{
border-color: #C5BEDC;
}
.TagClassName
{
border-color: #C5BEDC;
}
</style>