Shades of Melrose #C8ADF7
Tints of Melrose #C8ADF7
RGB
CMYK
RGB Variations
Color information
#C8ADF7 (or 0xC8ADF7) is known color: Melrose. HEX triplet: C8, AD and F7. RGB value is (200,173,247). Sum of RGB (Red+Green+Blue) = 200+173+247=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 173 (67.97% from 255 or 27.90% from 620); Blue value is 247 (96.88% from 255 or 39.84% from 620); Max value from RGB is 247 - color contains mainly: blue. Hex color #C8ADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ADF7 is #375208. Grayscale: #BDBDBD. Windows color (decimal): -3625481 or 16231880. OLE color: 16231880.
HSL color Cylindrical-coordinate representation of color #C8ADF7: hue angle of 261.89º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8ADF7 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 173 | 247 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.03 |
| HSL | 261.89º | 0.82% | 0.82% | - |
| HSV(B) | 261.89º | 0.3% | 0.97% | - |
| XYZ | 55.55 | 48.88 | 94.5 | - |
| YUV | 189.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 247 | 0.19 | 0.30 | 0 | 0.03 | 261.89 | 0.82 | 0.82 |
| Hex | C8 | AD | F7 | 13 | 1E | 0 | 3 | 106 | 52 | 52 |
| Octal | 310 | 255 | 367 | 23 | 36 | 0 | 3 | 406 | 122 | 122 |
| Binary | 11001000 | 10101101 | 11110111 | 10011 | 11110 | 0 | 11 | 100000110 | 1010010 | 1010010 |
Color Harmonies of #C8ADF7
Complementary color
Monochromatic Colors of #C8ADF7
Black with #C8ADF7
Text Example
Text Example
White with #C8ADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ADF7; }
p { color: rgb(200,173,247); }
H1.HeaderClassName
{
color: #C8ADF7;
}
.AnyTagClassName
{
color: #C8ADF7;
}
</style>
background-color css
<style>
a { background-color: #C8ADF7; }
a { background-color: rgb(200,173,247); }
div.DivClassName
{
background-color: #C8ADF7;
}
.BgClassName
{
background-color: #C8ADF7;
}
</style>
border-color css
<style>
span { border-color: #C8ADF7; }
span { border-color: rgb(200,173,247); }
td.TdClassName
{
border-color: #C8ADF7;
}
.TagClassName
{
border-color: #C8ADF7;
}
</style>