Shades of Melrose #C2ABEE
Tints of Melrose #C2ABEE
RGB
CMYK
RGB Variations
Color information
#C2ABEE (or 0xC2ABEE) is known color: Melrose. HEX triplet: C2, AB and EE. RGB value is (194,171,238). Sum of RGB (Red+Green+Blue) = 194+171+238=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #C2ABEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ABEE is #3D5411. Grayscale: #B9B9B9. Windows color (decimal): -4019218 or 15641538. OLE color: 15641538.
HSL color Cylindrical-coordinate representation of color #C2ABEE: hue angle of 260.6º 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 #C2ABEE is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 171 | 238 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.07 |
| HSL | 260.6º | 0.66% | 0.8% | - |
| HSV(B) | 260.6º | 0.28% | 0.93% | - |
| XYZ | 52.24 | 46.77 | 87.16 | - |
| YUV | 185.52 | 157.62 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 238 | 0.18 | 0.28 | 0 | 0.07 | 260.6 | 0.66 | 0.8 |
| Hex | C2 | AB | EE | 12 | 1C | 0 | 7 | 105 | 42 | 50 |
| Octal | 302 | 253 | 356 | 22 | 34 | 0 | 7 | 405 | 102 | 120 |
| Binary | 11000010 | 10101011 | 11101110 | 10010 | 11100 | 0 | 111 | 100000101 | 1000010 | 1010000 |
Color Harmonies of #C2ABEE
Complementary color
Monochromatic Colors of #C2ABEE
Black with #C2ABEE
Text Example
Text Example
White with #C2ABEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABEE; }
p { color: rgb(194,171,238); }
H1.HeaderClassName
{
color: #C2ABEE;
}
.AnyTagClassName
{
color: #C2ABEE;
}
</style>
background-color css
<style>
a { background-color: #C2ABEE; }
a { background-color: rgb(194,171,238); }
div.DivClassName
{
background-color: #C2ABEE;
}
.BgClassName
{
background-color: #C2ABEE;
}
</style>
border-color css
<style>
span { border-color: #C2ABEE; }
span { border-color: rgb(194,171,238); }
td.TdClassName
{
border-color: #C2ABEE;
}
.TagClassName
{
border-color: #C2ABEE;
}
</style>