Shades of Melrose #C4B5E0
Tints of Melrose #C4B5E0
RGB
CMYK
RGB Variations
Color information
#C4B5E0 (or 0xC4B5E0) is known color: Melrose. HEX triplet: C4, B5 and E0. RGB value is (196,181,224). Sum of RGB (Red+Green+Blue) = 196+181+224=601 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.61% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 224 (87.89% from 255 or 37.27% from 601); Max value from RGB is 224 - color contains mainly: blue. Hex color #C4B5E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4B5E0 is #3B4A1F. Grayscale: #BEBEBE. Windows color (decimal): -3885600 or 14726596. OLE color: 14726596.
HSL color Cylindrical-coordinate representation of color #C4B5E0: hue angle of 260.93º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4B5E0 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 196 | 181 | 224 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.12 |
| HSL | 260.93º | 0.41% | 0.79% | - |
| HSV(B) | 260.93º | 0.19% | 0.88% | - |
| XYZ | 52.74 | 50.17 | 77.42 | - |
| YUV | 190.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 181 | 224 | 0.12 | 0.19 | 0 | 0.12 | 260.93 | 0.41 | 0.79 |
| Hex | C4 | B5 | E0 | C | 13 | 0 | C | 105 | 29 | 4F |
| Octal | 304 | 265 | 340 | 14 | 23 | 0 | 14 | 405 | 51 | 117 |
| Binary | 11000100 | 10110101 | 11100000 | 1100 | 10011 | 0 | 1100 | 100000101 | 101001 | 1001111 |
Color Harmonies of #C4B5E0
Complementary color
Monochromatic Colors of #C4B5E0
Black with #C4B5E0
Text Example
Text Example
White with #C4B5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B5E0; }
p { color: rgb(196,181,224); }
H1.HeaderClassName
{
color: #C4B5E0;
}
.AnyTagClassName
{
color: #C4B5E0;
}
</style>
background-color css
<style>
a { background-color: #C4B5E0; }
a { background-color: rgb(196,181,224); }
div.DivClassName
{
background-color: #C4B5E0;
}
.BgClassName
{
background-color: #C4B5E0;
}
</style>
border-color css
<style>
span { border-color: #C4B5E0; }
span { border-color: rgb(196,181,224); }
td.TdClassName
{
border-color: #C4B5E0;
}
.TagClassName
{
border-color: #C4B5E0;
}
</style>