Shades of Lilac #CBABD0
Tints of Lilac #CBABD0
RGB
CMYK
RGB Variations
Color information
#CBABD0 (or 0xCBABD0) is known color: Lilac. HEX triplet: CB, AB and D0. RGB value is (203,171,208). Sum of RGB (Red+Green+Blue) = 203+171+208=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 171 (67.19% from 255 or 29.38% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBABD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBABD0 is #34542F. Grayscale: #B8B8B8. Windows color (decimal): -3429424 or 13675467. OLE color: 13675467.
HSL color Cylindrical-coordinate representation of color #CBABD0: hue angle of 291.89º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBABD0 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 171 | 208 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.18 |
| HSL | 291.89º | 0.28% | 0.74% | - |
| HSV(B) | 291.89º | 0.18% | 0.82% | - |
| XYZ | 50.58 | 46.38 | 65.96 | - |
| YUV | 184.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 208 | 0.02 | 0.18 | 0 | 0.18 | 291.89 | 0.28 | 0.74 |
| Hex | CB | AB | D0 | 2 | 12 | 0 | 12 | 124 | 1C | 4A |
| Octal | 313 | 253 | 320 | 2 | 22 | 0 | 22 | 444 | 34 | 112 |
| Binary | 11001011 | 10101011 | 11010000 | 10 | 10010 | 0 | 10010 | 100100100 | 11100 | 1001010 |
Color Harmonies of #CBABD0
Complementary color
Monochromatic Colors of #CBABD0
Black with #CBABD0
Text Example
Text Example
White with #CBABD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBABD0; }
p { color: rgb(203,171,208); }
H1.HeaderClassName
{
color: #CBABD0;
}
.AnyTagClassName
{
color: #CBABD0;
}
</style>
background-color css
<style>
a { background-color: #CBABD0; }
a { background-color: rgb(203,171,208); }
div.DivClassName
{
background-color: #CBABD0;
}
.BgClassName
{
background-color: #CBABD0;
}
</style>
border-color css
<style>
span { border-color: #CBABD0; }
span { border-color: rgb(203,171,208); }
td.TdClassName
{
border-color: #CBABD0;
}
.TagClassName
{
border-color: #CBABD0;
}
</style>