Shades of Lilac #C8AEC5
Tints of Lilac #C8AEC5
RGB
CMYK
RGB Variations
Color information
#C8AEC5 (or 0xC8AEC5) is known color: Lilac. HEX triplet: C8, AE and C5. RGB value is (200,174,197). Sum of RGB (Red+Green+Blue) = 200+174+197=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 174 (68.36% from 255 or 30.47% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEC5 is #37513A. Grayscale: #B8B8B8. Windows color (decimal): -3625275 or 12955336. OLE color: 12955336.
HSL color Cylindrical-coordinate representation of color #C8AEC5: hue angle of 306.92º 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 #C8AEC5 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 174 | 197 | - |
CMYK | 0 | 0.13 | 0.02 | 0.22 |
HSL | 306.92º | 0.19% | 0.73% | - |
HSV(B) | 306.92º | 0.13% | 0.78% | - |
XYZ | 49.03 | 46.58 | 59.23 | - |
YUV | 184.4 | 135.11 | 139.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 174 | 197 | 0 | 0.13 | 0.02 | 0.22 | 306.92 | 0.19 | 0.73 |
Hex | C8 | AE | C5 | 0 | D | 2 | 16 | 133 | 13 | 49 |
Octal | 310 | 256 | 305 | 0 | 15 | 2 | 26 | 463 | 23 | 111 |
Binary | 11001000 | 10101110 | 11000101 | 0 | 1101 | 10 | 10110 | 100110011 | 10011 | 1001001 |
Color Harmonies of #C8AEC5
Complementary color
Monochromatic Colors of #C8AEC5
Black with #C8AEC5
Text Example
Text Example
White with #C8AEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEC5; }
p { color: rgb(200,174,197); }
H1.HeaderClassName
{
color: #C8AEC5;
}
.AnyTagClassName
{
color: #C8AEC5;
}
</style>
background-color css
<style>
a { background-color: #C8AEC5; }
a { background-color: rgb(200,174,197); }
div.DivClassName
{
background-color: #C8AEC5;
}
.BgClassName
{
background-color: #C8AEC5;
}
</style>
border-color css
<style>
span { border-color: #C8AEC5; }
span { border-color: rgb(200,174,197); }
td.TdClassName
{
border-color: #C8AEC5;
}
.TagClassName
{
border-color: #C8AEC5;
}
</style>