Shades of Melrose #C5ADFF
Tints of Melrose #C5ADFF
RGB
CMYK
RGB Variations
Color information
#C5ADFF (or 0xC5ADFF) is known color: Melrose. HEX triplet: C5, AD and FF. RGB value is (197,173,255). Sum of RGB (Red+Green+Blue) = 197+173+255=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 173 (67.97% from 255 or 27.68% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C5ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C5ADFF is #3A5200. Grayscale: #BDBDBD. Windows color (decimal): -3822081 or 16756165. OLE color: 16756165.
HSL color Cylindrical-coordinate representation of color #C5ADFF: hue angle of 257.56º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5ADFF is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 173 | 255 | - |
| CMYK | 0.23 | 0.32 | 0 | 0 |
| HSL | 257.56º | 1% | 0.84% | - |
| HSV(B) | 257.56º | 0.32% | 1% | - |
| XYZ | 56.02 | 48.98 | 101.11 | - |
| YUV | 189.52 | 164.95 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 173 | 255 | 0.23 | 0.32 | 0 | 0 | 257.56 | 1 | 0.84 |
| Hex | C5 | AD | FF | 17 | 20 | 0 | 0 | 102 | 64 | 54 |
| Octal | 305 | 255 | 377 | 27 | 40 | 0 | 0 | 402 | 144 | 124 |
| Binary | 11000101 | 10101101 | 11111111 | 10111 | 100000 | 0 | 0 | 100000010 | 1100100 | 1010100 |
Color Harmonies of #C5ADFF
Complementary color
Monochromatic Colors of #C5ADFF
Black with #C5ADFF
Text Example
Text Example
White with #C5ADFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ADFF; }
p { color: rgb(197,173,255); }
H1.HeaderClassName
{
color: #C5ADFF;
}
.AnyTagClassName
{
color: #C5ADFF;
}
</style>
background-color css
<style>
a { background-color: #C5ADFF; }
a { background-color: rgb(197,173,255); }
div.DivClassName
{
background-color: #C5ADFF;
}
.BgClassName
{
background-color: #C5ADFF;
}
</style>
border-color css
<style>
span { border-color: #C5ADFF; }
span { border-color: rgb(197,173,255); }
td.TdClassName
{
border-color: #C5ADFF;
}
.TagClassName
{
border-color: #C5ADFF;
}
</style>