Shades of Melrose #C8ADF5
Tints of Melrose #C8ADF5
RGB
CMYK
RGB Variations
Color information
#C8ADF5 (or 0xC8ADF5) is known color: Melrose. HEX triplet: C8, AD and F5. RGB value is (200,173,245). Sum of RGB (Red+Green+Blue) = 200+173+245=618 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.36% from 618); Green value is 173 (67.97% from 255 or 27.99% from 618); Blue value is 245 (96.09% from 255 or 39.64% from 618); Max value from RGB is 245 - color contains mainly: blue. Hex color #C8ADF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADF5 is #37520A. Grayscale: #BDBDBD. Windows color (decimal): -3625483 or 16100808. OLE color: 16100808.
HSL color Cylindrical-coordinate representation of color #C8ADF5: hue angle of 262.5º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8ADF5 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 173 | 245 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.04 |
| HSL | 262.5º | 0.78% | 0.82% | - |
| HSV(B) | 262.5º | 0.29% | 0.96% | - |
| XYZ | 55.24 | 48.76 | 92.89 | - |
| YUV | 189.28 | 159.45 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 245 | 0.18 | 0.29 | 0 | 0.04 | 262.5 | 0.78 | 0.82 |
| Hex | C8 | AD | F5 | 12 | 1D | 0 | 4 | 106 | 4E | 52 |
| Octal | 310 | 255 | 365 | 22 | 35 | 0 | 4 | 406 | 116 | 122 |
| Binary | 11001000 | 10101101 | 11110101 | 10010 | 11101 | 0 | 100 | 100000110 | 1001110 | 1010010 |
Color Harmonies of #C8ADF5
Complementary color
Monochromatic Colors of #C8ADF5
Black with #C8ADF5
Text Example
Text Example
White with #C8ADF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADF5; }
p { color: rgb(200,173,245); }
H1.HeaderClassName
{
color: #C8ADF5;
}
.AnyTagClassName
{
color: #C8ADF5;
}
</style>
background-color css
<style>
a { background-color: #C8ADF5; }
a { background-color: rgb(200,173,245); }
div.DivClassName
{
background-color: #C8ADF5;
}
.BgClassName
{
background-color: #C8ADF5;
}
</style>
border-color css
<style>
span { border-color: #C8ADF5; }
span { border-color: rgb(200,173,245); }
td.TdClassName
{
border-color: #C8ADF5;
}
.TagClassName
{
border-color: #C8ADF5;
}
</style>