Shades of Lilac #CBA2CE
Tints of Lilac #CBA2CE
RGB
CMYK
RGB Variations
Color information
#CBA2CE (or 0xCBA2CE) is known color: Lilac. HEX triplet: CB, A2 and CE. RGB value is (203,162,206). Sum of RGB (Red+Green+Blue) = 203+162+206=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA2CE is #345D31. Grayscale: #B3B3B3. Windows color (decimal): -3431730 or 13542091. OLE color: 13542091.
HSL color Cylindrical-coordinate representation of color #CBA2CE: hue angle of 295.91º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBA2CE is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 162 | 206 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.19 |
| HSL | 295.91º | 0.31% | 0.72% | - |
| HSV(B) | 295.91º | 0.21% | 0.81% | - |
| XYZ | 48.69 | 42.99 | 64.12 | - |
| YUV | 179.28 | 143.08 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 206 | 0.01 | 0.21 | 0 | 0.19 | 295.91 | 0.31 | 0.72 |
| Hex | CB | A2 | CE | 1 | 15 | 0 | 13 | 128 | 1F | 48 |
| Octal | 313 | 242 | 316 | 1 | 25 | 0 | 23 | 450 | 37 | 110 |
| Binary | 11001011 | 10100010 | 11001110 | 1 | 10101 | 0 | 10011 | 100101000 | 11111 | 1001000 |
Color Harmonies of #CBA2CE
Complementary color
Monochromatic Colors of #CBA2CE
Black with #CBA2CE
Text Example
Text Example
White with #CBA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA2CE; }
p { color: rgb(203,162,206); }
H1.HeaderClassName
{
color: #CBA2CE;
}
.AnyTagClassName
{
color: #CBA2CE;
}
</style>
background-color css
<style>
a { background-color: #CBA2CE; }
a { background-color: rgb(203,162,206); }
div.DivClassName
{
background-color: #CBA2CE;
}
.BgClassName
{
background-color: #CBA2CE;
}
</style>
border-color css
<style>
span { border-color: #CBA2CE; }
span { border-color: rgb(203,162,206); }
td.TdClassName
{
border-color: #CBA2CE;
}
.TagClassName
{
border-color: #CBA2CE;
}
</style>