Shades of Lilac #C4AEC1
Tints of Lilac #C4AEC1
RGB
CMYK
RGB Variations
Color information
#C4AEC1 (or 0xC4AEC1) is known color: Lilac. HEX triplet: C4, AE and C1. RGB value is (196,174,193). Sum of RGB (Red+Green+Blue) = 196+174+193=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 196 - color contains mainly: red. Hex color #C4AEC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AEC1 is #3B513E. Grayscale: #B6B6B6. Windows color (decimal): -3887423 or 12693188. OLE color: 12693188.
HSL color Cylindrical-coordinate representation of color #C4AEC1: hue angle of 308.18º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4AEC1 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 174 | 193 | - |
| CMYK | 0 | 0.11 | 0.02 | 0.23 |
| HSL | 308.18º | 0.16% | 0.73% | - |
| HSV(B) | 308.18º | 0.11% | 0.77% | - |
| XYZ | 47.53 | 45.86 | 56.8 | - |
| YUV | 182.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 174 | 193 | 0 | 0.11 | 0.02 | 0.23 | 308.18 | 0.16 | 0.73 |
| Hex | C4 | AE | C1 | 0 | B | 2 | 17 | 134 | 10 | 49 |
| Octal | 304 | 256 | 301 | 0 | 13 | 2 | 27 | 464 | 20 | 111 |
| Binary | 11000100 | 10101110 | 11000001 | 0 | 1011 | 10 | 10111 | 100110100 | 10000 | 1001001 |
Color Harmonies of #C4AEC1
Complementary color
Monochromatic Colors of #C4AEC1
Black with #C4AEC1
Text Example
Text Example
White with #C4AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4AEC1; }
p { color: rgb(196,174,193); }
H1.HeaderClassName
{
color: #C4AEC1;
}
.AnyTagClassName
{
color: #C4AEC1;
}
</style>
background-color css
<style>
a { background-color: #C4AEC1; }
a { background-color: rgb(196,174,193); }
div.DivClassName
{
background-color: #C4AEC1;
}
.BgClassName
{
background-color: #C4AEC1;
}
</style>
border-color css
<style>
span { border-color: #C4AEC1; }
span { border-color: rgb(196,174,193); }
td.TdClassName
{
border-color: #C4AEC1;
}
.TagClassName
{
border-color: #C4AEC1;
}
</style>