Shades of Melrose #C0ADFB
Tints of Melrose #C0ADFB
RGB
CMYK
RGB Variations
Color information
#C0ADFB (or 0xC0ADFB) is known color: Melrose. HEX triplet: C0, AD and FB. RGB value is (192,173,251). Sum of RGB (Red+Green+Blue) = 192+173+251=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADFB is #3F5204. Grayscale: #BBBBBB. Windows color (decimal): -4149765 or 16494016. OLE color: 16494016.
HSL color Cylindrical-coordinate representation of color #C0ADFB: hue angle of 254.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0ADFB is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 173 | 251 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.02 |
| HSL | 254.62º | 0.91% | 0.83% | - |
| HSV(B) | 254.62º | 0.31% | 0.98% | - |
| XYZ | 54.09 | 48.06 | 97.69 | - |
| YUV | 187.57 | 163.79 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 251 | 0.24 | 0.31 | 0 | 0.02 | 254.62 | 0.91 | 0.83 |
| Hex | C0 | AD | FB | 18 | 1F | 0 | 2 | FF | 5B | 53 |
| Octal | 300 | 255 | 373 | 30 | 37 | 0 | 2 | 377 | 133 | 123 |
| Binary | 11000000 | 10101101 | 11111011 | 11000 | 11111 | 0 | 10 | 11111111 | 1011011 | 1010011 |
Color Harmonies of #C0ADFB
Complementary color
Monochromatic Colors of #C0ADFB
Black with #C0ADFB
Text Example
Text Example
White with #C0ADFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADFB; }
p { color: rgb(192,173,251); }
H1.HeaderClassName
{
color: #C0ADFB;
}
.AnyTagClassName
{
color: #C0ADFB;
}
</style>
background-color css
<style>
a { background-color: #C0ADFB; }
a { background-color: rgb(192,173,251); }
div.DivClassName
{
background-color: #C0ADFB;
}
.BgClassName
{
background-color: #C0ADFB;
}
</style>
border-color css
<style>
span { border-color: #C0ADFB; }
span { border-color: rgb(192,173,251); }
td.TdClassName
{
border-color: #C0ADFB;
}
.TagClassName
{
border-color: #C0ADFB;
}
</style>