Shades of Lilac #CBA5D1
Tints of Lilac #CBA5D1
RGB
CMYK
RGB Variations
Color information
#CBA5D1 (or 0xCBA5D1) is known color: Lilac. HEX triplet: CB, A5 and D1. RGB value is (203,165,209). Sum of RGB (Red+Green+Blue) = 203+165+209=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA5D1 is #345A2E. Grayscale: #B5B5B5. Windows color (decimal): -3430959 or 13739467. OLE color: 13739467.
HSL color Cylindrical-coordinate representation of color #CBA5D1: hue angle of 291.82º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA5D1 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 165 | 209 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.18 |
| HSL | 291.82º | 0.32% | 0.73% | - |
| HSV(B) | 291.82º | 0.21% | 0.82% | - |
| XYZ | 49.59 | 44.21 | 66.24 | - |
| YUV | 181.38 | 143.59 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 209 | 0.03 | 0.21 | 0 | 0.18 | 291.82 | 0.32 | 0.73 |
| Hex | CB | A5 | D1 | 3 | 15 | 0 | 12 | 124 | 20 | 49 |
| Octal | 313 | 245 | 321 | 3 | 25 | 0 | 22 | 444 | 40 | 111 |
| Binary | 11001011 | 10100101 | 11010001 | 11 | 10101 | 0 | 10010 | 100100100 | 100000 | 1001001 |
Color Harmonies of #CBA5D1
Complementary color
Monochromatic Colors of #CBA5D1
Black with #CBA5D1
Text Example
Text Example
White with #CBA5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA5D1; }
p { color: rgb(203,165,209); }
H1.HeaderClassName
{
color: #CBA5D1;
}
.AnyTagClassName
{
color: #CBA5D1;
}
</style>
background-color css
<style>
a { background-color: #CBA5D1; }
a { background-color: rgb(203,165,209); }
div.DivClassName
{
background-color: #CBA5D1;
}
.BgClassName
{
background-color: #CBA5D1;
}
</style>
border-color css
<style>
span { border-color: #CBA5D1; }
span { border-color: rgb(203,165,209); }
td.TdClassName
{
border-color: #CBA5D1;
}
.TagClassName
{
border-color: #CBA5D1;
}
</style>