Shades of Melrose #C0AFEC
Tints of Melrose #C0AFEC
RGB
CMYK
RGB Variations
Color information
#C0AFEC (or 0xC0AFEC) is known color: Melrose. HEX triplet: C0, AF and EC. RGB value is (192,175,236). Sum of RGB (Red+Green+Blue) = 192+175+236=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFEC is #3F5013. Grayscale: #BABABA. Windows color (decimal): -4149268 or 15511488. OLE color: 15511488.
HSL color Cylindrical-coordinate representation of color #C0AFEC: hue angle of 256.72º 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 #C0AFEC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 175 | 236 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.07 |
| HSL | 256.72º | 0.62% | 0.81% | - |
| HSV(B) | 256.72º | 0.26% | 0.93% | - |
| XYZ | 52.21 | 47.92 | 85.86 | - |
| YUV | 187.04 | 155.63 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 236 | 0.19 | 0.26 | 0 | 0.07 | 256.72 | 0.62 | 0.81 |
| Hex | C0 | AF | EC | 13 | 1A | 0 | 7 | 101 | 3E | 51 |
| Octal | 300 | 257 | 354 | 23 | 32 | 0 | 7 | 401 | 76 | 121 |
| Binary | 11000000 | 10101111 | 11101100 | 10011 | 11010 | 0 | 111 | 100000001 | 111110 | 1010001 |
Color Harmonies of #C0AFEC
Complementary color
Monochromatic Colors of #C0AFEC
Black with #C0AFEC
Text Example
Text Example
White with #C0AFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFEC; }
p { color: rgb(192,175,236); }
H1.HeaderClassName
{
color: #C0AFEC;
}
.AnyTagClassName
{
color: #C0AFEC;
}
</style>
background-color css
<style>
a { background-color: #C0AFEC; }
a { background-color: rgb(192,175,236); }
div.DivClassName
{
background-color: #C0AFEC;
}
.BgClassName
{
background-color: #C0AFEC;
}
</style>
border-color css
<style>
span { border-color: #C0AFEC; }
span { border-color: rgb(192,175,236); }
td.TdClassName
{
border-color: #C0AFEC;
}
.TagClassName
{
border-color: #C0AFEC;
}
</style>