Shades of Melrose #C0ADEC
Tints of Melrose #C0ADEC
RGB
CMYK
RGB Variations
Color information
#C0ADEC (or 0xC0ADEC) is known color: Melrose. HEX triplet: C0, AD and EC. RGB value is (192,173,236). Sum of RGB (Red+Green+Blue) = 192+173+236=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 173 (67.97% from 255 or 28.79% from 601); Blue value is 236 (92.58% from 255 or 39.27% from 601); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0ADEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADEC is #3F5213. Grayscale: #B9B9B9. Windows color (decimal): -4149780 or 15510976. OLE color: 15510976.
HSL color Cylindrical-coordinate representation of color #C0ADEC: hue angle of 258.1º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0ADEC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 192 | 173 | 236 | - |
CMYK | 0.19 | 0.27 | 0 | 0.07 |
HSL | 258.1º | 0.62% | 0.8% | - |
HSV(B) | 258.1º | 0.27% | 0.93% | - |
XYZ | 51.82 | 47.15 | 85.73 | - |
YUV | 185.86 | 156.29 | 132.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 173 | 236 | 0.19 | 0.27 | 0 | 0.07 | 258.1 | 0.62 | 0.8 |
Hex | C0 | AD | EC | 13 | 1B | 0 | 7 | 102 | 3E | 50 |
Octal | 300 | 255 | 354 | 23 | 33 | 0 | 7 | 402 | 76 | 120 |
Binary | 11000000 | 10101101 | 11101100 | 10011 | 11011 | 0 | 111 | 100000010 | 111110 | 1010000 |
Color Harmonies of #C0ADEC
Complementary color
Monochromatic Colors of #C0ADEC
Black with #C0ADEC
Text Example
Text Example
White with #C0ADEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADEC; }
p { color: rgb(192,173,236); }
H1.HeaderClassName
{
color: #C0ADEC;
}
.AnyTagClassName
{
color: #C0ADEC;
}
</style>
background-color css
<style>
a { background-color: #C0ADEC; }
a { background-color: rgb(192,173,236); }
div.DivClassName
{
background-color: #C0ADEC;
}
.BgClassName
{
background-color: #C0ADEC;
}
</style>
border-color css
<style>
span { border-color: #C0ADEC; }
span { border-color: rgb(192,173,236); }
td.TdClassName
{
border-color: #C0ADEC;
}
.TagClassName
{
border-color: #C0ADEC;
}
</style>