Shades of Melrose #C4AFF8
Tints of Melrose #C4AFF8
RGB
CMYK
RGB Variations
Color information
#C4AFF8 (or 0xC4AFF8) is known color: Melrose. HEX triplet: C4, AF and F8. RGB value is (196,175,248). Sum of RGB (Red+Green+Blue) = 196+175+248=619 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.66% from 619); Green value is 175 (68.75% from 255 or 28.27% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #C4AFF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AFF8 is #3B5007. Grayscale: #BDBDBD. Windows color (decimal): -3887112 or 16297924. OLE color: 16297924.
HSL color Cylindrical-coordinate representation of color #C4AFF8: hue angle of 257.26º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4AFF8 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 175 | 248 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.03 |
| HSL | 257.26º | 0.84% | 0.83% | - |
| HSV(B) | 257.26º | 0.29% | 0.97% | - |
| XYZ | 55.04 | 49.17 | 95.4 | - |
| YUV | 189.6 | 160.96 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 175 | 248 | 0.21 | 0.29 | 0 | 0.03 | 257.26 | 0.84 | 0.83 |
| Hex | C4 | AF | F8 | 15 | 1D | 0 | 3 | 101 | 54 | 53 |
| Octal | 304 | 257 | 370 | 25 | 35 | 0 | 3 | 401 | 124 | 123 |
| Binary | 11000100 | 10101111 | 11111000 | 10101 | 11101 | 0 | 11 | 100000001 | 1010100 | 1010011 |
Color Harmonies of #C4AFF8
Complementary color
Monochromatic Colors of #C4AFF8
Black with #C4AFF8
Text Example
Text Example
White with #C4AFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AFF8; }
p { color: rgb(196,175,248); }
H1.HeaderClassName
{
color: #C4AFF8;
}
.AnyTagClassName
{
color: #C4AFF8;
}
</style>
background-color css
<style>
a { background-color: #C4AFF8; }
a { background-color: rgb(196,175,248); }
div.DivClassName
{
background-color: #C4AFF8;
}
.BgClassName
{
background-color: #C4AFF8;
}
</style>
border-color css
<style>
span { border-color: #C4AFF8; }
span { border-color: rgb(196,175,248); }
td.TdClassName
{
border-color: #C4AFF8;
}
.TagClassName
{
border-color: #C4AFF8;
}
</style>