Shades of Melrose #C5ACF8
Tints of Melrose #C5ACF8
RGB
CMYK
RGB Variations
Color information
#C5ACF8 (or 0xC5ACF8) is known color: Melrose. HEX triplet: C5, AC and F8. RGB value is (197,172,248). Sum of RGB (Red+Green+Blue) = 197+172+248=617 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.93% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #C5ACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ACF8 is #3A5307. Grayscale: #BBBBBB. Windows color (decimal): -3822344 or 16297157. OLE color: 16297157.
HSL color Cylindrical-coordinate representation of color #C5ACF8: hue angle of 259.74º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5ACF8 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 172 | 248 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.03 |
| HSL | 259.74º | 0.84% | 0.82% | - |
| HSV(B) | 259.74º | 0.31% | 0.97% | - |
| XYZ | 54.72 | 48.15 | 95.22 | - |
| YUV | 188.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 172 | 248 | 0.21 | 0.31 | 0 | 0.03 | 259.74 | 0.84 | 0.82 |
| Hex | C5 | AC | F8 | 15 | 1F | 0 | 3 | 104 | 54 | 52 |
| Octal | 305 | 254 | 370 | 25 | 37 | 0 | 3 | 404 | 124 | 122 |
| Binary | 11000101 | 10101100 | 11111000 | 10101 | 11111 | 0 | 11 | 100000100 | 1010100 | 1010010 |
Color Harmonies of #C5ACF8
Complementary color
Monochromatic Colors of #C5ACF8
Black with #C5ACF8
Text Example
Text Example
White with #C5ACF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ACF8; }
p { color: rgb(197,172,248); }
H1.HeaderClassName
{
color: #C5ACF8;
}
.AnyTagClassName
{
color: #C5ACF8;
}
</style>
background-color css
<style>
a { background-color: #C5ACF8; }
a { background-color: rgb(197,172,248); }
div.DivClassName
{
background-color: #C5ACF8;
}
.BgClassName
{
background-color: #C5ACF8;
}
</style>
border-color css
<style>
span { border-color: #C5ACF8; }
span { border-color: rgb(197,172,248); }
td.TdClassName
{
border-color: #C5ACF8;
}
.TagClassName
{
border-color: #C5ACF8;
}
</style>