Shades of Melrose #C0ADF4
Tints of Melrose #C0ADF4
RGB
CMYK
RGB Variations
Color information
#C0ADF4 (or 0xC0ADF4) is known color: Melrose. HEX triplet: C0, AD and F4. RGB value is (192,173,244). Sum of RGB (Red+Green+Blue) = 192+173+244=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 173 (67.97% from 255 or 28.41% from 609); Blue value is 244 (95.70% from 255 or 40.07% from 609); Max value from RGB is 244 - color contains mainly: blue. Hex color #C0ADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADF4 is #3F520B. Grayscale: #BABABA. Windows color (decimal): -4149772 or 16035264. OLE color: 16035264.
HSL color Cylindrical-coordinate representation of color #C0ADF4: hue angle of 256.06º degrees, saturation: 0.76, 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 #C0ADF4 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 173 | 244 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.04 |
| HSL | 256.06º | 0.76% | 0.82% | - |
| HSV(B) | 256.06º | 0.29% | 0.96% | - |
| XYZ | 53.01 | 47.63 | 91.99 | - |
| YUV | 186.78 | 160.29 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 244 | 0.21 | 0.29 | 0 | 0.04 | 256.06 | 0.76 | 0.82 |
| Hex | C0 | AD | F4 | 15 | 1D | 0 | 4 | 100 | 4C | 52 |
| Octal | 300 | 255 | 364 | 25 | 35 | 0 | 4 | 400 | 114 | 122 |
| Binary | 11000000 | 10101101 | 11110100 | 10101 | 11101 | 0 | 100 | 100000000 | 1001100 | 1010010 |
Color Harmonies of #C0ADF4
Complementary color
Monochromatic Colors of #C0ADF4
Black with #C0ADF4
Text Example
Text Example
White with #C0ADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADF4; }
p { color: rgb(192,173,244); }
H1.HeaderClassName
{
color: #C0ADF4;
}
.AnyTagClassName
{
color: #C0ADF4;
}
</style>
background-color css
<style>
a { background-color: #C0ADF4; }
a { background-color: rgb(192,173,244); }
div.DivClassName
{
background-color: #C0ADF4;
}
.BgClassName
{
background-color: #C0ADF4;
}
</style>
border-color css
<style>
span { border-color: #C0ADF4; }
span { border-color: rgb(192,173,244); }
td.TdClassName
{
border-color: #C0ADF4;
}
.TagClassName
{
border-color: #C0ADF4;
}
</style>