Shades of Melrose #C4ACFF
Tints of Melrose #C4ACFF
RGB
CMYK
RGB Variations
Color information
#C4ACFF (or 0xC4ACFF) is known color: Melrose. HEX triplet: C4, AC and FF. RGB value is (196,172,255). Sum of RGB (Red+Green+Blue) = 196+172+255=623 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.46% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ACFF is #3B5300. Grayscale: #BCBCBC. Windows color (decimal): -3887873 or 16755908. OLE color: 16755908.
HSL color Cylindrical-coordinate representation of color #C4ACFF: hue angle of 257.35º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4ACFF is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 172 | 255 | - |
| CMYK | 0.23 | 0.33 | 0 | 0 |
| HSL | 257.35º | 1% | 0.84% | - |
| HSV(B) | 257.35º | 0.33% | 1% | - |
| XYZ | 55.57 | 48.46 | 101.03 | - |
| YUV | 188.64 | 165.45 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 255 | 0.23 | 0.33 | 0 | 0 | 257.35 | 1 | 0.84 |
| Hex | C4 | AC | FF | 17 | 21 | 0 | 0 | 101 | 64 | 54 |
| Octal | 304 | 254 | 377 | 27 | 41 | 0 | 0 | 401 | 144 | 124 |
| Binary | 11000100 | 10101100 | 11111111 | 10111 | 100001 | 0 | 0 | 100000001 | 1100100 | 1010100 |
Color Harmonies of #C4ACFF
Complementary color
Monochromatic Colors of #C4ACFF
Black with #C4ACFF
Text Example
Text Example
White with #C4ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACFF; }
p { color: rgb(196,172,255); }
H1.HeaderClassName
{
color: #C4ACFF;
}
.AnyTagClassName
{
color: #C4ACFF;
}
</style>
background-color css
<style>
a { background-color: #C4ACFF; }
a { background-color: rgb(196,172,255); }
div.DivClassName
{
background-color: #C4ACFF;
}
.BgClassName
{
background-color: #C4ACFF;
}
</style>
border-color css
<style>
span { border-color: #C4ACFF; }
span { border-color: rgb(196,172,255); }
td.TdClassName
{
border-color: #C4ACFF;
}
.TagClassName
{
border-color: #C4ACFF;
}
</style>