Shades of Lilac #CBACC8
Tints of Lilac #CBACC8
RGB
CMYK
RGB Variations
Color information
#CBACC8 (or 0xCBACC8) is known color: Lilac. HEX triplet: CB, AC and C8. RGB value is (203,172,200). Sum of RGB (Red+Green+Blue) = 203+172+200=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 172 (67.58% from 255 or 29.91% from 575); Blue value is 200 (78.52% from 255 or 34.78% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACC8 is #345337. Grayscale: #B8B8B8. Windows color (decimal): -3429176 or 13151435. OLE color: 13151435.
HSL color Cylindrical-coordinate representation of color #CBACC8: hue angle of 305.81º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBACC8 is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 172 | 200 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.20 |
| HSL | 305.81º | 0.23% | 0.74% | - |
| HSV(B) | 305.81º | 0.15% | 0.8% | - |
| XYZ | 49.81 | 46.37 | 60.97 | - |
| YUV | 184.46 | 136.77 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 200 | 0 | 0.15 | 0.01 | 0.20 | 305.81 | 0.23 | 0.74 |
| Hex | CB | AC | C8 | 0 | F | 1 | 14 | 132 | 17 | 4A |
| Octal | 313 | 254 | 310 | 0 | 17 | 1 | 24 | 462 | 27 | 112 |
| Binary | 11001011 | 10101100 | 11001000 | 0 | 1111 | 1 | 10100 | 100110010 | 10111 | 1001010 |
Color Harmonies of #CBACC8
Complementary color
Monochromatic Colors of #CBACC8
Black with #CBACC8
Text Example
Text Example
White with #CBACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACC8; }
p { color: rgb(203,172,200); }
H1.HeaderClassName
{
color: #CBACC8;
}
.AnyTagClassName
{
color: #CBACC8;
}
</style>
background-color css
<style>
a { background-color: #CBACC8; }
a { background-color: rgb(203,172,200); }
div.DivClassName
{
background-color: #CBACC8;
}
.BgClassName
{
background-color: #CBACC8;
}
</style>
border-color css
<style>
span { border-color: #CBACC8; }
span { border-color: rgb(203,172,200); }
td.TdClassName
{
border-color: #CBACC8;
}
.TagClassName
{
border-color: #CBACC8;
}
</style>