Shades of Lilac #C5AEC5
Tints of Lilac #C5AEC5
RGB
CMYK
RGB Variations
Color information
#C5AEC5 (or 0xC5AEC5) is known color: Lilac. HEX triplet: C5, AE and C5. RGB value is (197,174,197). Sum of RGB (Red+Green+Blue) = 197+174+197=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 197 - color contains mainly: red, blue. Hex color #C5AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEC5 is #3A513A. Grayscale: #B7B7B7. Windows color (decimal): -3821883 or 12955333. OLE color: 12955333.
HSL color Cylindrical-coordinate representation of color #C5AEC5: hue angle of 300º 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 #C5AEC5 is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 174 | 197 | - |
CMYK | 0 | 0.12 | 0 | 0.23 |
HSL | 300º | 0.17% | 0.73% | - |
HSV(B) | 300º | 0.12% | 0.77% | - |
XYZ | 48.24 | 46.17 | 59.19 | - |
YUV | 183.5 | 135.62 | 137.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 174 | 197 | 0 | 0.12 | 0 | 0.23 | 300 | 0.17 | 0.73 |
Hex | C5 | AE | C5 | 0 | C | 0 | 17 | 12C | 11 | 49 |
Octal | 305 | 256 | 305 | 0 | 14 | 0 | 27 | 454 | 21 | 111 |
Binary | 11000101 | 10101110 | 11000101 | 0 | 1100 | 0 | 10111 | 100101100 | 10001 | 1001001 |
Color Harmonies of #C5AEC5
Complementary color
Monochromatic Colors of #C5AEC5
Black with #C5AEC5
Text Example
Text Example
White with #C5AEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AEC5; }
p { color: rgb(197,174,197); }
H1.HeaderClassName
{
color: #C5AEC5;
}
.AnyTagClassName
{
color: #C5AEC5;
}
</style>
background-color css
<style>
a { background-color: #C5AEC5; }
a { background-color: rgb(197,174,197); }
div.DivClassName
{
background-color: #C5AEC5;
}
.BgClassName
{
background-color: #C5AEC5;
}
</style>
border-color css
<style>
span { border-color: #C5AEC5; }
span { border-color: rgb(197,174,197); }
td.TdClassName
{
border-color: #C5AEC5;
}
.TagClassName
{
border-color: #C5AEC5;
}
</style>