Shades of Melrose #C1AAF4
Tints of Melrose #C1AAF4
RGB
CMYK
RGB Variations
Color information
#C1AAF4 (or 0xC1AAF4) is known color: Melrose. HEX triplet: C1, AA and F4. RGB value is (193,170,244). Sum of RGB (Red+Green+Blue) = 193+170+244=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #C1AAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AAF4 is #3E550B. Grayscale: #B9B9B9. Windows color (decimal): -4085004 or 16034497. OLE color: 16034497.
HSL color Cylindrical-coordinate representation of color #C1AAF4: hue angle of 258.65º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1AAF4 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 170 | 244 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.04 |
| HSL | 258.65º | 0.77% | 0.81% | - |
| HSV(B) | 258.65º | 0.3% | 0.96% | - |
| XYZ | 52.7 | 46.62 | 91.81 | - |
| YUV | 185.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 170 | 244 | 0.21 | 0.30 | 0 | 0.04 | 258.65 | 0.77 | 0.81 |
| Hex | C1 | AA | F4 | 15 | 1E | 0 | 4 | 103 | 4D | 51 |
| Octal | 301 | 252 | 364 | 25 | 36 | 0 | 4 | 403 | 115 | 121 |
| Binary | 11000001 | 10101010 | 11110100 | 10101 | 11110 | 0 | 100 | 100000011 | 1001101 | 1010001 |
Color Harmonies of #C1AAF4
Complementary color
Monochromatic Colors of #C1AAF4
Black with #C1AAF4
Text Example
Text Example
White with #C1AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AAF4; }
p { color: rgb(193,170,244); }
H1.HeaderClassName
{
color: #C1AAF4;
}
.AnyTagClassName
{
color: #C1AAF4;
}
</style>
background-color css
<style>
a { background-color: #C1AAF4; }
a { background-color: rgb(193,170,244); }
div.DivClassName
{
background-color: #C1AAF4;
}
.BgClassName
{
background-color: #C1AAF4;
}
</style>
border-color css
<style>
span { border-color: #C1AAF4; }
span { border-color: rgb(193,170,244); }
td.TdClassName
{
border-color: #C1AAF4;
}
.TagClassName
{
border-color: #C1AAF4;
}
</style>