Shades of Melrose #C7ADF8
Tints of Melrose #C7ADF8
RGB
CMYK
RGB Variations
Color information
#C7ADF8 (or 0xC7ADF8) is known color: Melrose. HEX triplet: C7, AD and F8. RGB value is (199,173,248). Sum of RGB (Red+Green+Blue) = 199+173+248=620 (82% of max value = 765). Red value is 199 (78.12% from 255 or 32.10% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #C7ADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ADF8 is #385207. Grayscale: #BDBDBD. Windows color (decimal): -3691016 or 16297415. OLE color: 16297415.
HSL color Cylindrical-coordinate representation of color #C7ADF8: hue angle of 260.8º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7ADF8 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 173 | 248 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.03 |
| HSL | 260.8º | 0.84% | 0.83% | - |
| HSV(B) | 260.8º | 0.3% | 0.97% | - |
| XYZ | 55.44 | 48.81 | 95.31 | - |
| YUV | 189.32 | 161.11 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 248 | 0.20 | 0.30 | 0 | 0.03 | 260.8 | 0.84 | 0.83 |
| Hex | C7 | AD | F8 | 14 | 1E | 0 | 3 | 105 | 54 | 53 |
| Octal | 307 | 255 | 370 | 24 | 36 | 0 | 3 | 405 | 124 | 123 |
| Binary | 11000111 | 10101101 | 11111000 | 10100 | 11110 | 0 | 11 | 100000101 | 1010100 | 1010011 |
Color Harmonies of #C7ADF8
Complementary color
Monochromatic Colors of #C7ADF8
Black with #C7ADF8
Text Example
Text Example
White with #C7ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7ADF8; }
p { color: rgb(199,173,248); }
H1.HeaderClassName
{
color: #C7ADF8;
}
.AnyTagClassName
{
color: #C7ADF8;
}
</style>
background-color css
<style>
a { background-color: #C7ADF8; }
a { background-color: rgb(199,173,248); }
div.DivClassName
{
background-color: #C7ADF8;
}
.BgClassName
{
background-color: #C7ADF8;
}
</style>
border-color css
<style>
span { border-color: #C7ADF8; }
span { border-color: rgb(199,173,248); }
td.TdClassName
{
border-color: #C7ADF8;
}
.TagClassName
{
border-color: #C7ADF8;
}
</style>