Shades of Melrose #C4B3F1
Tints of Melrose #C4B3F1
RGB
CMYK
RGB Variations
Color information
#C4B3F1 (or 0xC4B3F1) is known color: Melrose. HEX triplet: C4, B3 and F1. RGB value is (196,179,241). Sum of RGB (Red+Green+Blue) = 196+179+241=616 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.82% from 616); Green value is 179 (70.31% from 255 or 29.06% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4B3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C4B3F1 is #3B4C0E. Grayscale: #BEBEBE. Windows color (decimal): -3886095 or 15840196. OLE color: 15840196.
HSL color Cylindrical-coordinate representation of color #C4B3F1: hue angle of 256.45º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C4B3F1 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 179 | 241 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.05 |
| HSL | 256.45º | 0.69% | 0.82% | - |
| HSV(B) | 256.45º | 0.26% | 0.95% | - |
| XYZ | 54.76 | 50.33 | 90.05 | - |
| YUV | 191.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 179 | 241 | 0.19 | 0.26 | 0 | 0.05 | 256.45 | 0.69 | 0.82 |
| Hex | C4 | B3 | F1 | 13 | 1A | 0 | 5 | 100 | 45 | 52 |
| Octal | 304 | 263 | 361 | 23 | 32 | 0 | 5 | 400 | 105 | 122 |
| Binary | 11000100 | 10110011 | 11110001 | 10011 | 11010 | 0 | 101 | 100000000 | 1000101 | 1010010 |
Color Harmonies of #C4B3F1
Complementary color
Monochromatic Colors of #C4B3F1
Black with #C4B3F1
Text Example
Text Example
White with #C4B3F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B3F1; }
p { color: rgb(196,179,241); }
H1.HeaderClassName
{
color: #C4B3F1;
}
.AnyTagClassName
{
color: #C4B3F1;
}
</style>
background-color css
<style>
a { background-color: #C4B3F1; }
a { background-color: rgb(196,179,241); }
div.DivClassName
{
background-color: #C4B3F1;
}
.BgClassName
{
background-color: #C4B3F1;
}
</style>
border-color css
<style>
span { border-color: #C4B3F1; }
span { border-color: rgb(196,179,241); }
td.TdClassName
{
border-color: #C4B3F1;
}
.TagClassName
{
border-color: #C4B3F1;
}
</style>