Shades of Lilac #C5AEC4
Tints of Lilac #C5AEC4
RGB
CMYK
RGB Variations
Color information
#C5AEC4 (or 0xC5AEC4) is known color: Lilac. HEX triplet: C5, AE and C4. RGB value is (197,174,196). Sum of RGB (Red+Green+Blue) = 197+174+196=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 196 (76.95% from 255 or 34.57% from 567); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AEC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEC4 is #3A513B. Grayscale: #B7B7B7. Windows color (decimal): -3821884 or 12889797. OLE color: 12889797.
HSL color Cylindrical-coordinate representation of color #C5AEC4: hue angle of 302.61º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5AEC4 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 174 | 196 | - |
CMYK | 0 | 0.12 | 0.01 | 0.23 |
HSL | 302.61º | 0.17% | 0.73% | - |
HSV(B) | 302.61º | 0.12% | 0.77% | - |
XYZ | 48.13 | 46.13 | 58.59 | - |
YUV | 183.39 | 135.12 | 137.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 174 | 196 | 0 | 0.12 | 0.01 | 0.23 | 302.61 | 0.17 | 0.73 |
Hex | C5 | AE | C4 | 0 | C | 1 | 17 | 12F | 11 | 49 |
Octal | 305 | 256 | 304 | 0 | 14 | 1 | 27 | 457 | 21 | 111 |
Binary | 11000101 | 10101110 | 11000100 | 0 | 1100 | 1 | 10111 | 100101111 | 10001 | 1001001 |
Color Harmonies of #C5AEC4
Complementary color
Monochromatic Colors of #C5AEC4
Black with #C5AEC4
Text Example
Text Example
White with #C5AEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AEC4; }
p { color: rgb(197,174,196); }
H1.HeaderClassName
{
color: #C5AEC4;
}
.AnyTagClassName
{
color: #C5AEC4;
}
</style>
background-color css
<style>
a { background-color: #C5AEC4; }
a { background-color: rgb(197,174,196); }
div.DivClassName
{
background-color: #C5AEC4;
}
.BgClassName
{
background-color: #C5AEC4;
}
</style>
border-color css
<style>
span { border-color: #C5AEC4; }
span { border-color: rgb(197,174,196); }
td.TdClassName
{
border-color: #C5AEC4;
}
.TagClassName
{
border-color: #C5AEC4;
}
</style>