Shades of Melrose #C2AEF9
Tints of Melrose #C2AEF9
RGB
CMYK
RGB Variations
Color information
#C2AEF9 (or 0xC2AEF9) is known color: Melrose. HEX triplet: C2, AE and F9. RGB value is (194,174,249). Sum of RGB (Red+Green+Blue) = 194+174+249=617 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.44% from 617); Green value is 174 (68.36% from 255 or 28.20% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2AEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEF9 is #3D5106. Grayscale: #BCBCBC. Windows color (decimal): -4018439 or 16363202. OLE color: 16363202.
HSL color Cylindrical-coordinate representation of color #C2AEF9: hue angle of 256º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2AEF9 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 174 | 249 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.02 |
| HSL | 256º | 0.86% | 0.83% | - |
| HSV(B) | 256º | 0.3% | 0.98% | - |
| XYZ | 54.48 | 48.58 | 96.13 | - |
| YUV | 188.53 | 162.13 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 249 | 0.22 | 0.30 | 0 | 0.02 | 256 | 0.86 | 0.83 |
| Hex | C2 | AE | F9 | 16 | 1E | 0 | 2 | 100 | 56 | 53 |
| Octal | 302 | 256 | 371 | 26 | 36 | 0 | 2 | 400 | 126 | 123 |
| Binary | 11000010 | 10101110 | 11111001 | 10110 | 11110 | 0 | 10 | 100000000 | 1010110 | 1010011 |
Color Harmonies of #C2AEF9
Complementary color
Monochromatic Colors of #C2AEF9
Black with #C2AEF9
Text Example
Text Example
White with #C2AEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEF9; }
p { color: rgb(194,174,249); }
H1.HeaderClassName
{
color: #C2AEF9;
}
.AnyTagClassName
{
color: #C2AEF9;
}
</style>
background-color css
<style>
a { background-color: #C2AEF9; }
a { background-color: rgb(194,174,249); }
div.DivClassName
{
background-color: #C2AEF9;
}
.BgClassName
{
background-color: #C2AEF9;
}
</style>
border-color css
<style>
span { border-color: #C2AEF9; }
span { border-color: rgb(194,174,249); }
td.TdClassName
{
border-color: #C2AEF9;
}
.TagClassName
{
border-color: #C2AEF9;
}
</style>