Shades of Lilac #C9AEC8
Tints of Lilac #C9AEC8
RGB
CMYK
RGB Variations
Color information
#C9AEC8 (or 0xC9AEC8) is known color: Lilac. HEX triplet: C9, AE and C8. RGB value is (201,174,200). Sum of RGB (Red+Green+Blue) = 201+174+200=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AEC8 is #365137. Grayscale: #B8B8B8. Windows color (decimal): -3559736 or 13151945. OLE color: 13151945.
HSL color Cylindrical-coordinate representation of color #C9AEC8: hue angle of 302.22º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9AEC8 is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 174 | 200 | - |
CMYK | 0 | 0.13 | 0.00 | 0.21 |
HSL | 302.22º | 0.2% | 0.74% | - |
HSV(B) | 302.22º | 0.13% | 0.79% | - |
XYZ | 49.65 | 46.86 | 61.07 | - |
YUV | 185.04 | 136.45 | 139.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 174 | 200 | 0 | 0.13 | 0.00 | 0.21 | 302.22 | 0.2 | 0.74 |
Hex | C9 | AE | C8 | 0 | D | 0 | 15 | 12E | 14 | 4A |
Octal | 311 | 256 | 310 | 0 | 15 | 0 | 25 | 456 | 24 | 112 |
Binary | 11001001 | 10101110 | 11001000 | 0 | 1101 | 0 | 10101 | 100101110 | 10100 | 1001010 |
Color Harmonies of #C9AEC8
Complementary color
Monochromatic Colors of #C9AEC8
Black with #C9AEC8
Text Example
Text Example
White with #C9AEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AEC8; }
p { color: rgb(201,174,200); }
H1.HeaderClassName
{
color: #C9AEC8;
}
.AnyTagClassName
{
color: #C9AEC8;
}
</style>
background-color css
<style>
a { background-color: #C9AEC8; }
a { background-color: rgb(201,174,200); }
div.DivClassName
{
background-color: #C9AEC8;
}
.BgClassName
{
background-color: #C9AEC8;
}
</style>
border-color css
<style>
span { border-color: #C9AEC8; }
span { border-color: rgb(201,174,200); }
td.TdClassName
{
border-color: #C9AEC8;
}
.TagClassName
{
border-color: #C9AEC8;
}
</style>