Shades of Lilac #CBA7D0
Tints of Lilac #CBA7D0
RGB
CMYK
RGB Variations
Color information
#CBA7D0 (or 0xCBA7D0) is known color: Lilac. HEX triplet: CB, A7 and D0. RGB value is (203,167,208). Sum of RGB (Red+Green+Blue) = 203+167+208=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBA7D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA7D0 is #34582F. Grayscale: #B6B6B6. Windows color (decimal): -3430448 or 13674443. OLE color: 13674443.
HSL color Cylindrical-coordinate representation of color #CBA7D0: hue angle of 292.68º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBA7D0 is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 167 | 208 | - |
| CMYK | 0.02 | 0.20 | 0 | 0.18 |
| HSL | 292.68º | 0.3% | 0.74% | - |
| HSV(B) | 292.68º | 0.2% | 0.82% | - |
| XYZ | 49.83 | 44.89 | 65.71 | - |
| YUV | 182.44 | 142.43 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 208 | 0.02 | 0.20 | 0 | 0.18 | 292.68 | 0.3 | 0.74 |
| Hex | CB | A7 | D0 | 2 | 14 | 0 | 12 | 125 | 1E | 4A |
| Octal | 313 | 247 | 320 | 2 | 24 | 0 | 22 | 445 | 36 | 112 |
| Binary | 11001011 | 10100111 | 11010000 | 10 | 10100 | 0 | 10010 | 100100101 | 11110 | 1001010 |
Color Harmonies of #CBA7D0
Complementary color
Monochromatic Colors of #CBA7D0
Black with #CBA7D0
Text Example
Text Example
White with #CBA7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA7D0; }
p { color: rgb(203,167,208); }
H1.HeaderClassName
{
color: #CBA7D0;
}
.AnyTagClassName
{
color: #CBA7D0;
}
</style>
background-color css
<style>
a { background-color: #CBA7D0; }
a { background-color: rgb(203,167,208); }
div.DivClassName
{
background-color: #CBA7D0;
}
.BgClassName
{
background-color: #CBA7D0;
}
</style>
border-color css
<style>
span { border-color: #CBA7D0; }
span { border-color: rgb(203,167,208); }
td.TdClassName
{
border-color: #CBA7D0;
}
.TagClassName
{
border-color: #CBA7D0;
}
</style>