Shades of Melrose #C4AEF1
Tints of Melrose #C4AEF1
RGB
CMYK
RGB Variations
Color information
#C4AEF1 (or 0xC4AEF1) is known color: Melrose. HEX triplet: C4, AE and F1. RGB value is (196,174,241). Sum of RGB (Red+Green+Blue) = 196+174+241=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 174 (68.36% from 255 or 28.48% from 611); Blue value is 241 (94.53% from 255 or 39.44% from 611); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AEF1 is #3B510E. Grayscale: #BBBBBB. Windows color (decimal): -3887375 or 15838916. OLE color: 15838916.
HSL color Cylindrical-coordinate representation of color #C4AEF1: hue angle of 259.7º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4AEF1 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 174 | 241 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.05 |
| HSL | 259.7º | 0.71% | 0.81% | - |
| HSV(B) | 259.7º | 0.28% | 0.95% | - |
| XYZ | 53.78 | 48.36 | 89.72 | - |
| YUV | 188.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 241 | 0.19 | 0.28 | 0 | 0.05 | 259.7 | 0.71 | 0.81 |
| Hex | C4 | AE | F1 | 13 | 1C | 0 | 5 | 104 | 47 | 51 |
| Octal | 304 | 256 | 361 | 23 | 34 | 0 | 5 | 404 | 107 | 121 |
| Binary | 11000100 | 10101110 | 11110001 | 10011 | 11100 | 0 | 101 | 100000100 | 1000111 | 1010001 |
Color Harmonies of #C4AEF1
Complementary color
Monochromatic Colors of #C4AEF1
Black with #C4AEF1
Text Example
Text Example
White with #C4AEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEF1; }
p { color: rgb(196,174,241); }
H1.HeaderClassName
{
color: #C4AEF1;
}
.AnyTagClassName
{
color: #C4AEF1;
}
</style>
background-color css
<style>
a { background-color: #C4AEF1; }
a { background-color: rgb(196,174,241); }
div.DivClassName
{
background-color: #C4AEF1;
}
.BgClassName
{
background-color: #C4AEF1;
}
</style>
border-color css
<style>
span { border-color: #C4AEF1; }
span { border-color: rgb(196,174,241); }
td.TdClassName
{
border-color: #C4AEF1;
}
.TagClassName
{
border-color: #C4AEF1;
}
</style>