Shades of Melrose #C2AAF2
Tints of Melrose #C2AAF2
RGB
CMYK
RGB Variations
Color information
#C2AAF2 (or 0xC2AAF2) is known color: Melrose. HEX triplet: C2, AA and F2. RGB value is (194,170,242). Sum of RGB (Red+Green+Blue) = 194+170+242=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 242 (94.92% from 255 or 39.93% from 606); Max value from RGB is 242 - color contains mainly: blue. Hex color #C2AAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAF2 is #3D550D. Grayscale: #B9B9B9. Windows color (decimal): -4019470 or 15903426. OLE color: 15903426.
HSL color Cylindrical-coordinate representation of color #C2AAF2: hue angle of 260º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2AAF2 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 194 | 170 | 242 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.05 |
| HSL | 260º | 0.73% | 0.81% | - |
| HSV(B) | 260º | 0.3% | 0.95% | - |
| XYZ | 52.65 | 46.63 | 90.23 | - |
| YUV | 185.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 242 | 0.20 | 0.30 | 0 | 0.05 | 260 | 0.73 | 0.81 |
| Hex | C2 | AA | F2 | 14 | 1E | 0 | 5 | 104 | 49 | 51 |
| Octal | 302 | 252 | 362 | 24 | 36 | 0 | 5 | 404 | 111 | 121 |
| Binary | 11000010 | 10101010 | 11110010 | 10100 | 11110 | 0 | 101 | 100000100 | 1001001 | 1010001 |
Color Harmonies of #C2AAF2
Complementary color
Monochromatic Colors of #C2AAF2
Black with #C2AAF2
Text Example
Text Example
White with #C2AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAF2; }
p { color: rgb(194,170,242); }
H1.HeaderClassName
{
color: #C2AAF2;
}
.AnyTagClassName
{
color: #C2AAF2;
}
</style>
background-color css
<style>
a { background-color: #C2AAF2; }
a { background-color: rgb(194,170,242); }
div.DivClassName
{
background-color: #C2AAF2;
}
.BgClassName
{
background-color: #C2AAF2;
}
</style>
border-color css
<style>
span { border-color: #C2AAF2; }
span { border-color: rgb(194,170,242); }
td.TdClassName
{
border-color: #C2AAF2;
}
.TagClassName
{
border-color: #C2AAF2;
}
</style>