Shades of Melrose #C1ABEE
Tints of Melrose #C1ABEE
RGB
CMYK
RGB Variations
Color information
#C1ABEE (or 0xC1ABEE) is known color: Melrose. HEX triplet: C1, AB and EE. RGB value is (193,171,238). Sum of RGB (Red+Green+Blue) = 193+171+238=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 238 (93.36% from 255 or 39.53% from 602); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABEE is #3E5411. Grayscale: #B8B8B8. Windows color (decimal): -4084754 or 15641537. OLE color: 15641537.
HSL color Cylindrical-coordinate representation of color #C1ABEE: hue angle of 259.7º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C1ABEE is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 171 | 238 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.07 |
| HSL | 259.7º | 0.66% | 0.8% | - |
| HSV(B) | 259.7º | 0.28% | 0.93% | - |
| XYZ | 51.99 | 46.64 | 87.15 | - |
| YUV | 185.22 | 157.79 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 171 | 238 | 0.19 | 0.28 | 0 | 0.07 | 259.7 | 0.66 | 0.8 |
| Hex | C1 | AB | EE | 13 | 1C | 0 | 7 | 104 | 42 | 50 |
| Octal | 301 | 253 | 356 | 23 | 34 | 0 | 7 | 404 | 102 | 120 |
| Binary | 11000001 | 10101011 | 11101110 | 10011 | 11100 | 0 | 111 | 100000100 | 1000010 | 1010000 |
Color Harmonies of #C1ABEE
Complementary color
Monochromatic Colors of #C1ABEE
Black with #C1ABEE
Text Example
Text Example
White with #C1ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1ABEE; }
p { color: rgb(193,171,238); }
H1.HeaderClassName
{
color: #C1ABEE;
}
.AnyTagClassName
{
color: #C1ABEE;
}
</style>
background-color css
<style>
a { background-color: #C1ABEE; }
a { background-color: rgb(193,171,238); }
div.DivClassName
{
background-color: #C1ABEE;
}
.BgClassName
{
background-color: #C1ABEE;
}
</style>
border-color css
<style>
span { border-color: #C1ABEE; }
span { border-color: rgb(193,171,238); }
td.TdClassName
{
border-color: #C1ABEE;
}
.TagClassName
{
border-color: #C1ABEE;
}
</style>