Shades of Melrose #C1AFEF
Tints of Melrose #C1AFEF
RGB
CMYK
RGB Variations
Color information
#C1AFEF (or 0xC1AFEF) is known color: Melrose. HEX triplet: C1, AF and EF. RGB value is (193,175,239). Sum of RGB (Red+Green+Blue) = 193+175+239=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1AFEF is #3E5010. Grayscale: #BBBBBB. Windows color (decimal): -4083729 or 15708097. OLE color: 15708097.
HSL color Cylindrical-coordinate representation of color #C1AFEF: hue angle of 256.88º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1AFEF is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 175 | 239 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.06 |
| HSL | 256.88º | 0.67% | 0.81% | - |
| HSV(B) | 256.88º | 0.27% | 0.94% | - |
| XYZ | 52.9 | 48.23 | 88.18 | - |
| YUV | 187.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 239 | 0.19 | 0.27 | 0 | 0.06 | 256.88 | 0.67 | 0.81 |
| Hex | C1 | AF | EF | 13 | 1B | 0 | 6 | 101 | 43 | 51 |
| Octal | 301 | 257 | 357 | 23 | 33 | 0 | 6 | 401 | 103 | 121 |
| Binary | 11000001 | 10101111 | 11101111 | 10011 | 11011 | 0 | 110 | 100000001 | 1000011 | 1010001 |
Color Harmonies of #C1AFEF
Complementary color
Monochromatic Colors of #C1AFEF
Black with #C1AFEF
Text Example
Text Example
White with #C1AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AFEF; }
p { color: rgb(193,175,239); }
H1.HeaderClassName
{
color: #C1AFEF;
}
.AnyTagClassName
{
color: #C1AFEF;
}
</style>
background-color css
<style>
a { background-color: #C1AFEF; }
a { background-color: rgb(193,175,239); }
div.DivClassName
{
background-color: #C1AFEF;
}
.BgClassName
{
background-color: #C1AFEF;
}
</style>
border-color css
<style>
span { border-color: #C1AFEF; }
span { border-color: rgb(193,175,239); }
td.TdClassName
{
border-color: #C1AFEF;
}
.TagClassName
{
border-color: #C1AFEF;
}
</style>