Shades of Lilac #C5AEC8
Tints of Lilac #C5AEC8
RGB
CMYK
RGB Variations
Color information
#C5AEC8 (or 0xC5AEC8) is known color: Lilac. HEX triplet: C5, AE and C8. RGB value is (197,174,200). Sum of RGB (Red+Green+Blue) = 197+174+200=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 200 (78.52% from 255 or 35.03% from 571); Max value from RGB is 200 - color contains mainly: blue. Hex color #C5AEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AEC8 is #3A5137. Grayscale: #B7B7B7. Windows color (decimal): -3821880 or 13151941. OLE color: 13151941.
HSL color Cylindrical-coordinate representation of color #C5AEC8: hue angle of 293.08º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5AEC8 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 197 | 174 | 200 | - |
CMYK | 0.02 | 0.13 | 0 | 0.22 |
HSL | 293.08º | 0.19% | 0.73% | - |
HSV(B) | 293.08º | 0.13% | 0.78% | - |
XYZ | 48.59 | 46.31 | 61.02 | - |
YUV | 183.84 | 137.12 | 137.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 174 | 200 | 0.02 | 0.13 | 0 | 0.22 | 293.08 | 0.19 | 0.73 |
Hex | C5 | AE | C8 | 2 | D | 0 | 16 | 125 | 13 | 49 |
Octal | 305 | 256 | 310 | 2 | 15 | 0 | 26 | 445 | 23 | 111 |
Binary | 11000101 | 10101110 | 11001000 | 10 | 1101 | 0 | 10110 | 100100101 | 10011 | 1001001 |
Color Harmonies of #C5AEC8
Complementary color
Monochromatic Colors of #C5AEC8
Black with #C5AEC8
Text Example
Text Example
White with #C5AEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AEC8; }
p { color: rgb(197,174,200); }
H1.HeaderClassName
{
color: #C5AEC8;
}
.AnyTagClassName
{
color: #C5AEC8;
}
</style>
background-color css
<style>
a { background-color: #C5AEC8; }
a { background-color: rgb(197,174,200); }
div.DivClassName
{
background-color: #C5AEC8;
}
.BgClassName
{
background-color: #C5AEC8;
}
</style>
border-color css
<style>
span { border-color: #C5AEC8; }
span { border-color: rgb(197,174,200); }
td.TdClassName
{
border-color: #C5AEC8;
}
.TagClassName
{
border-color: #C5AEC8;
}
</style>