Shades of Melrose #C8AEF5
Tints of Melrose #C8AEF5
RGB
CMYK
RGB Variations
Color information
#C8AEF5 (or 0xC8AEF5) is known color: Melrose. HEX triplet: C8, AE and F5. RGB value is (200,174,245). Sum of RGB (Red+Green+Blue) = 200+174+245=619 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.31% from 619); Green value is 174 (68.36% from 255 or 28.11% from 619); Blue value is 245 (96.09% from 255 or 39.58% from 619); Max value from RGB is 245 - color contains mainly: blue. Hex color #C8AEF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AEF5 is #37510A. Grayscale: #BDBDBD. Windows color (decimal): -3625227 or 16101064. OLE color: 16101064.
HSL color Cylindrical-coordinate representation of color #C8AEF5: hue angle of 261.97º 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 #C8AEF5 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 174 | 245 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.04 |
| HSL | 261.97º | 0.78% | 0.82% | - |
| HSV(B) | 261.97º | 0.29% | 0.96% | - |
| XYZ | 55.44 | 49.14 | 92.95 | - |
| YUV | 189.87 | 159.11 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 245 | 0.18 | 0.29 | 0 | 0.04 | 261.97 | 0.78 | 0.82 |
| Hex | C8 | AE | F5 | 12 | 1D | 0 | 4 | 106 | 4E | 52 |
| Octal | 310 | 256 | 365 | 22 | 35 | 0 | 4 | 406 | 116 | 122 |
| Binary | 11001000 | 10101110 | 11110101 | 10010 | 11101 | 0 | 100 | 100000110 | 1001110 | 1010010 |
Color Harmonies of #C8AEF5
Complementary color
Monochromatic Colors of #C8AEF5
Black with #C8AEF5
Text Example
Text Example
White with #C8AEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEF5; }
p { color: rgb(200,174,245); }
H1.HeaderClassName
{
color: #C8AEF5;
}
.AnyTagClassName
{
color: #C8AEF5;
}
</style>
background-color css
<style>
a { background-color: #C8AEF5; }
a { background-color: rgb(200,174,245); }
div.DivClassName
{
background-color: #C8AEF5;
}
.BgClassName
{
background-color: #C8AEF5;
}
</style>
border-color css
<style>
span { border-color: #C8AEF5; }
span { border-color: rgb(200,174,245); }
td.TdClassName
{
border-color: #C8AEF5;
}
.TagClassName
{
border-color: #C8AEF5;
}
</style>