Shades of Lilac #CB8ACE
Tints of Lilac #CB8ACE
RGB
CMYK
RGB Variations
Color information
#CB8ACE (or 0xCB8ACE) is known color: Lilac. HEX triplet: CB, 8A and CE. RGB value is (203,138,206). Sum of RGB (Red+Green+Blue) = 203+138+206=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8ACE is #347531. Grayscale: #A4A4A4. Windows color (decimal): -3437874 or 13535947. OLE color: 13535947.
HSL color Cylindrical-coordinate representation of color #CB8ACE: hue angle of 297.35º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB8ACE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 138 | 206 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.19 |
| HSL | 297.35º | 0.41% | 0.67% | - |
| HSV(B) | 297.35º | 0.33% | 0.81% | - |
| XYZ | 44.86 | 35.33 | 62.85 | - |
| YUV | 165.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 138 | 206 | 0.01 | 0.33 | 0 | 0.19 | 297.35 | 0.41 | 0.67 |
| Hex | CB | 8A | CE | 1 | 21 | 0 | 13 | 129 | 29 | 43 |
| Octal | 313 | 212 | 316 | 1 | 41 | 0 | 23 | 451 | 51 | 103 |
| Binary | 11001011 | 10001010 | 11001110 | 1 | 100001 | 0 | 10011 | 100101001 | 101001 | 1000011 |
Color Harmonies of #CB8ACE
Complementary color
Monochromatic Colors of #CB8ACE
Black with #CB8ACE
Text Example
Text Example
White with #CB8ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8ACE; }
p { color: rgb(203,138,206); }
H1.HeaderClassName
{
color: #CB8ACE;
}
.AnyTagClassName
{
color: #CB8ACE;
}
</style>
background-color css
<style>
a { background-color: #CB8ACE; }
a { background-color: rgb(203,138,206); }
div.DivClassName
{
background-color: #CB8ACE;
}
.BgClassName
{
background-color: #CB8ACE;
}
</style>
border-color css
<style>
span { border-color: #CB8ACE; }
span { border-color: rgb(203,138,206); }
td.TdClassName
{
border-color: #CB8ACE;
}
.TagClassName
{
border-color: #CB8ACE;
}
</style>