Shades of Melrose #C4AEF2
Tints of Melrose #C4AEF2
RGB
CMYK
RGB Variations
Color information
#C4AEF2 (or 0xC4AEF2) is known color: Melrose. HEX triplet: C4, AE and F2. RGB value is (196,174,242). Sum of RGB (Red+Green+Blue) = 196+174+242=612 (81% of max value = 765). Red value is 196 (76.95% from 255 or 32.03% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #C4AEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4AEF2 is #3B510D. Grayscale: #BCBCBC. Windows color (decimal): -3887374 or 15904452. OLE color: 15904452.
HSL color Cylindrical-coordinate representation of color #C4AEF2: hue angle of 259.41º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4AEF2 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 174 | 242 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.05 |
| HSL | 259.41º | 0.72% | 0.82% | - |
| HSV(B) | 259.41º | 0.28% | 0.95% | - |
| XYZ | 53.93 | 48.42 | 90.51 | - |
| YUV | 188.33 | 158.29 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 242 | 0.19 | 0.28 | 0 | 0.05 | 259.41 | 0.72 | 0.82 |
| Hex | C4 | AE | F2 | 13 | 1C | 0 | 5 | 103 | 48 | 52 |
| Octal | 304 | 256 | 362 | 23 | 34 | 0 | 5 | 403 | 110 | 122 |
| Binary | 11000100 | 10101110 | 11110010 | 10011 | 11100 | 0 | 101 | 100000011 | 1001000 | 1010010 |
Color Harmonies of #C4AEF2
Complementary color
Monochromatic Colors of #C4AEF2
Black with #C4AEF2
Text Example
Text Example
White with #C4AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEF2; }
p { color: rgb(196,174,242); }
H1.HeaderClassName
{
color: #C4AEF2;
}
.AnyTagClassName
{
color: #C4AEF2;
}
</style>
background-color css
<style>
a { background-color: #C4AEF2; }
a { background-color: rgb(196,174,242); }
div.DivClassName
{
background-color: #C4AEF2;
}
.BgClassName
{
background-color: #C4AEF2;
}
</style>
border-color css
<style>
span { border-color: #C4AEF2; }
span { border-color: rgb(196,174,242); }
td.TdClassName
{
border-color: #C4AEF2;
}
.TagClassName
{
border-color: #C4AEF2;
}
</style>