Shades of Melrose #C0AFE7
Tints of Melrose #C0AFE7
RGB
CMYK
RGB Variations
Color information
#C0AFE7 (or 0xC0AFE7) is known color: Melrose. HEX triplet: C0, AF and E7. RGB value is (192,175,231). Sum of RGB (Red+Green+Blue) = 192+175+231=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 231 (90.62% from 255 or 38.63% from 598); Max value from RGB is 231 - color contains mainly: blue. Hex color #C0AFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFE7 is #3F5018. Grayscale: #BABABA. Windows color (decimal): -4149273 or 15183808. OLE color: 15183808.
HSL color Cylindrical-coordinate representation of color #C0AFE7: hue angle of 258.21º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0AFE7 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 175 | 231 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.09 |
| HSL | 258.21º | 0.54% | 0.8% | - |
| HSV(B) | 258.21º | 0.24% | 0.91% | - |
| XYZ | 51.49 | 47.64 | 82.08 | - |
| YUV | 186.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 231 | 0.17 | 0.24 | 0 | 0.09 | 258.21 | 0.54 | 0.8 |
| Hex | C0 | AF | E7 | 11 | 18 | 0 | 9 | 102 | 36 | 50 |
| Octal | 300 | 257 | 347 | 21 | 30 | 0 | 11 | 402 | 66 | 120 |
| Binary | 11000000 | 10101111 | 11100111 | 10001 | 11000 | 0 | 1001 | 100000010 | 110110 | 1010000 |
Color Harmonies of #C0AFE7
Complementary color
Monochromatic Colors of #C0AFE7
Black with #C0AFE7
Text Example
Text Example
White with #C0AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFE7; }
p { color: rgb(192,175,231); }
H1.HeaderClassName
{
color: #C0AFE7;
}
.AnyTagClassName
{
color: #C0AFE7;
}
</style>
background-color css
<style>
a { background-color: #C0AFE7; }
a { background-color: rgb(192,175,231); }
div.DivClassName
{
background-color: #C0AFE7;
}
.BgClassName
{
background-color: #C0AFE7;
}
</style>
border-color css
<style>
span { border-color: #C0AFE7; }
span { border-color: rgb(192,175,231); }
td.TdClassName
{
border-color: #C0AFE7;
}
.TagClassName
{
border-color: #C0AFE7;
}
</style>