Shades of Melrose #C4ADF1
Tints of Melrose #C4ADF1
RGB
CMYK
RGB Variations
Color information
#C4ADF1 (or 0xC4ADF1) is known color: Melrose. HEX triplet: C4, AD and F1. RGB value is (196,173,241). Sum of RGB (Red+Green+Blue) = 196+173+241=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 173 (67.97% from 255 or 28.36% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #C4ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4ADF1 is #3B520E. Grayscale: #BBBBBB. Windows color (decimal): -3887631 or 15838660. OLE color: 15838660.
HSL color Cylindrical-coordinate representation of color #C4ADF1: hue angle of 260.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4ADF1 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 173 | 241 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.05 |
| HSL | 260.29º | 0.71% | 0.81% | - |
| HSV(B) | 260.29º | 0.28% | 0.95% | - |
| XYZ | 53.59 | 47.97 | 89.65 | - |
| YUV | 187.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 173 | 241 | 0.19 | 0.28 | 0 | 0.05 | 260.29 | 0.71 | 0.81 |
| Hex | C4 | AD | F1 | 13 | 1C | 0 | 5 | 104 | 47 | 51 |
| Octal | 304 | 255 | 361 | 23 | 34 | 0 | 5 | 404 | 107 | 121 |
| Binary | 11000100 | 10101101 | 11110001 | 10011 | 11100 | 0 | 101 | 100000100 | 1000111 | 1010001 |
Color Harmonies of #C4ADF1
Complementary color
Monochromatic Colors of #C4ADF1
Black with #C4ADF1
Text Example
Text Example
White with #C4ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ADF1; }
p { color: rgb(196,173,241); }
H1.HeaderClassName
{
color: #C4ADF1;
}
.AnyTagClassName
{
color: #C4ADF1;
}
</style>
background-color css
<style>
a { background-color: #C4ADF1; }
a { background-color: rgb(196,173,241); }
div.DivClassName
{
background-color: #C4ADF1;
}
.BgClassName
{
background-color: #C4ADF1;
}
</style>
border-color css
<style>
span { border-color: #C4ADF1; }
span { border-color: rgb(196,173,241); }
td.TdClassName
{
border-color: #C4ADF1;
}
.TagClassName
{
border-color: #C4ADF1;
}
</style>