Shades of Melrose #C8AEFC
Tints of Melrose #C8AEFC
RGB
CMYK
RGB Variations
Color information
#C8AEFC (or 0xC8AEFC) is known color: Melrose. HEX triplet: C8, AE and FC. RGB value is (200,174,252). Sum of RGB (Red+Green+Blue) = 200+174+252=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AEFC is #375103. Grayscale: #BEBEBE. Windows color (decimal): -3625220 or 16559816. OLE color: 16559816.
HSL color Cylindrical-coordinate representation of color #C8AEFC: hue angle of 260º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8AEFC is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 174 | 252 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.01 |
| HSL | 260º | 0.93% | 0.84% | - |
| HSV(B) | 260º | 0.31% | 0.99% | - |
| XYZ | 56.53 | 49.58 | 98.69 | - |
| YUV | 190.67 | 162.61 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 252 | 0.21 | 0.31 | 0 | 0.01 | 260 | 0.93 | 0.84 |
| Hex | C8 | AE | FC | 15 | 1F | 0 | 1 | 104 | 5D | 54 |
| Octal | 310 | 256 | 374 | 25 | 37 | 0 | 1 | 404 | 135 | 124 |
| Binary | 11001000 | 10101110 | 11111100 | 10101 | 11111 | 0 | 1 | 100000100 | 1011101 | 1010100 |
Color Harmonies of #C8AEFC
Complementary color
Monochromatic Colors of #C8AEFC
Black with #C8AEFC
Text Example
Text Example
White with #C8AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEFC; }
p { color: rgb(200,174,252); }
H1.HeaderClassName
{
color: #C8AEFC;
}
.AnyTagClassName
{
color: #C8AEFC;
}
</style>
background-color css
<style>
a { background-color: #C8AEFC; }
a { background-color: rgb(200,174,252); }
div.DivClassName
{
background-color: #C8AEFC;
}
.BgClassName
{
background-color: #C8AEFC;
}
</style>
border-color css
<style>
span { border-color: #C8AEFC; }
span { border-color: rgb(200,174,252); }
td.TdClassName
{
border-color: #C8AEFC;
}
.TagClassName
{
border-color: #C8AEFC;
}
</style>