Shades of Melrose #C5AEF2
Tints of Melrose #C5AEF2
RGB
CMYK
RGB Variations
Color information
#C5AEF2 (or 0xC5AEF2) is known color: Melrose. HEX triplet: C5, AE and F2. RGB value is (197,174,242). Sum of RGB (Red+Green+Blue) = 197+174+242=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 174 (68.36% from 255 or 28.38% from 613); Blue value is 242 (94.92% from 255 or 39.48% from 613); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5AEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AEF2 is #3A510D. Grayscale: #BCBCBC. Windows color (decimal): -3821838 or 15904453. OLE color: 15904453.
HSL color Cylindrical-coordinate representation of color #C5AEF2: hue angle of 260.29º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5AEF2 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 174 | 242 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.05 |
| HSL | 260.29º | 0.72% | 0.82% | - |
| HSV(B) | 260.29º | 0.28% | 0.95% | - |
| XYZ | 54.19 | 48.55 | 90.52 | - |
| YUV | 188.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 174 | 242 | 0.19 | 0.28 | 0 | 0.05 | 260.29 | 0.72 | 0.82 |
| Hex | C5 | AE | F2 | 13 | 1C | 0 | 5 | 104 | 48 | 52 |
| Octal | 305 | 256 | 362 | 23 | 34 | 0 | 5 | 404 | 110 | 122 |
| Binary | 11000101 | 10101110 | 11110010 | 10011 | 11100 | 0 | 101 | 100000100 | 1001000 | 1010010 |
Color Harmonies of #C5AEF2
Complementary color
Monochromatic Colors of #C5AEF2
Black with #C5AEF2
Text Example
Text Example
White with #C5AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AEF2; }
p { color: rgb(197,174,242); }
H1.HeaderClassName
{
color: #C5AEF2;
}
.AnyTagClassName
{
color: #C5AEF2;
}
</style>
background-color css
<style>
a { background-color: #C5AEF2; }
a { background-color: rgb(197,174,242); }
div.DivClassName
{
background-color: #C5AEF2;
}
.BgClassName
{
background-color: #C5AEF2;
}
</style>
border-color css
<style>
span { border-color: #C5AEF2; }
span { border-color: rgb(197,174,242); }
td.TdClassName
{
border-color: #C5AEF2;
}
.TagClassName
{
border-color: #C5AEF2;
}
</style>