Shades of Melrose #C2AAF8
Tints of Melrose #C2AAF8
RGB
CMYK
RGB Variations
Color information
#C2AAF8 (or 0xC2AAF8) is known color: Melrose. HEX triplet: C2, AA and F8. RGB value is (194,170,248). Sum of RGB (Red+Green+Blue) = 194+170+248=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #C2AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AAF8 is #3D5507. Grayscale: #B9B9B9. Windows color (decimal): -4019464 or 16296642. OLE color: 16296642.
HSL color Cylindrical-coordinate representation of color #C2AAF8: hue angle of 258.46º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2AAF8 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 170 | 248 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.03 |
| HSL | 258.46º | 0.85% | 0.82% | - |
| HSV(B) | 258.46º | 0.31% | 0.97% | - |
| XYZ | 53.57 | 47 | 95.05 | - |
| YUV | 186.07 | 162.95 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 170 | 248 | 0.22 | 0.31 | 0 | 0.03 | 258.46 | 0.85 | 0.82 |
| Hex | C2 | AA | F8 | 16 | 1F | 0 | 3 | 102 | 55 | 52 |
| Octal | 302 | 252 | 370 | 26 | 37 | 0 | 3 | 402 | 125 | 122 |
| Binary | 11000010 | 10101010 | 11111000 | 10110 | 11111 | 0 | 11 | 100000010 | 1010101 | 1010010 |
Color Harmonies of #C2AAF8
Complementary color
Monochromatic Colors of #C2AAF8
Black with #C2AAF8
Text Example
Text Example
White with #C2AAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AAF8; }
p { color: rgb(194,170,248); }
H1.HeaderClassName
{
color: #C2AAF8;
}
.AnyTagClassName
{
color: #C2AAF8;
}
</style>
background-color css
<style>
a { background-color: #C2AAF8; }
a { background-color: rgb(194,170,248); }
div.DivClassName
{
background-color: #C2AAF8;
}
.BgClassName
{
background-color: #C2AAF8;
}
</style>
border-color css
<style>
span { border-color: #C2AAF8; }
span { border-color: rgb(194,170,248); }
td.TdClassName
{
border-color: #C2AAF8;
}
.TagClassName
{
border-color: #C2AAF8;
}
</style>