Shades of Melrose #C4AAFC
Tints of Melrose #C4AAFC
RGB
CMYK
RGB Variations
Color information
#C4AAFC (or 0xC4AAFC) is known color: Melrose. HEX triplet: C4, AA and FC. RGB value is (196,170,252). Sum of RGB (Red+Green+Blue) = 196+170+252=618 (81% of max value = 765). Red value is 196 (76.95% from 255 or 31.72% from 618); Green value is 170 (66.80% from 255 or 27.51% 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 #C4AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AAFC is #3B5503. Grayscale: #BABABA. Windows color (decimal): -3888388 or 16558788. OLE color: 16558788.
HSL color Cylindrical-coordinate representation of color #C4AAFC: hue angle of 259.02º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C4AAFC is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 196 | 170 | 252 | - |
| CMYK | 0.22 | 0.33 | 0 | 0.01 |
| HSL | 259.02º | 0.93% | 0.83% | - |
| HSV(B) | 259.02º | 0.33% | 0.99% | - |
| XYZ | 54.71 | 47.51 | 98.38 | - |
| YUV | 187.12 | 164.61 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 170 | 252 | 0.22 | 0.33 | 0 | 0.01 | 259.02 | 0.93 | 0.83 |
| Hex | C4 | AA | FC | 16 | 21 | 0 | 1 | 103 | 5D | 53 |
| Octal | 304 | 252 | 374 | 26 | 41 | 0 | 1 | 403 | 135 | 123 |
| Binary | 11000100 | 10101010 | 11111100 | 10110 | 100001 | 0 | 1 | 100000011 | 1011101 | 1010011 |
Color Harmonies of #C4AAFC
Complementary color
Monochromatic Colors of #C4AAFC
Black with #C4AAFC
Text Example
Text Example
White with #C4AAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AAFC; }
p { color: rgb(196,170,252); }
H1.HeaderClassName
{
color: #C4AAFC;
}
.AnyTagClassName
{
color: #C4AAFC;
}
</style>
background-color css
<style>
a { background-color: #C4AAFC; }
a { background-color: rgb(196,170,252); }
div.DivClassName
{
background-color: #C4AAFC;
}
.BgClassName
{
background-color: #C4AAFC;
}
</style>
border-color css
<style>
span { border-color: #C4AAFC; }
span { border-color: rgb(196,170,252); }
td.TdClassName
{
border-color: #C4AAFC;
}
.TagClassName
{
border-color: #C4AAFC;
}
</style>