Shades of Lilac #C7AEC5
Tints of Lilac #C7AEC5
RGB
CMYK
RGB Variations
Color information
#C7AEC5 (or 0xC7AEC5) is known color: Lilac. HEX triplet: C7, AE and C5. RGB value is (199,174,197). Sum of RGB (Red+Green+Blue) = 199+174+197=570 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.91% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AEC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AEC5 is #38513A. Grayscale: #B8B8B8. Windows color (decimal): -3690811 or 12955335. OLE color: 12955335.
HSL color Cylindrical-coordinate representation of color #C7AEC5: hue angle of 304.8º degrees, saturation: 0.18, 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 #C7AEC5 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
RGB | 199 | 174 | 197 | - |
CMYK | 0 | 0.13 | 0.01 | 0.22 |
HSL | 304.8º | 0.18% | 0.73% | - |
HSV(B) | 304.8º | 0.13% | 0.78% | - |
XYZ | 48.77 | 46.45 | 59.22 | - |
YUV | 184.1 | 135.28 | 138.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 174 | 197 | 0 | 0.13 | 0.01 | 0.22 | 304.8 | 0.18 | 0.73 |
Hex | C7 | AE | C5 | 0 | D | 1 | 16 | 131 | 12 | 49 |
Octal | 307 | 256 | 305 | 0 | 15 | 1 | 26 | 461 | 22 | 111 |
Binary | 11000111 | 10101110 | 11000101 | 0 | 1101 | 1 | 10110 | 100110001 | 10010 | 1001001 |
Color Harmonies of #C7AEC5
Complementary color
Monochromatic Colors of #C7AEC5
Black with #C7AEC5
Text Example
Text Example
White with #C7AEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AEC5; }
p { color: rgb(199,174,197); }
H1.HeaderClassName
{
color: #C7AEC5;
}
.AnyTagClassName
{
color: #C7AEC5;
}
</style>
background-color css
<style>
a { background-color: #C7AEC5; }
a { background-color: rgb(199,174,197); }
div.DivClassName
{
background-color: #C7AEC5;
}
.BgClassName
{
background-color: #C7AEC5;
}
</style>
border-color css
<style>
span { border-color: #C7AEC5; }
span { border-color: rgb(199,174,197); }
td.TdClassName
{
border-color: #C7AEC5;
}
.TagClassName
{
border-color: #C7AEC5;
}
</style>