Shades of Melrose #C0ADF3
Tints of Melrose #C0ADF3
RGB
CMYK
RGB Variations
Color information
#C0ADF3 (or 0xC0ADF3) is known color: Melrose. HEX triplet: C0, AD and F3. RGB value is (192,173,243). Sum of RGB (Red+Green+Blue) = 192+173+243=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 243 (95.31% from 255 or 39.97% from 608); Max value from RGB is 243 - color contains mainly: blue. Hex color #C0ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADF3 is #3F520C. Grayscale: #BABABA. Windows color (decimal): -4149773 or 15969728. OLE color: 15969728.
HSL color Cylindrical-coordinate representation of color #C0ADF3: hue angle of 256.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0ADF3 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 173 | 243 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.05 |
| HSL | 256.29º | 0.74% | 0.82% | - |
| HSV(B) | 256.29º | 0.29% | 0.95% | - |
| XYZ | 52.86 | 47.56 | 91.19 | - |
| YUV | 186.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 243 | 0.21 | 0.29 | 0 | 0.05 | 256.29 | 0.74 | 0.82 |
| Hex | C0 | AD | F3 | 15 | 1D | 0 | 5 | 100 | 4A | 52 |
| Octal | 300 | 255 | 363 | 25 | 35 | 0 | 5 | 400 | 112 | 122 |
| Binary | 11000000 | 10101101 | 11110011 | 10101 | 11101 | 0 | 101 | 100000000 | 1001010 | 1010010 |
Color Harmonies of #C0ADF3
Complementary color
Monochromatic Colors of #C0ADF3
Black with #C0ADF3
Text Example
Text Example
White with #C0ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADF3; }
p { color: rgb(192,173,243); }
H1.HeaderClassName
{
color: #C0ADF3;
}
.AnyTagClassName
{
color: #C0ADF3;
}
</style>
background-color css
<style>
a { background-color: #C0ADF3; }
a { background-color: rgb(192,173,243); }
div.DivClassName
{
background-color: #C0ADF3;
}
.BgClassName
{
background-color: #C0ADF3;
}
</style>
border-color css
<style>
span { border-color: #C0ADF3; }
span { border-color: rgb(192,173,243); }
td.TdClassName
{
border-color: #C0ADF3;
}
.TagClassName
{
border-color: #C0ADF3;
}
</style>