Shades of Melrose #C2AAFD
Tints of Melrose #C2AAFD
RGB
CMYK
RGB Variations
Color information
#C2AAFD (or 0xC2AAFD) is known color: Melrose. HEX triplet: C2, AA and FD. RGB value is (194,170,253). Sum of RGB (Red+Green+Blue) = 194+170+253=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 170 (66.80% from 255 or 27.55% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAFD is #3D5502. Grayscale: #BABABA. Windows color (decimal): -4019459 or 16624322. OLE color: 16624322.
HSL color Cylindrical-coordinate representation of color #C2AAFD: hue angle of 257.35º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2AAFD is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 170 | 253 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.01 |
| HSL | 257.35º | 0.95% | 0.83% | - |
| HSV(B) | 257.35º | 0.33% | 0.99% | - |
| XYZ | 54.35 | 47.31 | 99.2 | - |
| YUV | 186.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 253 | 0.23 | 0.33 | 0 | 0.01 | 257.35 | 0.95 | 0.83 |
| Hex | C2 | AA | FD | 17 | 21 | 0 | 1 | 101 | 5F | 53 |
| Octal | 302 | 252 | 375 | 27 | 41 | 0 | 1 | 401 | 137 | 123 |
| Binary | 11000010 | 10101010 | 11111101 | 10111 | 100001 | 0 | 1 | 100000001 | 1011111 | 1010011 |
Color Harmonies of #C2AAFD
Complementary color
Monochromatic Colors of #C2AAFD
Black with #C2AAFD
Text Example
Text Example
White with #C2AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAFD; }
p { color: rgb(194,170,253); }
H1.HeaderClassName
{
color: #C2AAFD;
}
.AnyTagClassName
{
color: #C2AAFD;
}
</style>
background-color css
<style>
a { background-color: #C2AAFD; }
a { background-color: rgb(194,170,253); }
div.DivClassName
{
background-color: #C2AAFD;
}
.BgClassName
{
background-color: #C2AAFD;
}
</style>
border-color css
<style>
span { border-color: #C2AAFD; }
span { border-color: rgb(194,170,253); }
td.TdClassName
{
border-color: #C2AAFD;
}
.TagClassName
{
border-color: #C2AAFD;
}
</style>