Shades of Melrose #C8AEF8
Tints of Melrose #C8AEF8
RGB
CMYK
RGB Variations
Color information
#C8AEF8 (or 0xC8AEF8) is known color: Melrose. HEX triplet: C8, AE and F8. RGB value is (200,174,248). Sum of RGB (Red+Green+Blue) = 200+174+248=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 248 (97.27% from 255 or 39.87% from 622); Max value from RGB is 248 - color contains mainly: blue. Hex color #C8AEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AEF8 is #375107. Grayscale: #BDBDBD. Windows color (decimal): -3625224 or 16297672. OLE color: 16297672.
HSL color Cylindrical-coordinate representation of color #C8AEF8: hue angle of 261.08º 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 #C8AEF8 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 174 | 248 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.03 |
| HSL | 261.08º | 0.84% | 0.83% | - |
| HSV(B) | 261.08º | 0.3% | 0.97% | - |
| XYZ | 55.9 | 49.33 | 95.38 | - |
| YUV | 190.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 248 | 0.19 | 0.30 | 0 | 0.03 | 261.08 | 0.84 | 0.83 |
| Hex | C8 | AE | F8 | 13 | 1E | 0 | 3 | 105 | 54 | 53 |
| Octal | 310 | 256 | 370 | 23 | 36 | 0 | 3 | 405 | 124 | 123 |
| Binary | 11001000 | 10101110 | 11111000 | 10011 | 11110 | 0 | 11 | 100000101 | 1010100 | 1010011 |
Color Harmonies of #C8AEF8
Complementary color
Monochromatic Colors of #C8AEF8
Black with #C8AEF8
Text Example
Text Example
White with #C8AEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEF8; }
p { color: rgb(200,174,248); }
H1.HeaderClassName
{
color: #C8AEF8;
}
.AnyTagClassName
{
color: #C8AEF8;
}
</style>
background-color css
<style>
a { background-color: #C8AEF8; }
a { background-color: rgb(200,174,248); }
div.DivClassName
{
background-color: #C8AEF8;
}
.BgClassName
{
background-color: #C8AEF8;
}
</style>
border-color css
<style>
span { border-color: #C8AEF8; }
span { border-color: rgb(200,174,248); }
td.TdClassName
{
border-color: #C8AEF8;
}
.TagClassName
{
border-color: #C8AEF8;
}
</style>