Shades of Lilac #CBA9CE
Tints of Lilac #CBA9CE
RGB
CMYK
RGB Variations
Color information
#CBA9CE (or 0xCBA9CE) is known color: Lilac. HEX triplet: CB, A9 and CE. RGB value is (203,169,206). Sum of RGB (Red+Green+Blue) = 203+169+206=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBA9CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9CE is #345631. Grayscale: #B7B7B7. Windows color (decimal): -3429938 or 13543883. OLE color: 13543883.
HSL color Cylindrical-coordinate representation of color #CBA9CE: hue angle of 295.14º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA9CE is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 169 | 206 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.19 |
| HSL | 295.14º | 0.27% | 0.74% | - |
| HSV(B) | 295.14º | 0.18% | 0.81% | - |
| XYZ | 49.96 | 45.53 | 64.55 | - |
| YUV | 183.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 206 | 0.01 | 0.18 | 0 | 0.19 | 295.14 | 0.27 | 0.74 |
| Hex | CB | A9 | CE | 1 | 12 | 0 | 13 | 127 | 1B | 4A |
| Octal | 313 | 251 | 316 | 1 | 22 | 0 | 23 | 447 | 33 | 112 |
| Binary | 11001011 | 10101001 | 11001110 | 1 | 10010 | 0 | 10011 | 100100111 | 11011 | 1001010 |
Color Harmonies of #CBA9CE
Complementary color
Monochromatic Colors of #CBA9CE
Black with #CBA9CE
Text Example
Text Example
White with #CBA9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9CE; }
p { color: rgb(203,169,206); }
H1.HeaderClassName
{
color: #CBA9CE;
}
.AnyTagClassName
{
color: #CBA9CE;
}
</style>
background-color css
<style>
a { background-color: #CBA9CE; }
a { background-color: rgb(203,169,206); }
div.DivClassName
{
background-color: #CBA9CE;
}
.BgClassName
{
background-color: #CBA9CE;
}
</style>
border-color css
<style>
span { border-color: #CBA9CE; }
span { border-color: rgb(203,169,206); }
td.TdClassName
{
border-color: #CBA9CE;
}
.TagClassName
{
border-color: #CBA9CE;
}
</style>