Shades of Melrose #C2AEFA
Tints of Melrose #C2AEFA
RGB
CMYK
RGB Variations
Color information
#C2AEFA (or 0xC2AEFA) is known color: Melrose. HEX triplet: C2, AE and FA. RGB value is (194,174,250). Sum of RGB (Red+Green+Blue) = 194+174+250=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 174 (68.36% from 255 or 28.16% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2AEFA is #3D5105. Grayscale: #BCBCBC. Windows color (decimal): -4018438 or 16428738. OLE color: 16428738.
HSL color Cylindrical-coordinate representation of color #C2AEFA: hue angle of 255.79º degrees, saturation: 0.88, 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 #C2AEFA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 174 | 250 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.02 |
| HSL | 255.79º | 0.88% | 0.83% | - |
| HSV(B) | 255.79º | 0.3% | 0.98% | - |
| XYZ | 54.64 | 48.64 | 96.95 | - |
| YUV | 188.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 250 | 0.22 | 0.30 | 0 | 0.02 | 255.79 | 0.88 | 0.83 |
| Hex | C2 | AE | FA | 16 | 1E | 0 | 2 | 100 | 58 | 53 |
| Octal | 302 | 256 | 372 | 26 | 36 | 0 | 2 | 400 | 130 | 123 |
| Binary | 11000010 | 10101110 | 11111010 | 10110 | 11110 | 0 | 10 | 100000000 | 1011000 | 1010011 |
Color Harmonies of #C2AEFA
Complementary color
Monochromatic Colors of #C2AEFA
Black with #C2AEFA
Text Example
Text Example
White with #C2AEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AEFA; }
p { color: rgb(194,174,250); }
H1.HeaderClassName
{
color: #C2AEFA;
}
.AnyTagClassName
{
color: #C2AEFA;
}
</style>
background-color css
<style>
a { background-color: #C2AEFA; }
a { background-color: rgb(194,174,250); }
div.DivClassName
{
background-color: #C2AEFA;
}
.BgClassName
{
background-color: #C2AEFA;
}
</style>
border-color css
<style>
span { border-color: #C2AEFA; }
span { border-color: rgb(194,174,250); }
td.TdClassName
{
border-color: #C2AEFA;
}
.TagClassName
{
border-color: #C2AEFA;
}
</style>