Shades of Melrose #C1ACF9
Tints of Melrose #C1ACF9
RGB
CMYK
RGB Variations
Color information
#C1ACF9 (or 0xC1ACF9) is known color: Melrose. HEX triplet: C1, AC and F9. RGB value is (193,172,249). Sum of RGB (Red+Green+Blue) = 193+172+249=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 249 (97.66% from 255 or 40.55% from 614); Max value from RGB is 249 - color contains mainly: blue. Hex color #C1ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ACF9 is #3E5306. Grayscale: #BABABA. Windows color (decimal): -4084487 or 16362689. OLE color: 16362689.
HSL color Cylindrical-coordinate representation of color #C1ACF9: hue angle of 256.36º 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 #C1ACF9 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 172 | 249 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.02 |
| HSL | 256.36º | 0.87% | 0.83% | - |
| HSV(B) | 256.36º | 0.31% | 0.98% | - |
| XYZ | 53.84 | 47.68 | 95.99 | - |
| YUV | 187.06 | 162.96 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 172 | 249 | 0.22 | 0.31 | 0 | 0.02 | 256.36 | 0.87 | 0.83 |
| Hex | C1 | AC | F9 | 16 | 1F | 0 | 2 | 100 | 57 | 53 |
| Octal | 301 | 254 | 371 | 26 | 37 | 0 | 2 | 400 | 127 | 123 |
| Binary | 11000001 | 10101100 | 11111001 | 10110 | 11111 | 0 | 10 | 100000000 | 1010111 | 1010011 |
Color Harmonies of #C1ACF9
Complementary color
Monochromatic Colors of #C1ACF9
Black with #C1ACF9
Text Example
Text Example
White with #C1ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ACF9; }
p { color: rgb(193,172,249); }
H1.HeaderClassName
{
color: #C1ACF9;
}
.AnyTagClassName
{
color: #C1ACF9;
}
</style>
background-color css
<style>
a { background-color: #C1ACF9; }
a { background-color: rgb(193,172,249); }
div.DivClassName
{
background-color: #C1ACF9;
}
.BgClassName
{
background-color: #C1ACF9;
}
</style>
border-color css
<style>
span { border-color: #C1ACF9; }
span { border-color: rgb(193,172,249); }
td.TdClassName
{
border-color: #C1ACF9;
}
.TagClassName
{
border-color: #C1ACF9;
}
</style>