Shades of Melrose #C2ACFC
Tints of Melrose #C2ACFC
RGB
CMYK
RGB Variations
Color information
#C2ACFC (or 0xC2ACFC) is known color: Melrose. HEX triplet: C2, AC and FC. RGB value is (194,172,252). Sum of RGB (Red+Green+Blue) = 194+172+252=618 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.39% from 618); Green value is 172 (67.58% from 255 or 27.83% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #C2ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACFC is #3D5303. Grayscale: #BBBBBB. Windows color (decimal): -4018948 or 16559298. OLE color: 16559298.
HSL color Cylindrical-coordinate representation of color #C2ACFC: hue angle of 256.5º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2ACFC is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 172 | 252 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.01 |
| HSL | 256.5º | 0.93% | 0.83% | - |
| HSV(B) | 256.5º | 0.32% | 0.99% | - |
| XYZ | 54.57 | 48 | 98.48 | - |
| YUV | 187.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 252 | 0.23 | 0.32 | 0 | 0.01 | 256.5 | 0.93 | 0.83 |
| Hex | C2 | AC | FC | 17 | 20 | 0 | 1 | 100 | 5D | 53 |
| Octal | 302 | 254 | 374 | 27 | 40 | 0 | 1 | 400 | 135 | 123 |
| Binary | 11000010 | 10101100 | 11111100 | 10111 | 100000 | 0 | 1 | 100000000 | 1011101 | 1010011 |
Color Harmonies of #C2ACFC
Complementary color
Monochromatic Colors of #C2ACFC
Black with #C2ACFC
Text Example
Text Example
White with #C2ACFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACFC; }
p { color: rgb(194,172,252); }
H1.HeaderClassName
{
color: #C2ACFC;
}
.AnyTagClassName
{
color: #C2ACFC;
}
</style>
background-color css
<style>
a { background-color: #C2ACFC; }
a { background-color: rgb(194,172,252); }
div.DivClassName
{
background-color: #C2ACFC;
}
.BgClassName
{
background-color: #C2ACFC;
}
</style>
border-color css
<style>
span { border-color: #C2ACFC; }
span { border-color: rgb(194,172,252); }
td.TdClassName
{
border-color: #C2ACFC;
}
.TagClassName
{
border-color: #C2ACFC;
}
</style>