Shades of Lilac #CBA2D0
Tints of Lilac #CBA2D0
RGB
CMYK
RGB Variations
Color information
#CBA2D0 (or 0xCBA2D0) is known color: Lilac. HEX triplet: CB, A2 and D0. RGB value is (203,162,208). Sum of RGB (Red+Green+Blue) = 203+162+208=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBA2D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2D0 is #345D2F. Grayscale: #B3B3B3. Windows color (decimal): -3431728 or 13673163. OLE color: 13673163.
HSL color Cylindrical-coordinate representation of color #CBA2D0: hue angle of 293.48º degrees, saturation: 0.33, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBA2D0 is Cyan = 0.02, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 162 | 208 | - |
| CMYK | 0.02 | 0.22 | 0 | 0.18 |
| HSL | 293.48º | 0.33% | 0.73% | - |
| HSV(B) | 293.48º | 0.22% | 0.82% | - |
| XYZ | 48.93 | 43.09 | 65.41 | - |
| YUV | 179.5 | 144.08 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 208 | 0.02 | 0.22 | 0 | 0.18 | 293.48 | 0.33 | 0.73 |
| Hex | CB | A2 | D0 | 2 | 16 | 0 | 12 | 125 | 21 | 49 |
| Octal | 313 | 242 | 320 | 2 | 26 | 0 | 22 | 445 | 41 | 111 |
| Binary | 11001011 | 10100010 | 11010000 | 10 | 10110 | 0 | 10010 | 100100101 | 100001 | 1001001 |
Color Harmonies of #CBA2D0
Complementary color
Monochromatic Colors of #CBA2D0
Black with #CBA2D0
Text Example
Text Example
White with #CBA2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2D0; }
p { color: rgb(203,162,208); }
H1.HeaderClassName
{
color: #CBA2D0;
}
.AnyTagClassName
{
color: #CBA2D0;
}
</style>
background-color css
<style>
a { background-color: #CBA2D0; }
a { background-color: rgb(203,162,208); }
div.DivClassName
{
background-color: #CBA2D0;
}
.BgClassName
{
background-color: #CBA2D0;
}
</style>
border-color css
<style>
span { border-color: #CBA2D0; }
span { border-color: rgb(203,162,208); }
td.TdClassName
{
border-color: #CBA2D0;
}
.TagClassName
{
border-color: #CBA2D0;
}
</style>