Shades of Melrose #C5AFEA
Tints of Melrose #C5AFEA
RGB
CMYK
RGB Variations
Color information
#C5AFEA (or 0xC5AFEA) is known color: Melrose. HEX triplet: C5, AF and EA. RGB value is (197,175,234). Sum of RGB (Red+Green+Blue) = 197+175+234=606 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.51% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #C5AFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFEA is #3A5015. Grayscale: #BCBCBC. Windows color (decimal): -3821590 or 15380421. OLE color: 15380421.
HSL color Cylindrical-coordinate representation of color #C5AFEA: hue angle of 262.37º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5AFEA is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 175 | 234 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.08 |
| HSL | 262.37º | 0.58% | 0.8% | - |
| HSV(B) | 262.37º | 0.25% | 0.92% | - |
| XYZ | 53.21 | 48.47 | 84.39 | - |
| YUV | 188.3 | 153.79 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 234 | 0.16 | 0.25 | 0 | 0.08 | 262.37 | 0.58 | 0.8 |
| Hex | C5 | AF | EA | 10 | 19 | 0 | 8 | 106 | 3A | 50 |
| Octal | 305 | 257 | 352 | 20 | 31 | 0 | 10 | 406 | 72 | 120 |
| Binary | 11000101 | 10101111 | 11101010 | 10000 | 11001 | 0 | 1000 | 100000110 | 111010 | 1010000 |
Color Harmonies of #C5AFEA
Complementary color
Monochromatic Colors of #C5AFEA
Black with #C5AFEA
Text Example
Text Example
White with #C5AFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFEA; }
p { color: rgb(197,175,234); }
H1.HeaderClassName
{
color: #C5AFEA;
}
.AnyTagClassName
{
color: #C5AFEA;
}
</style>
background-color css
<style>
a { background-color: #C5AFEA; }
a { background-color: rgb(197,175,234); }
div.DivClassName
{
background-color: #C5AFEA;
}
.BgClassName
{
background-color: #C5AFEA;
}
</style>
border-color css
<style>
span { border-color: #C5AFEA; }
span { border-color: rgb(197,175,234); }
td.TdClassName
{
border-color: #C5AFEA;
}
.TagClassName
{
border-color: #C5AFEA;
}
</style>