Shades of Melrose #C1ADF1
Tints of Melrose #C1ADF1
RGB
CMYK
RGB Variations
Color information
#C1ADF1 (or 0xC1ADF1) is known color: Melrose. HEX triplet: C1, AD and F1. RGB value is (193,173,241). Sum of RGB (Red+Green+Blue) = 193+173+241=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #C1ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADF1 is #3E520E. Grayscale: #BABABA. Windows color (decimal): -4084239 or 15838657. OLE color: 15838657.
HSL color Cylindrical-coordinate representation of color #C1ADF1: hue angle of 257.65º 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 #C1ADF1 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 173 | 241 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.05 |
| HSL | 257.65º | 0.71% | 0.81% | - |
| HSV(B) | 257.65º | 0.28% | 0.95% | - |
| XYZ | 52.81 | 47.58 | 89.62 | - |
| YUV | 186.73 | 158.63 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 241 | 0.20 | 0.28 | 0 | 0.05 | 257.65 | 0.71 | 0.81 |
| Hex | C1 | AD | F1 | 14 | 1C | 0 | 5 | 102 | 47 | 51 |
| Octal | 301 | 255 | 361 | 24 | 34 | 0 | 5 | 402 | 107 | 121 |
| Binary | 11000001 | 10101101 | 11110001 | 10100 | 11100 | 0 | 101 | 100000010 | 1000111 | 1010001 |
Color Harmonies of #C1ADF1
Complementary color
Monochromatic Colors of #C1ADF1
Black with #C1ADF1
Text Example
Text Example
White with #C1ADF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADF1; }
p { color: rgb(193,173,241); }
H1.HeaderClassName
{
color: #C1ADF1;
}
.AnyTagClassName
{
color: #C1ADF1;
}
</style>
background-color css
<style>
a { background-color: #C1ADF1; }
a { background-color: rgb(193,173,241); }
div.DivClassName
{
background-color: #C1ADF1;
}
.BgClassName
{
background-color: #C1ADF1;
}
</style>
border-color css
<style>
span { border-color: #C1ADF1; }
span { border-color: rgb(193,173,241); }
td.TdClassName
{
border-color: #C1ADF1;
}
.TagClassName
{
border-color: #C1ADF1;
}
</style>