Shades of Melrose #C3ABEF
Tints of Melrose #C3ABEF
RGB
CMYK
RGB Variations
Color information
#C3ABEF (or 0xC3ABEF) is known color: Melrose. HEX triplet: C3, AB and EF. RGB value is (195,171,239). Sum of RGB (Red+Green+Blue) = 195+171+239=605 (80% of max value = 765). Red value is 195 (76.56% from 255 or 32.23% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #C3ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C3ABEF is #3C5410. Grayscale: #B9B9B9. Windows color (decimal): -3953681 or 15707075. OLE color: 15707075.
HSL color Cylindrical-coordinate representation of color #C3ABEF: hue angle of 261.18º 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 #C3ABEF is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 171 | 239 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.06 |
| HSL | 261.18º | 0.68% | 0.8% | - |
| HSV(B) | 261.18º | 0.28% | 0.94% | - |
| XYZ | 52.65 | 46.96 | 87.95 | - |
| YUV | 185.93 | 157.95 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 171 | 239 | 0.18 | 0.28 | 0 | 0.06 | 261.18 | 0.68 | 0.8 |
| Hex | C3 | AB | EF | 12 | 1C | 0 | 6 | 105 | 44 | 50 |
| Octal | 303 | 253 | 357 | 22 | 34 | 0 | 6 | 405 | 104 | 120 |
| Binary | 11000011 | 10101011 | 11101111 | 10010 | 11100 | 0 | 110 | 100000101 | 1000100 | 1010000 |
Color Harmonies of #C3ABEF
Complementary color
Monochromatic Colors of #C3ABEF
Black with #C3ABEF
Text Example
Text Example
White with #C3ABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ABEF; }
p { color: rgb(195,171,239); }
H1.HeaderClassName
{
color: #C3ABEF;
}
.AnyTagClassName
{
color: #C3ABEF;
}
</style>
background-color css
<style>
a { background-color: #C3ABEF; }
a { background-color: rgb(195,171,239); }
div.DivClassName
{
background-color: #C3ABEF;
}
.BgClassName
{
background-color: #C3ABEF;
}
</style>
border-color css
<style>
span { border-color: #C3ABEF; }
span { border-color: rgb(195,171,239); }
td.TdClassName
{
border-color: #C3ABEF;
}
.TagClassName
{
border-color: #C3ABEF;
}
</style>