Shades of Melrose #C1ADFC
Tints of Melrose #C1ADFC
RGB
CMYK
RGB Variations
Color information
#C1ADFC (or 0xC1ADFC) is known color: Melrose. HEX triplet: C1, AD and FC. RGB value is (193,173,252). Sum of RGB (Red+Green+Blue) = 193+173+252=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 173 (67.97% from 255 or 27.99% 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 #C1ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ADFC is #3E5203. Grayscale: #BBBBBB. Windows color (decimal): -4084228 or 16559553. OLE color: 16559553.
HSL color Cylindrical-coordinate representation of color #C1ADFC: hue angle of 255.19º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1ADFC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 173 | 252 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.01 |
| HSL | 255.19º | 0.93% | 0.83% | - |
| HSV(B) | 255.19º | 0.31% | 0.99% | - |
| XYZ | 54.51 | 48.25 | 98.54 | - |
| YUV | 187.99 | 164.13 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 173 | 252 | 0.23 | 0.31 | 0 | 0.01 | 255.19 | 0.93 | 0.83 |
| Hex | C1 | AD | FC | 17 | 1F | 0 | 1 | FF | 5D | 53 |
| Octal | 301 | 255 | 374 | 27 | 37 | 0 | 1 | 377 | 135 | 123 |
| Binary | 11000001 | 10101101 | 11111100 | 10111 | 11111 | 0 | 1 | 11111111 | 1011101 | 1010011 |
Color Harmonies of #C1ADFC
Complementary color
Monochromatic Colors of #C1ADFC
Black with #C1ADFC
Text Example
Text Example
White with #C1ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ADFC; }
p { color: rgb(193,173,252); }
H1.HeaderClassName
{
color: #C1ADFC;
}
.AnyTagClassName
{
color: #C1ADFC;
}
</style>
background-color css
<style>
a { background-color: #C1ADFC; }
a { background-color: rgb(193,173,252); }
div.DivClassName
{
background-color: #C1ADFC;
}
.BgClassName
{
background-color: #C1ADFC;
}
</style>
border-color css
<style>
span { border-color: #C1ADFC; }
span { border-color: rgb(193,173,252); }
td.TdClassName
{
border-color: #C1ADFC;
}
.TagClassName
{
border-color: #C1ADFC;
}
</style>