Shades of Melrose #C1ADF0
Tints of Melrose #C1ADF0
RGB
CMYK
RGB Variations
Color information
#C1ADF0 (or 0xC1ADF0) is known color: Melrose. HEX triplet: C1, AD and F0. RGB value is (193,173,240). Sum of RGB (Red+Green+Blue) = 193+173+240=606 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.85% from 606); Green value is 173 (67.97% from 255 or 28.55% from 606); Blue value is 240 (94.14% from 255 or 39.60% from 606); Max value from RGB is 240 - color contains mainly: blue. Hex color #C1ADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADF0 is #3E520F. Grayscale: #BABABA. Windows color (decimal): -4084240 or 15773121. OLE color: 15773121.
HSL color Cylindrical-coordinate representation of color #C1ADF0: hue angle of 257.91º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1ADF0 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 173 | 240 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.06 |
| HSL | 257.91º | 0.69% | 0.81% | - |
| HSV(B) | 257.91º | 0.28% | 0.94% | - |
| XYZ | 52.66 | 47.52 | 88.83 | - |
| YUV | 186.62 | 158.13 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 240 | 0.20 | 0.28 | 0 | 0.06 | 257.91 | 0.69 | 0.81 |
| Hex | C1 | AD | F0 | 14 | 1C | 0 | 6 | 102 | 45 | 51 |
| Octal | 301 | 255 | 360 | 24 | 34 | 0 | 6 | 402 | 105 | 121 |
| Binary | 11000001 | 10101101 | 11110000 | 10100 | 11100 | 0 | 110 | 100000010 | 1000101 | 1010001 |
Color Harmonies of #C1ADF0
Complementary color
Monochromatic Colors of #C1ADF0
Black with #C1ADF0
Text Example
Text Example
White with #C1ADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADF0; }
p { color: rgb(193,173,240); }
H1.HeaderClassName
{
color: #C1ADF0;
}
.AnyTagClassName
{
color: #C1ADF0;
}
</style>
background-color css
<style>
a { background-color: #C1ADF0; }
a { background-color: rgb(193,173,240); }
div.DivClassName
{
background-color: #C1ADF0;
}
.BgClassName
{
background-color: #C1ADF0;
}
</style>
border-color css
<style>
span { border-color: #C1ADF0; }
span { border-color: rgb(193,173,240); }
td.TdClassName
{
border-color: #C1ADF0;
}
.TagClassName
{
border-color: #C1ADF0;
}
</style>