Shades of Melrose #C2AAFA
Tints of Melrose #C2AAFA
RGB
CMYK
RGB Variations
Color information
#C2AAFA (or 0xC2AAFA) is known color: Melrose. HEX triplet: C2, AA and FA. RGB value is (194,170,250). Sum of RGB (Red+Green+Blue) = 194+170+250=614 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.60% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAFA is #3D5505. Grayscale: #BABABA. Windows color (decimal): -4019462 or 16427714. OLE color: 16427714.
HSL color Cylindrical-coordinate representation of color #C2AAFA: hue angle of 258º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2AAFA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 170 | 250 | - |
| CMYK | 0.22 | 0.32 | 0 | 0.02 |
| HSL | 258º | 0.89% | 0.82% | - |
| HSV(B) | 258º | 0.32% | 0.98% | - |
| XYZ | 53.88 | 47.12 | 96.7 | - |
| YUV | 186.3 | 163.95 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 250 | 0.22 | 0.32 | 0 | 0.02 | 258 | 0.89 | 0.82 |
| Hex | C2 | AA | FA | 16 | 20 | 0 | 2 | 102 | 59 | 52 |
| Octal | 302 | 252 | 372 | 26 | 40 | 0 | 2 | 402 | 131 | 122 |
| Binary | 11000010 | 10101010 | 11111010 | 10110 | 100000 | 0 | 10 | 100000010 | 1011001 | 1010010 |
Color Harmonies of #C2AAFA
Complementary color
Monochromatic Colors of #C2AAFA
Black with #C2AAFA
Text Example
Text Example
White with #C2AAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAFA; }
p { color: rgb(194,170,250); }
H1.HeaderClassName
{
color: #C2AAFA;
}
.AnyTagClassName
{
color: #C2AAFA;
}
</style>
background-color css
<style>
a { background-color: #C2AAFA; }
a { background-color: rgb(194,170,250); }
div.DivClassName
{
background-color: #C2AAFA;
}
.BgClassName
{
background-color: #C2AAFA;
}
</style>
border-color css
<style>
span { border-color: #C2AAFA; }
span { border-color: rgb(194,170,250); }
td.TdClassName
{
border-color: #C2AAFA;
}
.TagClassName
{
border-color: #C2AAFA;
}
</style>