Shades of Melrose #C5AFEC
Tints of Melrose #C5AFEC
RGB
CMYK
RGB Variations
Color information
#C5AFEC (or 0xC5AFEC) is known color: Melrose. HEX triplet: C5, AF and EC. RGB value is (197,175,236). Sum of RGB (Red+Green+Blue) = 197+175+236=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 175 (68.75% from 255 or 28.78% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5AFEC is #3A5013. Grayscale: #BCBCBC. Windows color (decimal): -3821588 or 15511493. OLE color: 15511493.
HSL color Cylindrical-coordinate representation of color #C5AFEC: hue angle of 261.64º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5AFEC is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 175 | 236 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.07 |
| HSL | 261.64º | 0.62% | 0.81% | - |
| HSV(B) | 261.64º | 0.26% | 0.93% | - |
| XYZ | 53.5 | 48.59 | 85.92 | - |
| YUV | 188.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 236 | 0.17 | 0.26 | 0 | 0.07 | 261.64 | 0.62 | 0.81 |
| Hex | C5 | AF | EC | 11 | 1A | 0 | 7 | 106 | 3E | 51 |
| Octal | 305 | 257 | 354 | 21 | 32 | 0 | 7 | 406 | 76 | 121 |
| Binary | 11000101 | 10101111 | 11101100 | 10001 | 11010 | 0 | 111 | 100000110 | 111110 | 1010001 |
Color Harmonies of #C5AFEC
Complementary color
Monochromatic Colors of #C5AFEC
Black with #C5AFEC
Text Example
Text Example
White with #C5AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFEC; }
p { color: rgb(197,175,236); }
H1.HeaderClassName
{
color: #C5AFEC;
}
.AnyTagClassName
{
color: #C5AFEC;
}
</style>
background-color css
<style>
a { background-color: #C5AFEC; }
a { background-color: rgb(197,175,236); }
div.DivClassName
{
background-color: #C5AFEC;
}
.BgClassName
{
background-color: #C5AFEC;
}
</style>
border-color css
<style>
span { border-color: #C5AFEC; }
span { border-color: rgb(197,175,236); }
td.TdClassName
{
border-color: #C5AFEC;
}
.TagClassName
{
border-color: #C5AFEC;
}
</style>