Shades of Melrose #C0ADEA
Tints of Melrose #C0ADEA
RGB
CMYK
RGB Variations
Color information
#C0ADEA (or 0xC0ADEA) is known color: Melrose. HEX triplet: C0, AD and EA. RGB value is (192,173,234). Sum of RGB (Red+Green+Blue) = 192+173+234=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 173 (67.97% from 255 or 28.88% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0ADEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADEA is #3F5215. Grayscale: #B9B9B9. Windows color (decimal): -4149782 or 15379904. OLE color: 15379904.
HSL color Cylindrical-coordinate representation of color #C0ADEA: hue angle of 258.69º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C0ADEA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 173 | 234 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.08 |
| HSL | 258.69º | 0.59% | 0.8% | - |
| HSV(B) | 258.69º | 0.26% | 0.92% | - |
| XYZ | 51.53 | 47.03 | 84.2 | - |
| YUV | 185.64 | 155.29 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 234 | 0.18 | 0.26 | 0 | 0.08 | 258.69 | 0.59 | 0.8 |
| Hex | C0 | AD | EA | 12 | 1A | 0 | 8 | 103 | 3B | 50 |
| Octal | 300 | 255 | 352 | 22 | 32 | 0 | 10 | 403 | 73 | 120 |
| Binary | 11000000 | 10101101 | 11101010 | 10010 | 11010 | 0 | 1000 | 100000011 | 111011 | 1010000 |
Color Harmonies of #C0ADEA
Complementary color
Monochromatic Colors of #C0ADEA
Black with #C0ADEA
Text Example
Text Example
White with #C0ADEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADEA; }
p { color: rgb(192,173,234); }
H1.HeaderClassName
{
color: #C0ADEA;
}
.AnyTagClassName
{
color: #C0ADEA;
}
</style>
background-color css
<style>
a { background-color: #C0ADEA; }
a { background-color: rgb(192,173,234); }
div.DivClassName
{
background-color: #C0ADEA;
}
.BgClassName
{
background-color: #C0ADEA;
}
</style>
border-color css
<style>
span { border-color: #C0ADEA; }
span { border-color: rgb(192,173,234); }
td.TdClassName
{
border-color: #C0ADEA;
}
.TagClassName
{
border-color: #C0ADEA;
}
</style>