Shades of Melrose #C2AAF1
Tints of Melrose #C2AAF1
RGB
CMYK
RGB Variations
Color information
#C2AAF1 (or 0xC2AAF1) is known color: Melrose. HEX triplet: C2, AA and F1. RGB value is (194,170,241). Sum of RGB (Red+Green+Blue) = 194+170+241=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 170 (66.80% from 255 or 28.10% from 605); Blue value is 241 (94.53% from 255 or 39.83% from 605); Max value from RGB is 241 - color contains mainly: blue. Hex color #C2AAF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAF1 is #3D550E. Grayscale: #B9B9B9. Windows color (decimal): -4019471 or 15837890. OLE color: 15837890.
HSL color Cylindrical-coordinate representation of color #C2AAF1: hue angle of 260.28º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2AAF1 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 170 | 241 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.05 |
| HSL | 260.28º | 0.72% | 0.81% | - |
| HSV(B) | 260.28º | 0.29% | 0.95% | - |
| XYZ | 52.5 | 46.57 | 89.44 | - |
| YUV | 185.27 | 159.45 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 241 | 0.20 | 0.29 | 0 | 0.05 | 260.28 | 0.72 | 0.81 |
| Hex | C2 | AA | F1 | 14 | 1D | 0 | 5 | 104 | 48 | 51 |
| Octal | 302 | 252 | 361 | 24 | 35 | 0 | 5 | 404 | 110 | 121 |
| Binary | 11000010 | 10101010 | 11110001 | 10100 | 11101 | 0 | 101 | 100000100 | 1001000 | 1010001 |
Color Harmonies of #C2AAF1
Complementary color
Monochromatic Colors of #C2AAF1
Black with #C2AAF1
Text Example
Text Example
White with #C2AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAF1; }
p { color: rgb(194,170,241); }
H1.HeaderClassName
{
color: #C2AAF1;
}
.AnyTagClassName
{
color: #C2AAF1;
}
</style>
background-color css
<style>
a { background-color: #C2AAF1; }
a { background-color: rgb(194,170,241); }
div.DivClassName
{
background-color: #C2AAF1;
}
.BgClassName
{
background-color: #C2AAF1;
}
</style>
border-color css
<style>
span { border-color: #C2AAF1; }
span { border-color: rgb(194,170,241); }
td.TdClassName
{
border-color: #C2AAF1;
}
.TagClassName
{
border-color: #C2AAF1;
}
</style>