Shades of Melrose #C5BFD5
Tints of Melrose #C5BFD5
RGB
CMYK
RGB Variations
Color information
#C5BFD5 (or 0xC5BFD5) is known color: Melrose. HEX triplet: C5, BF and D5. RGB value is (197,191,213). Sum of RGB (Red+Green+Blue) = 197+191+213=601 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.78% from 601); Green value is 191 (75% from 255 or 31.78% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 213 - color contains mainly: blue. Hex color #C5BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BFD5 is #3A402A. Grayscale: #C3C3C3. Windows color (decimal): -3817515 or 14008261. OLE color: 14008261.
HSL color Cylindrical-coordinate representation of color #C5BFD5: hue angle of 256.36º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5BFD5 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 191 | 213 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.16 |
| HSL | 256.36º | 0.21% | 0.79% | - |
| HSV(B) | 256.36º | 0.1% | 0.84% | - |
| XYZ | 53.67 | 53.94 | 70.53 | - |
| YUV | 195.3 | 137.99 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 213 | 0.08 | 0.10 | 0 | 0.16 | 256.36 | 0.21 | 0.79 |
| Hex | C5 | BF | D5 | 8 | A | 0 | 10 | 100 | 15 | 4F |
| Octal | 305 | 277 | 325 | 10 | 12 | 0 | 20 | 400 | 25 | 117 |
| Binary | 11000101 | 10111111 | 11010101 | 1000 | 1010 | 0 | 10000 | 100000000 | 10101 | 1001111 |
Color Harmonies of #C5BFD5
Complementary color
Monochromatic Colors of #C5BFD5
Black with #C5BFD5
Text Example
Text Example
White with #C5BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BFD5; }
p { color: rgb(197,191,213); }
H1.HeaderClassName
{
color: #C5BFD5;
}
.AnyTagClassName
{
color: #C5BFD5;
}
</style>
background-color css
<style>
a { background-color: #C5BFD5; }
a { background-color: rgb(197,191,213); }
div.DivClassName
{
background-color: #C5BFD5;
}
.BgClassName
{
background-color: #C5BFD5;
}
</style>
border-color css
<style>
span { border-color: #C5BFD5; }
span { border-color: rgb(197,191,213); }
td.TdClassName
{
border-color: #C5BFD5;
}
.TagClassName
{
border-color: #C5BFD5;
}
</style>