Shades of Melrose #C5ADFC
Tints of Melrose #C5ADFC
RGB
CMYK
RGB Variations
Color information
#C5ADFC (or 0xC5ADFC) is known color: Melrose. HEX triplet: C5, AD and FC. RGB value is (197,173,252). Sum of RGB (Red+Green+Blue) = 197+173+252=622 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.67% from 622); Green value is 173 (67.97% from 255 or 27.81% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #C5ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADFC is #3A5203. Grayscale: #BCBCBC. Windows color (decimal): -3822084 or 16559557. OLE color: 16559557.
HSL color Cylindrical-coordinate representation of color #C5ADFC: hue angle of 258.23º 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 #C5ADFC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 173 | 252 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.01 |
| HSL | 258.23º | 0.93% | 0.83% | - |
| HSV(B) | 258.23º | 0.31% | 0.99% | - |
| XYZ | 55.54 | 48.79 | 98.58 | - |
| YUV | 189.18 | 163.45 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 252 | 0.22 | 0.31 | 0 | 0.01 | 258.23 | 0.93 | 0.83 |
| Hex | C5 | AD | FC | 16 | 1F | 0 | 1 | 102 | 5D | 53 |
| Octal | 305 | 255 | 374 | 26 | 37 | 0 | 1 | 402 | 135 | 123 |
| Binary | 11000101 | 10101101 | 11111100 | 10110 | 11111 | 0 | 1 | 100000010 | 1011101 | 1010011 |
Color Harmonies of #C5ADFC
Complementary color
Monochromatic Colors of #C5ADFC
Black with #C5ADFC
Text Example
Text Example
White with #C5ADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADFC; }
p { color: rgb(197,173,252); }
H1.HeaderClassName
{
color: #C5ADFC;
}
.AnyTagClassName
{
color: #C5ADFC;
}
</style>
background-color css
<style>
a { background-color: #C5ADFC; }
a { background-color: rgb(197,173,252); }
div.DivClassName
{
background-color: #C5ADFC;
}
.BgClassName
{
background-color: #C5ADFC;
}
</style>
border-color css
<style>
span { border-color: #C5ADFC; }
span { border-color: rgb(197,173,252); }
td.TdClassName
{
border-color: #C5ADFC;
}
.TagClassName
{
border-color: #C5ADFC;
}
</style>