Shades of Melrose #C6AEED
Tints of Melrose #C6AEED
RGB
CMYK
RGB Variations
Color information
#C6AEED (or 0xC6AEED) is known color: Melrose. HEX triplet: C6, AE and ED. RGB value is (198,174,237). Sum of RGB (Red+Green+Blue) = 198+174+237=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 237 - color contains mainly: blue. Hex color #C6AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6AEED is #395112. Grayscale: #BCBCBC. Windows color (decimal): -3756307 or 15576774. OLE color: 15576774.
HSL color Cylindrical-coordinate representation of color #C6AEED: hue angle of 262.86º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C6AEED is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 174 | 237 | - |
| CMYK | 0.16 | 0.27 | 0 | 0.07 |
| HSL | 262.86º | 0.64% | 0.81% | - |
| HSV(B) | 262.86º | 0.27% | 0.93% | - |
| XYZ | 53.71 | 48.39 | 86.63 | - |
| YUV | 188.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 237 | 0.16 | 0.27 | 0 | 0.07 | 262.86 | 0.64 | 0.81 |
| Hex | C6 | AE | ED | 10 | 1B | 0 | 7 | 107 | 40 | 51 |
| Octal | 306 | 256 | 355 | 20 | 33 | 0 | 7 | 407 | 100 | 121 |
| Binary | 11000110 | 10101110 | 11101101 | 10000 | 11011 | 0 | 111 | 100000111 | 1000000 | 1010001 |
Color Harmonies of #C6AEED
Complementary color
Monochromatic Colors of #C6AEED
Black with #C6AEED
Text Example
Text Example
White with #C6AEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AEED; }
p { color: rgb(198,174,237); }
H1.HeaderClassName
{
color: #C6AEED;
}
.AnyTagClassName
{
color: #C6AEED;
}
</style>
background-color css
<style>
a { background-color: #C6AEED; }
a { background-color: rgb(198,174,237); }
div.DivClassName
{
background-color: #C6AEED;
}
.BgClassName
{
background-color: #C6AEED;
}
</style>
border-color css
<style>
span { border-color: #C6AEED; }
span { border-color: rgb(198,174,237); }
td.TdClassName
{
border-color: #C6AEED;
}
.TagClassName
{
border-color: #C6AEED;
}
</style>