Shades of Lilac #CBA9CF
Tints of Lilac #CBA9CF
RGB
CMYK
RGB Variations
Color information
#CBA9CF (or 0xCBA9CF) is known color: Lilac. HEX triplet: CB, A9 and CF. RGB value is (203,169,207). Sum of RGB (Red+Green+Blue) = 203+169+207=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 169 (66.41% from 255 or 29.19% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA9CF is #345630. Grayscale: #B7B7B7. Windows color (decimal): -3429937 or 13609419. OLE color: 13609419.
HSL color Cylindrical-coordinate representation of color #CBA9CF: hue angle of 293.68º degrees, saturation: 0.28, 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 #CBA9CF is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 169 | 207 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.19 |
| HSL | 293.68º | 0.28% | 0.74% | - |
| HSV(B) | 293.68º | 0.18% | 0.81% | - |
| XYZ | 50.08 | 45.58 | 65.19 | - |
| YUV | 183.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 207 | 0.02 | 0.18 | 0 | 0.19 | 293.68 | 0.28 | 0.74 |
| Hex | CB | A9 | CF | 2 | 12 | 0 | 13 | 126 | 1C | 4A |
| Octal | 313 | 251 | 317 | 2 | 22 | 0 | 23 | 446 | 34 | 112 |
| Binary | 11001011 | 10101001 | 11001111 | 10 | 10010 | 0 | 10011 | 100100110 | 11100 | 1001010 |
Color Harmonies of #CBA9CF
Complementary color
Monochromatic Colors of #CBA9CF
Black with #CBA9CF
Text Example
Text Example
White with #CBA9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA9CF; }
p { color: rgb(203,169,207); }
H1.HeaderClassName
{
color: #CBA9CF;
}
.AnyTagClassName
{
color: #CBA9CF;
}
</style>
background-color css
<style>
a { background-color: #CBA9CF; }
a { background-color: rgb(203,169,207); }
div.DivClassName
{
background-color: #CBA9CF;
}
.BgClassName
{
background-color: #CBA9CF;
}
</style>
border-color css
<style>
span { border-color: #CBA9CF; }
span { border-color: rgb(203,169,207); }
td.TdClassName
{
border-color: #CBA9CF;
}
.TagClassName
{
border-color: #CBA9CF;
}
</style>