Shades of Melrose #C8ADF8
Tints of Melrose #C8ADF8
RGB
CMYK
RGB Variations
Color information
#C8ADF8 (or 0xC8ADF8) is known color: Melrose. HEX triplet: C8, AD and F8. RGB value is (200,173,248). Sum of RGB (Red+Green+Blue) = 200+173+248=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 173 (67.97% from 255 or 27.86% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #C8ADF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADF8 is #375207. Grayscale: #BDBDBD. Windows color (decimal): -3625480 or 16297416. OLE color: 16297416.
HSL color Cylindrical-coordinate representation of color #C8ADF8: hue angle of 261.6º 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 #C8ADF8 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 173 | 248 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.03 |
| HSL | 261.6º | 0.84% | 0.83% | - |
| HSV(B) | 261.6º | 0.3% | 0.97% | - |
| XYZ | 55.71 | 48.94 | 95.32 | - |
| YUV | 189.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 248 | 0.19 | 0.30 | 0 | 0.03 | 261.6 | 0.84 | 0.83 |
| Hex | C8 | AD | F8 | 13 | 1E | 0 | 3 | 106 | 54 | 53 |
| Octal | 310 | 255 | 370 | 23 | 36 | 0 | 3 | 406 | 124 | 123 |
| Binary | 11001000 | 10101101 | 11111000 | 10011 | 11110 | 0 | 11 | 100000110 | 1010100 | 1010011 |
Color Harmonies of #C8ADF8
Complementary color
Monochromatic Colors of #C8ADF8
Black with #C8ADF8
Text Example
Text Example
White with #C8ADF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADF8; }
p { color: rgb(200,173,248); }
H1.HeaderClassName
{
color: #C8ADF8;
}
.AnyTagClassName
{
color: #C8ADF8;
}
</style>
background-color css
<style>
a { background-color: #C8ADF8; }
a { background-color: rgb(200,173,248); }
div.DivClassName
{
background-color: #C8ADF8;
}
.BgClassName
{
background-color: #C8ADF8;
}
</style>
border-color css
<style>
span { border-color: #C8ADF8; }
span { border-color: rgb(200,173,248); }
td.TdClassName
{
border-color: #C8ADF8;
}
.TagClassName
{
border-color: #C8ADF8;
}
</style>