Shades of Lilac #CBAACE
Tints of Lilac #CBAACE
RGB
CMYK
RGB Variations
Color information
#CBAACE (or 0xCBAACE) is known color: Lilac. HEX triplet: CB, AA and CE. RGB value is (203,170,206). Sum of RGB (Red+Green+Blue) = 203+170+206=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBAACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAACE is #345531. Grayscale: #B7B7B7. Windows color (decimal): -3429682 or 13544139. OLE color: 13544139.
HSL color Cylindrical-coordinate representation of color #CBAACE: hue angle of 295º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBAACE is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 170 | 206 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.19 |
| HSL | 295º | 0.27% | 0.74% | - |
| HSV(B) | 295º | 0.17% | 0.81% | - |
| XYZ | 50.14 | 45.9 | 64.61 | - |
| YUV | 183.97 | 140.43 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 206 | 0.01 | 0.17 | 0 | 0.19 | 295 | 0.27 | 0.74 |
| Hex | CB | AA | CE | 1 | 11 | 0 | 13 | 127 | 1B | 4A |
| Octal | 313 | 252 | 316 | 1 | 21 | 0 | 23 | 447 | 33 | 112 |
| Binary | 11001011 | 10101010 | 11001110 | 1 | 10001 | 0 | 10011 | 100100111 | 11011 | 1001010 |
Color Harmonies of #CBAACE
Complementary color
Monochromatic Colors of #CBAACE
Black with #CBAACE
Text Example
Text Example
White with #CBAACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAACE; }
p { color: rgb(203,170,206); }
H1.HeaderClassName
{
color: #CBAACE;
}
.AnyTagClassName
{
color: #CBAACE;
}
</style>
background-color css
<style>
a { background-color: #CBAACE; }
a { background-color: rgb(203,170,206); }
div.DivClassName
{
background-color: #CBAACE;
}
.BgClassName
{
background-color: #CBAACE;
}
</style>
border-color css
<style>
span { border-color: #CBAACE; }
span { border-color: rgb(203,170,206); }
td.TdClassName
{
border-color: #CBAACE;
}
.TagClassName
{
border-color: #CBAACE;
}
</style>