Shades of Lilac #CBA6CF
Tints of Lilac #CBA6CF
RGB
CMYK
RGB Variations
Color information
#CBA6CF (or 0xCBA6CF) is known color: Lilac. HEX triplet: CB, A6 and CF. RGB value is (203,166,207). Sum of RGB (Red+Green+Blue) = 203+166+207=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 207 (81.25% from 255 or 35.94% from 576); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBA6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6CF is #345930. Grayscale: #B5B5B5. Windows color (decimal): -3430705 or 13608651. OLE color: 13608651.
HSL color Cylindrical-coordinate representation of color #CBA6CF: hue angle of 294.15º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA6CF is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 166 | 207 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.19 |
| HSL | 294.15º | 0.3% | 0.73% | - |
| HSV(B) | 294.15º | 0.2% | 0.81% | - |
| XYZ | 49.53 | 44.47 | 65.01 | - |
| YUV | 181.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 207 | 0.02 | 0.20 | 0 | 0.19 | 294.15 | 0.3 | 0.73 |
| Hex | CB | A6 | CF | 2 | 14 | 0 | 13 | 126 | 1E | 49 |
| Octal | 313 | 246 | 317 | 2 | 24 | 0 | 23 | 446 | 36 | 111 |
| Binary | 11001011 | 10100110 | 11001111 | 10 | 10100 | 0 | 10011 | 100100110 | 11110 | 1001001 |
Color Harmonies of #CBA6CF
Complementary color
Monochromatic Colors of #CBA6CF
Black with #CBA6CF
Text Example
Text Example
White with #CBA6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA6CF; }
p { color: rgb(203,166,207); }
H1.HeaderClassName
{
color: #CBA6CF;
}
.AnyTagClassName
{
color: #CBA6CF;
}
</style>
background-color css
<style>
a { background-color: #CBA6CF; }
a { background-color: rgb(203,166,207); }
div.DivClassName
{
background-color: #CBA6CF;
}
.BgClassName
{
background-color: #CBA6CF;
}
</style>
border-color css
<style>
span { border-color: #CBA6CF; }
span { border-color: rgb(203,166,207); }
td.TdClassName
{
border-color: #CBA6CF;
}
.TagClassName
{
border-color: #CBA6CF;
}
</style>