Shades of Melrose #C4AEFF
Tints of Melrose #C4AEFF
RGB
CMYK
RGB Variations
Color information
#C4AEFF (or 0xC4AEFF) is known color: Melrose. HEX triplet: C4, AE and FF. RGB value is (196,174,255). Sum of RGB (Red+Green+Blue) = 196+174+255=625 (82% of max value = 765). Red value is 196 (76.95% from 255 or 31.36% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AEFF is #3B5100. Grayscale: #BDBDBD. Windows color (decimal): -3887361 or 16756420. OLE color: 16756420.
HSL color Cylindrical-coordinate representation of color #C4AEFF: hue angle of 256.3º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4AEFF is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 174 | 255 | - |
| CMYK | 0.23 | 0.32 | 0 | 0 |
| HSL | 256.3º | 1% | 0.84% | - |
| HSV(B) | 256.3º | 0.32% | 1% | - |
| XYZ | 55.95 | 49.23 | 101.16 | - |
| YUV | 189.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 255 | 0.23 | 0.32 | 0 | 0 | 256.3 | 1 | 0.84 |
| Hex | C4 | AE | FF | 17 | 20 | 0 | 0 | 100 | 64 | 54 |
| Octal | 304 | 256 | 377 | 27 | 40 | 0 | 0 | 400 | 144 | 124 |
| Binary | 11000100 | 10101110 | 11111111 | 10111 | 100000 | 0 | 0 | 100000000 | 1100100 | 1010100 |
Color Harmonies of #C4AEFF
Complementary color
Monochromatic Colors of #C4AEFF
Black with #C4AEFF
Text Example
Text Example
White with #C4AEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEFF; }
p { color: rgb(196,174,255); }
H1.HeaderClassName
{
color: #C4AEFF;
}
.AnyTagClassName
{
color: #C4AEFF;
}
</style>
background-color css
<style>
a { background-color: #C4AEFF; }
a { background-color: rgb(196,174,255); }
div.DivClassName
{
background-color: #C4AEFF;
}
.BgClassName
{
background-color: #C4AEFF;
}
</style>
border-color css
<style>
span { border-color: #C4AEFF; }
span { border-color: rgb(196,174,255); }
td.TdClassName
{
border-color: #C4AEFF;
}
.TagClassName
{
border-color: #C4AEFF;
}
</style>