Shades of Melrose #C2ACEC
Tints of Melrose #C2ACEC
RGB
CMYK
RGB Variations
Color information
#C2ACEC (or 0xC2ACEC) is known color: Melrose. HEX triplet: C2, AC and EC. RGB value is (194,172,236). Sum of RGB (Red+Green+Blue) = 194+172+236=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2ACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACEC is #3D5313. Grayscale: #B9B9B9. Windows color (decimal): -4018964 or 15510722. OLE color: 15510722.
HSL color Cylindrical-coordinate representation of color #C2ACEC: hue angle of 260.62º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2ACEC is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 172 | 236 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.07 |
| HSL | 260.63º | 0.63% | 0.8% | - |
| HSV(B) | 260.63º | 0.27% | 0.93% | - |
| XYZ | 52.14 | 47.03 | 85.69 | - |
| YUV | 185.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 172 | 236 | 0.18 | 0.27 | 0 | 0.07 | 260.63 | 0.63 | 0.8 |
| Hex | C2 | AC | EC | 12 | 1B | 0 | 7 | 105 | 3F | 50 |
| Octal | 302 | 254 | 354 | 22 | 33 | 0 | 7 | 405 | 77 | 120 |
| Binary | 11000010 | 10101100 | 11101100 | 10010 | 11011 | 0 | 111 | 100000101 | 111111 | 1010000 |
Color Harmonies of #C2ACEC
Complementary color
Monochromatic Colors of #C2ACEC
Black with #C2ACEC
Text Example
Text Example
White with #C2ACEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ACEC; }
p { color: rgb(194,172,236); }
H1.HeaderClassName
{
color: #C2ACEC;
}
.AnyTagClassName
{
color: #C2ACEC;
}
</style>
background-color css
<style>
a { background-color: #C2ACEC; }
a { background-color: rgb(194,172,236); }
div.DivClassName
{
background-color: #C2ACEC;
}
.BgClassName
{
background-color: #C2ACEC;
}
</style>
border-color css
<style>
span { border-color: #C2ACEC; }
span { border-color: rgb(194,172,236); }
td.TdClassName
{
border-color: #C2ACEC;
}
.TagClassName
{
border-color: #C2ACEC;
}
</style>