Shades of Melrose #C2AAFE
Tints of Melrose #C2AAFE
RGB
CMYK
RGB Variations
Color information
#C2AAFE (or 0xC2AAFE) is known color: Melrose. HEX triplet: C2, AA and FE. RGB value is (194,170,254). Sum of RGB (Red+Green+Blue) = 194+170+254=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #C2AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAFE is #3D5501. Grayscale: #BABABA. Windows color (decimal): -4019458 or 16689858. OLE color: 16689858.
HSL color Cylindrical-coordinate representation of color #C2AAFE: hue angle of 257.14º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2AAFE is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 170 | 254 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.00 |
| HSL | 257.14º | 0.98% | 0.83% | - |
| HSV(B) | 257.14º | 0.33% | 1% | - |
| XYZ | 54.51 | 47.37 | 100.04 | - |
| YUV | 186.75 | 165.95 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 254 | 0.24 | 0.33 | 0 | 0.00 | 257.14 | 0.98 | 0.83 |
| Hex | C2 | AA | FE | 18 | 21 | 0 | 0 | 101 | 62 | 53 |
| Octal | 302 | 252 | 376 | 30 | 41 | 0 | 0 | 401 | 142 | 123 |
| Binary | 11000010 | 10101010 | 11111110 | 11000 | 100001 | 0 | 0 | 100000001 | 1100010 | 1010011 |
Color Harmonies of #C2AAFE
Complementary color
Monochromatic Colors of #C2AAFE
Black with #C2AAFE
Text Example
Text Example
White with #C2AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAFE; }
p { color: rgb(194,170,254); }
H1.HeaderClassName
{
color: #C2AAFE;
}
.AnyTagClassName
{
color: #C2AAFE;
}
</style>
background-color css
<style>
a { background-color: #C2AAFE; }
a { background-color: rgb(194,170,254); }
div.DivClassName
{
background-color: #C2AAFE;
}
.BgClassName
{
background-color: #C2AAFE;
}
</style>
border-color css
<style>
span { border-color: #C2AAFE; }
span { border-color: rgb(194,170,254); }
td.TdClassName
{
border-color: #C2AAFE;
}
.TagClassName
{
border-color: #C2AAFE;
}
</style>