Shades of Lilac #C1AEBF
Tints of Lilac #C1AEBF
RGB
CMYK
RGB Variations
Color information
#C1AEBF (or 0xC1AEBF) is known color: Lilac. HEX triplet: C1, AE and BF. RGB value is (193,174,191). Sum of RGB (Red+Green+Blue) = 193+174+191=558 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.59% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1AEBF is #3E5140. Grayscale: #B5B5B5. Windows color (decimal): -4084033 or 12562113. OLE color: 12562113.
HSL color Cylindrical-coordinate representation of color #C1AEBF: hue angle of 306.32º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1AEBF is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 174 | 191 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.24 |
| HSL | 306.32º | 0.13% | 0.72% | - |
| HSV(B) | 306.32º | 0.1% | 0.76% | - |
| XYZ | 46.53 | 45.37 | 55.6 | - |
| YUV | 181.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 174 | 191 | 0 | 0.10 | 0.01 | 0.24 | 306.32 | 0.13 | 0.72 |
| Hex | C1 | AE | BF | 0 | A | 1 | 18 | 132 | D | 48 |
| Octal | 301 | 256 | 277 | 0 | 12 | 1 | 30 | 462 | 15 | 110 |
| Binary | 11000001 | 10101110 | 10111111 | 0 | 1010 | 1 | 11000 | 100110010 | 1101 | 1001000 |
Color Harmonies of #C1AEBF
Complementary color
Monochromatic Colors of #C1AEBF
Black with #C1AEBF
Text Example
Text Example
White with #C1AEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AEBF; }
p { color: rgb(193,174,191); }
H1.HeaderClassName
{
color: #C1AEBF;
}
.AnyTagClassName
{
color: #C1AEBF;
}
</style>
background-color css
<style>
a { background-color: #C1AEBF; }
a { background-color: rgb(193,174,191); }
div.DivClassName
{
background-color: #C1AEBF;
}
.BgClassName
{
background-color: #C1AEBF;
}
</style>
border-color css
<style>
span { border-color: #C1AEBF; }
span { border-color: rgb(193,174,191); }
td.TdClassName
{
border-color: #C1AEBF;
}
.TagClassName
{
border-color: #C1AEBF;
}
</style>