Shades of Melrose #C2ABEF
Tints of Melrose #C2ABEF
RGB
CMYK
RGB Variations
Color information
#C2ABEF (or 0xC2ABEF) is known color: Melrose. HEX triplet: C2, AB and EF. RGB value is (194,171,239). Sum of RGB (Red+Green+Blue) = 194+171+239=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 239 (93.75% from 255 or 39.57% from 604); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABEF is #3D5410. Grayscale: #B9B9B9. Windows color (decimal): -4019217 or 15707074. OLE color: 15707074.
HSL color Cylindrical-coordinate representation of color #C2ABEF: hue angle of 260.29º 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 #C2ABEF is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 171 | 239 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.06 |
| HSL | 260.29º | 0.68% | 0.8% | - |
| HSV(B) | 260.29º | 0.28% | 0.94% | - |
| XYZ | 52.39 | 46.83 | 87.94 | - |
| YUV | 185.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 239 | 0.19 | 0.28 | 0 | 0.06 | 260.29 | 0.68 | 0.8 |
| Hex | C2 | AB | EF | 13 | 1C | 0 | 6 | 104 | 44 | 50 |
| Octal | 302 | 253 | 357 | 23 | 34 | 0 | 6 | 404 | 104 | 120 |
| Binary | 11000010 | 10101011 | 11101111 | 10011 | 11100 | 0 | 110 | 100000100 | 1000100 | 1010000 |
Color Harmonies of #C2ABEF
Complementary color
Monochromatic Colors of #C2ABEF
Black with #C2ABEF
Text Example
Text Example
White with #C2ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABEF; }
p { color: rgb(194,171,239); }
H1.HeaderClassName
{
color: #C2ABEF;
}
.AnyTagClassName
{
color: #C2ABEF;
}
</style>
background-color css
<style>
a { background-color: #C2ABEF; }
a { background-color: rgb(194,171,239); }
div.DivClassName
{
background-color: #C2ABEF;
}
.BgClassName
{
background-color: #C2ABEF;
}
</style>
border-color css
<style>
span { border-color: #C2ABEF; }
span { border-color: rgb(194,171,239); }
td.TdClassName
{
border-color: #C2ABEF;
}
.TagClassName
{
border-color: #C2ABEF;
}
</style>