Shades of Lilac #C8AEC8
Tints of Lilac #C8AEC8
RGB
CMYK
RGB Variations
Color information
#C8AEC8 (or 0xC8AEC8) is known color: Lilac. HEX triplet: C8, AE and C8. RGB value is (200,174,200). Sum of RGB (Red+Green+Blue) = 200+174+200=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 200 - color contains mainly: red, blue. Hex color #C8AEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AEC8 is #375137. Grayscale: #B8B8B8. Windows color (decimal): -3625272 or 13151944. OLE color: 13151944.
HSL color Cylindrical-coordinate representation of color #C8AEC8: hue angle of 300º 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 #C8AEC8 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 174 | 200 | - |
| CMYK | 0 | 0.13 | 0 | 0.22 |
| HSL | 300º | 0.19% | 0.73% | - |
| HSV(B) | 300º | 0.13% | 0.78% | - |
| XYZ | 49.38 | 46.72 | 61.06 | - |
| YUV | 184.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 174 | 200 | 0 | 0.13 | 0 | 0.22 | 300 | 0.19 | 0.73 |
| Hex | C8 | AE | C8 | 0 | D | 0 | 16 | 12C | 13 | 49 |
| Octal | 310 | 256 | 310 | 0 | 15 | 0 | 26 | 454 | 23 | 111 |
| Binary | 11001000 | 10101110 | 11001000 | 0 | 1101 | 0 | 10110 | 100101100 | 10011 | 1001001 |
Color Harmonies of #C8AEC8
Complementary color
Monochromatic Colors of #C8AEC8
Black with #C8AEC8
Text Example
Text Example
White with #C8AEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AEC8; }
p { color: rgb(200,174,200); }
H1.HeaderClassName
{
color: #C8AEC8;
}
.AnyTagClassName
{
color: #C8AEC8;
}
</style>
background-color css
<style>
a { background-color: #C8AEC8; }
a { background-color: rgb(200,174,200); }
div.DivClassName
{
background-color: #C8AEC8;
}
.BgClassName
{
background-color: #C8AEC8;
}
</style>
border-color css
<style>
span { border-color: #C8AEC8; }
span { border-color: rgb(200,174,200); }
td.TdClassName
{
border-color: #C8AEC8;
}
.TagClassName
{
border-color: #C8AEC8;
}
</style>