Shades of Melrose #C5BEDD
Tints of Melrose #C5BEDD
RGB
CMYK
RGB Variations
Color information
#C5BEDD (or 0xC5BEDD) is known color: Melrose. HEX triplet: C5, BE and DD. RGB value is (197,190,221). Sum of RGB (Red+Green+Blue) = 197+190+221=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 221 - color contains mainly: blue. Hex color #C5BEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BEDD is #3A4122. Grayscale: #C3C3C3. Windows color (decimal): -3817763 or 14532293. OLE color: 14532293.
HSL color Cylindrical-coordinate representation of color #C5BEDD: hue angle of 253.55º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5BEDD is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 190 | 221 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.13 |
| HSL | 253.55º | 0.31% | 0.81% | - |
| HSV(B) | 253.55º | 0.14% | 0.87% | - |
| XYZ | 54.49 | 53.92 | 75.94 | - |
| YUV | 195.63 | 142.32 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 190 | 221 | 0.11 | 0.14 | 0 | 0.13 | 253.55 | 0.31 | 0.81 |
| Hex | C5 | BE | DD | B | E | 0 | D | FE | 1F | 51 |
| Octal | 305 | 276 | 335 | 13 | 16 | 0 | 15 | 376 | 37 | 121 |
| Binary | 11000101 | 10111110 | 11011101 | 1011 | 1110 | 0 | 1101 | 11111110 | 11111 | 1010001 |
Color Harmonies of #C5BEDD
Complementary color
Monochromatic Colors of #C5BEDD
Black with #C5BEDD
Text Example
Text Example
White with #C5BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BEDD; }
p { color: rgb(197,190,221); }
H1.HeaderClassName
{
color: #C5BEDD;
}
.AnyTagClassName
{
color: #C5BEDD;
}
</style>
background-color css
<style>
a { background-color: #C5BEDD; }
a { background-color: rgb(197,190,221); }
div.DivClassName
{
background-color: #C5BEDD;
}
.BgClassName
{
background-color: #C5BEDD;
}
</style>
border-color css
<style>
span { border-color: #C5BEDD; }
span { border-color: rgb(197,190,221); }
td.TdClassName
{
border-color: #C5BEDD;
}
.TagClassName
{
border-color: #C5BEDD;
}
</style>