Shades of Melrose #C4AEFC
Tints of Melrose #C4AEFC
RGB
CMYK
RGB Variations
Color information
#C4AEFC (or 0xC4AEFC) is known color: Melrose. HEX triplet: C4, AE and FC. RGB value is (196,174,252). Sum of RGB (Red+Green+Blue) = 196+174+252=622 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.51% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #C4AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AEFC is #3B5103. Grayscale: #BDBDBD. Windows color (decimal): -3887364 or 16559812. OLE color: 16559812.
HSL color Cylindrical-coordinate representation of color #C4AEFC: hue angle of 256.92º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C4AEFC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 174 | 252 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.01 |
| HSL | 256.92º | 0.93% | 0.84% | - |
| HSV(B) | 256.92º | 0.31% | 0.99% | - |
| XYZ | 55.47 | 49.04 | 98.64 | - |
| YUV | 189.47 | 163.29 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 252 | 0.22 | 0.31 | 0 | 0.01 | 256.92 | 0.93 | 0.84 |
| Hex | C4 | AE | FC | 16 | 1F | 0 | 1 | 101 | 5D | 54 |
| Octal | 304 | 256 | 374 | 26 | 37 | 0 | 1 | 401 | 135 | 124 |
| Binary | 11000100 | 10101110 | 11111100 | 10110 | 11111 | 0 | 1 | 100000001 | 1011101 | 1010100 |
Color Harmonies of #C4AEFC
Complementary color
Monochromatic Colors of #C4AEFC
Black with #C4AEFC
Text Example
Text Example
White with #C4AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEFC; }
p { color: rgb(196,174,252); }
H1.HeaderClassName
{
color: #C4AEFC;
}
.AnyTagClassName
{
color: #C4AEFC;
}
</style>
background-color css
<style>
a { background-color: #C4AEFC; }
a { background-color: rgb(196,174,252); }
div.DivClassName
{
background-color: #C4AEFC;
}
.BgClassName
{
background-color: #C4AEFC;
}
</style>
border-color css
<style>
span { border-color: #C4AEFC; }
span { border-color: rgb(196,174,252); }
td.TdClassName
{
border-color: #C4AEFC;
}
.TagClassName
{
border-color: #C4AEFC;
}
</style>