Shades of Melrose #C0ADEF
Tints of Melrose #C0ADEF
RGB
CMYK
RGB Variations
Color information
#C0ADEF (or 0xC0ADEF) is known color: Melrose. HEX triplet: C0, AD and EF. RGB value is (192,173,239). Sum of RGB (Red+Green+Blue) = 192+173+239=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0ADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADEF is #3F5210. Grayscale: #B9B9B9. Windows color (decimal): -4149777 or 15707584. OLE color: 15707584.
HSL color Cylindrical-coordinate representation of color #C0ADEF: hue angle of 257.27º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0ADEF is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 173 | 239 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.06 |
| HSL | 257.27º | 0.67% | 0.81% | - |
| HSV(B) | 257.27º | 0.28% | 0.94% | - |
| XYZ | 52.26 | 47.33 | 88.04 | - |
| YUV | 186.21 | 157.79 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 239 | 0.20 | 0.28 | 0 | 0.06 | 257.27 | 0.67 | 0.81 |
| Hex | C0 | AD | EF | 14 | 1C | 0 | 6 | 101 | 43 | 51 |
| Octal | 300 | 255 | 357 | 24 | 34 | 0 | 6 | 401 | 103 | 121 |
| Binary | 11000000 | 10101101 | 11101111 | 10100 | 11100 | 0 | 110 | 100000001 | 1000011 | 1010001 |
Color Harmonies of #C0ADEF
Complementary color
Monochromatic Colors of #C0ADEF
Black with #C0ADEF
Text Example
Text Example
White with #C0ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADEF; }
p { color: rgb(192,173,239); }
H1.HeaderClassName
{
color: #C0ADEF;
}
.AnyTagClassName
{
color: #C0ADEF;
}
</style>
background-color css
<style>
a { background-color: #C0ADEF; }
a { background-color: rgb(192,173,239); }
div.DivClassName
{
background-color: #C0ADEF;
}
.BgClassName
{
background-color: #C0ADEF;
}
</style>
border-color css
<style>
span { border-color: #C0ADEF; }
span { border-color: rgb(192,173,239); }
td.TdClassName
{
border-color: #C0ADEF;
}
.TagClassName
{
border-color: #C0ADEF;
}
</style>