Shades of Melrose #C0ABEF
Tints of Melrose #C0ABEF
RGB
CMYK
RGB Variations
Color information
#C0ABEF (or 0xC0ABEF) is known color: Melrose. HEX triplet: C0, AB and EF. RGB value is (192,171,239). Sum of RGB (Red+Green+Blue) = 192+171+239=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABEF is #3F5410. Grayscale: #B8B8B8. Windows color (decimal): -4150289 or 15707072. OLE color: 15707072.
HSL color Cylindrical-coordinate representation of color #C0ABEF: hue angle of 258.53º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0ABEF is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 171 | 239 | - |
| CMYK | 0.20 | 0.28 | 0 | 0.06 |
| HSL | 258.53º | 0.68% | 0.8% | - |
| HSV(B) | 258.53º | 0.28% | 0.94% | - |
| XYZ | 51.88 | 46.56 | 87.91 | - |
| YUV | 185.03 | 158.46 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 171 | 239 | 0.20 | 0.28 | 0 | 0.06 | 258.53 | 0.68 | 0.8 |
| Hex | C0 | AB | EF | 14 | 1C | 0 | 6 | 103 | 44 | 50 |
| Octal | 300 | 253 | 357 | 24 | 34 | 0 | 6 | 403 | 104 | 120 |
| Binary | 11000000 | 10101011 | 11101111 | 10100 | 11100 | 0 | 110 | 100000011 | 1000100 | 1010000 |
Color Harmonies of #C0ABEF
Complementary color
Monochromatic Colors of #C0ABEF
Black with #C0ABEF
Text Example
Text Example
White with #C0ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABEF; }
p { color: rgb(192,171,239); }
H1.HeaderClassName
{
color: #C0ABEF;
}
.AnyTagClassName
{
color: #C0ABEF;
}
</style>
background-color css
<style>
a { background-color: #C0ABEF; }
a { background-color: rgb(192,171,239); }
div.DivClassName
{
background-color: #C0ABEF;
}
.BgClassName
{
background-color: #C0ABEF;
}
</style>
border-color css
<style>
span { border-color: #C0ABEF; }
span { border-color: rgb(192,171,239); }
td.TdClassName
{
border-color: #C0ABEF;
}
.TagClassName
{
border-color: #C0ABEF;
}
</style>