Shades of Lilac #CBAAC9
Tints of Lilac #CBAAC9
RGB
CMYK
RGB Variations
Color information
#CBAAC9 (or 0xCBAAC9) is known color: Lilac. HEX triplet: CB, AA and C9. RGB value is (203,170,201). Sum of RGB (Red+Green+Blue) = 203+170+201=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAC9 is #345536. Grayscale: #B7B7B7. Windows color (decimal): -3429687 or 13216459. OLE color: 13216459.
HSL color Cylindrical-coordinate representation of color #CBAAC9: hue angle of 303.64º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAAC9 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 170 | 201 | - |
CMYK | 0 | 0.16 | 0.01 | 0.20 |
HSL | 303.64º | 0.24% | 0.73% | - |
HSV(B) | 303.64º | 0.16% | 0.8% | - |
XYZ | 49.55 | 45.66 | 61.46 | - |
YUV | 183.4 | 137.93 | 141.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 170 | 201 | 0 | 0.16 | 0.01 | 0.20 | 303.64 | 0.24 | 0.73 |
Hex | CB | AA | C9 | 0 | 10 | 1 | 14 | 130 | 18 | 49 |
Octal | 313 | 252 | 311 | 0 | 20 | 1 | 24 | 460 | 30 | 111 |
Binary | 11001011 | 10101010 | 11001001 | 0 | 10000 | 1 | 10100 | 100110000 | 11000 | 1001001 |
Color Harmonies of #CBAAC9
Complementary color
Monochromatic Colors of #CBAAC9
Black with #CBAAC9
Text Example
Text Example
White with #CBAAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAC9; }
p { color: rgb(203,170,201); }
H1.HeaderClassName
{
color: #CBAAC9;
}
.AnyTagClassName
{
color: #CBAAC9;
}
</style>
background-color css
<style>
a { background-color: #CBAAC9; }
a { background-color: rgb(203,170,201); }
div.DivClassName
{
background-color: #CBAAC9;
}
.BgClassName
{
background-color: #CBAAC9;
}
</style>
border-color css
<style>
span { border-color: #CBAAC9; }
span { border-color: rgb(203,170,201); }
td.TdClassName
{
border-color: #CBAAC9;
}
.TagClassName
{
border-color: #CBAAC9;
}
</style>