Shades of Melrose #C4ACF9
Tints of Melrose #C4ACF9
RGB
CMYK
RGB Variations
Color information
#C4ACF9 (or 0xC4ACF9) is known color: Melrose. HEX triplet: C4, AC and F9. RGB value is (196,172,249). Sum of RGB (Red+Green+Blue) = 196+172+249=617 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.77% from 617); Green value is 172 (67.58% from 255 or 27.88% from 617); Blue value is 249 (97.66% from 255 or 40.36% from 617); Max value from RGB is 249 - color contains mainly: blue. Hex color #C4ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ACF9 is #3B5306. Grayscale: #BBBBBB. Windows color (decimal): -3887879 or 16362692. OLE color: 16362692.
HSL color Cylindrical-coordinate representation of color #C4ACF9: hue angle of 258.7º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4ACF9 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 172 | 249 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.02 |
| HSL | 258.7º | 0.87% | 0.83% | - |
| HSV(B) | 258.7º | 0.31% | 0.98% | - |
| XYZ | 54.62 | 48.08 | 96.02 | - |
| YUV | 187.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 172 | 249 | 0.21 | 0.31 | 0 | 0.02 | 258.7 | 0.87 | 0.83 |
| Hex | C4 | AC | F9 | 15 | 1F | 0 | 2 | 103 | 57 | 53 |
| Octal | 304 | 254 | 371 | 25 | 37 | 0 | 2 | 403 | 127 | 123 |
| Binary | 11000100 | 10101100 | 11111001 | 10101 | 11111 | 0 | 10 | 100000011 | 1010111 | 1010011 |
Color Harmonies of #C4ACF9
Complementary color
Monochromatic Colors of #C4ACF9
Black with #C4ACF9
Text Example
Text Example
White with #C4ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ACF9; }
p { color: rgb(196,172,249); }
H1.HeaderClassName
{
color: #C4ACF9;
}
.AnyTagClassName
{
color: #C4ACF9;
}
</style>
background-color css
<style>
a { background-color: #C4ACF9; }
a { background-color: rgb(196,172,249); }
div.DivClassName
{
background-color: #C4ACF9;
}
.BgClassName
{
background-color: #C4ACF9;
}
</style>
border-color css
<style>
span { border-color: #C4ACF9; }
span { border-color: rgb(196,172,249); }
td.TdClassName
{
border-color: #C4ACF9;
}
.TagClassName
{
border-color: #C4ACF9;
}
</style>