Shades of Melrose #C2ACFF
Tints of Melrose #C2ACFF
RGB
CMYK
RGB Variations
Color information
#C2ACFF (or 0xC2ACFF) is known color: Melrose. HEX triplet: C2, AC and FF. RGB value is (194,172,255). Sum of RGB (Red+Green+Blue) = 194+172+255=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACFF is #3D5300. Grayscale: #BBBBBB. Windows color (decimal): -4018945 or 16755906. OLE color: 16755906.
HSL color Cylindrical-coordinate representation of color #C2ACFF: hue angle of 255.9º 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 #C2ACFF is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 172 | 255 | - |
| CMYK | 0.24 | 0.33 | 0 | 0 |
| HSL | 255.9º | 1% | 0.84% | - |
| HSV(B) | 255.9º | 0.33% | 1% | - |
| XYZ | 55.05 | 48.19 | 101.01 | - |
| YUV | 188.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 255 | 0.24 | 0.33 | 0 | 0 | 255.9 | 1 | 0.84 |
| Hex | C2 | AC | FF | 18 | 21 | 0 | 0 | 100 | 64 | 54 |
| Octal | 302 | 254 | 377 | 30 | 41 | 0 | 0 | 400 | 144 | 124 |
| Binary | 11000010 | 10101100 | 11111111 | 11000 | 100001 | 0 | 0 | 100000000 | 1100100 | 1010100 |
Color Harmonies of #C2ACFF
Complementary color
Monochromatic Colors of #C2ACFF
Black with #C2ACFF
Text Example
Text Example
White with #C2ACFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACFF; }
p { color: rgb(194,172,255); }
H1.HeaderClassName
{
color: #C2ACFF;
}
.AnyTagClassName
{
color: #C2ACFF;
}
</style>
background-color css
<style>
a { background-color: #C2ACFF; }
a { background-color: rgb(194,172,255); }
div.DivClassName
{
background-color: #C2ACFF;
}
.BgClassName
{
background-color: #C2ACFF;
}
</style>
border-color css
<style>
span { border-color: #C2ACFF; }
span { border-color: rgb(194,172,255); }
td.TdClassName
{
border-color: #C2ACFF;
}
.TagClassName
{
border-color: #C2ACFF;
}
</style>