Shades of Melrose #C5BDE7
Tints of Melrose #C5BDE7
RGB
CMYK
RGB Variations
Color information
#C5BDE7 (or 0xC5BDE7) is known color: Melrose. HEX triplet: C5, BD and E7. RGB value is (197,189,231). Sum of RGB (Red+Green+Blue) = 197+189+231=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 189 (74.22% from 255 or 30.63% from 617); Blue value is 231 (90.62% from 255 or 37.44% from 617); Max value from RGB is 231 - color contains mainly: blue. Hex color #C5BDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5BDE7 is #3A4218. Grayscale: #C4C4C4. Windows color (decimal): -3818009 or 15187397. OLE color: 15187397.
HSL color Cylindrical-coordinate representation of color #C5BDE7: hue angle of 251.43º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5BDE7 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 189 | 231 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.09 |
| HSL | 251.43º | 0.47% | 0.82% | - |
| HSV(B) | 251.43º | 0.18% | 0.91% | - |
| XYZ | 55.65 | 54.04 | 83.1 | - |
| YUV | 196.18 | 147.65 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 231 | 0.15 | 0.18 | 0 | 0.09 | 251.43 | 0.47 | 0.82 |
| Hex | C5 | BD | E7 | F | 12 | 0 | 9 | FB | 2F | 52 |
| Octal | 305 | 275 | 347 | 17 | 22 | 0 | 11 | 373 | 57 | 122 |
| Binary | 11000101 | 10111101 | 11100111 | 1111 | 10010 | 0 | 1001 | 11111011 | 101111 | 1010010 |
Color Harmonies of #C5BDE7
Complementary color
Monochromatic Colors of #C5BDE7
Black with #C5BDE7
Text Example
Text Example
White with #C5BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDE7; }
p { color: rgb(197,189,231); }
H1.HeaderClassName
{
color: #C5BDE7;
}
.AnyTagClassName
{
color: #C5BDE7;
}
</style>
background-color css
<style>
a { background-color: #C5BDE7; }
a { background-color: rgb(197,189,231); }
div.DivClassName
{
background-color: #C5BDE7;
}
.BgClassName
{
background-color: #C5BDE7;
}
</style>
border-color css
<style>
span { border-color: #C5BDE7; }
span { border-color: rgb(197,189,231); }
td.TdClassName
{
border-color: #C5BDE7;
}
.TagClassName
{
border-color: #C5BDE7;
}
</style>