Shades of Lilac #CBA1D2
Tints of Lilac #CBA1D2
RGB
CMYK
RGB Variations
Color information
#CBA1D2 (or 0xCBA1D2) is known color: Lilac. HEX triplet: CB, A1 and D2. RGB value is (203,161,210). Sum of RGB (Red+Green+Blue) = 203+161+210=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 161 (63.28% from 255 or 28.05% from 574); Blue value is 210 (82.42% from 255 or 36.59% from 574); Max value from RGB is 210 - color contains mainly: blue. Hex color #CBA1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA1D2 is #345E2D. Grayscale: #B2B2B2. Windows color (decimal): -3431982 or 13803979. OLE color: 13803979.
HSL color Cylindrical-coordinate representation of color #CBA1D2: hue angle of 291.43º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBA1D2 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 161 | 210 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.18 |
| HSL | 291.43º | 0.35% | 0.73% | - |
| HSV(B) | 291.43º | 0.23% | 0.82% | - |
| XYZ | 49.01 | 42.84 | 66.66 | - |
| YUV | 179.14 | 145.41 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 210 | 0.03 | 0.23 | 0 | 0.18 | 291.43 | 0.35 | 0.73 |
| Hex | CB | A1 | D2 | 3 | 17 | 0 | 12 | 123 | 23 | 49 |
| Octal | 313 | 241 | 322 | 3 | 27 | 0 | 22 | 443 | 43 | 111 |
| Binary | 11001011 | 10100001 | 11010010 | 11 | 10111 | 0 | 10010 | 100100011 | 100011 | 1001001 |
Color Harmonies of #CBA1D2
Complementary color
Monochromatic Colors of #CBA1D2
Black with #CBA1D2
Text Example
Text Example
White with #CBA1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA1D2; }
p { color: rgb(203,161,210); }
H1.HeaderClassName
{
color: #CBA1D2;
}
.AnyTagClassName
{
color: #CBA1D2;
}
</style>
background-color css
<style>
a { background-color: #CBA1D2; }
a { background-color: rgb(203,161,210); }
div.DivClassName
{
background-color: #CBA1D2;
}
.BgClassName
{
background-color: #CBA1D2;
}
</style>
border-color css
<style>
span { border-color: #CBA1D2; }
span { border-color: rgb(203,161,210); }
td.TdClassName
{
border-color: #CBA1D2;
}
.TagClassName
{
border-color: #CBA1D2;
}
</style>