Shades of Melrose #C4AFEF
Tints of Melrose #C4AFEF
RGB
CMYK
RGB Variations
Color information
#C4AFEF (or 0xC4AFEF) is known color: Melrose. HEX triplet: C4, AF and EF. RGB value is (196,175,239). Sum of RGB (Red+Green+Blue) = 196+175+239=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 175 (68.75% from 255 or 28.69% from 610); Blue value is 239 (93.75% from 255 or 39.18% from 610); Max value from RGB is 239 - color contains mainly: blue. Hex color #C4AFEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFEF is #3B5010. Grayscale: #BCBCBC. Windows color (decimal): -3887121 or 15708100. OLE color: 15708100.
HSL color Cylindrical-coordinate representation of color #C4AFEF: hue angle of 259.69º 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 #C4AFEF is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 175 | 239 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.06 |
| HSL | 259.69º | 0.67% | 0.81% | - |
| HSV(B) | 259.69º | 0.27% | 0.94% | - |
| XYZ | 53.67 | 48.63 | 88.22 | - |
| YUV | 188.58 | 156.46 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 239 | 0.18 | 0.27 | 0 | 0.06 | 259.69 | 0.67 | 0.81 |
| Hex | C4 | AF | EF | 12 | 1B | 0 | 6 | 104 | 43 | 51 |
| Octal | 304 | 257 | 357 | 22 | 33 | 0 | 6 | 404 | 103 | 121 |
| Binary | 11000100 | 10101111 | 11101111 | 10010 | 11011 | 0 | 110 | 100000100 | 1000011 | 1010001 |
Color Harmonies of #C4AFEF
Complementary color
Monochromatic Colors of #C4AFEF
Black with #C4AFEF
Text Example
Text Example
White with #C4AFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFEF; }
p { color: rgb(196,175,239); }
H1.HeaderClassName
{
color: #C4AFEF;
}
.AnyTagClassName
{
color: #C4AFEF;
}
</style>
background-color css
<style>
a { background-color: #C4AFEF; }
a { background-color: rgb(196,175,239); }
div.DivClassName
{
background-color: #C4AFEF;
}
.BgClassName
{
background-color: #C4AFEF;
}
</style>
border-color css
<style>
span { border-color: #C4AFEF; }
span { border-color: rgb(196,175,239); }
td.TdClassName
{
border-color: #C4AFEF;
}
.TagClassName
{
border-color: #C4AFEF;
}
</style>