Shades of Lilac #CBAFCB
Tints of Lilac #CBAFCB
RGB
CMYK
RGB Variations
Color information
#CBAFCB (or 0xCBAFCB) is known color: Lilac. HEX triplet: CB, AF and CB. RGB value is (203,175,203). Sum of RGB (Red+Green+Blue) = 203+175+203=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFCB is #345034. Grayscale: #BABABA. Windows color (decimal): -3428405 or 13348811. OLE color: 13348811.
HSL color Cylindrical-coordinate representation of color #CBAFCB: hue angle of 300º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBAFCB is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 203 | - |
| CMYK | 0 | 0.14 | 0 | 0.20 |
| HSL | 300º | 0.21% | 0.74% | - |
| HSV(B) | 300º | 0.14% | 0.8% | - |
| XYZ | 50.74 | 47.67 | 63.03 | - |
| YUV | 186.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 203 | 0 | 0.14 | 0 | 0.20 | 300 | 0.21 | 0.74 |
| Hex | CB | AF | CB | 0 | E | 0 | 14 | 12C | 15 | 4A |
| Octal | 313 | 257 | 313 | 0 | 16 | 0 | 24 | 454 | 25 | 112 |
| Binary | 11001011 | 10101111 | 11001011 | 0 | 1110 | 0 | 10100 | 100101100 | 10101 | 1001010 |
Color Harmonies of #CBAFCB
Complementary color
Monochromatic Colors of #CBAFCB
Black with #CBAFCB
Text Example
Text Example
White with #CBAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFCB; }
p { color: rgb(203,175,203); }
H1.HeaderClassName
{
color: #CBAFCB;
}
.AnyTagClassName
{
color: #CBAFCB;
}
</style>
background-color css
<style>
a { background-color: #CBAFCB; }
a { background-color: rgb(203,175,203); }
div.DivClassName
{
background-color: #CBAFCB;
}
.BgClassName
{
background-color: #CBAFCB;
}
</style>
border-color css
<style>
span { border-color: #CBAFCB; }
span { border-color: rgb(203,175,203); }
td.TdClassName
{
border-color: #CBAFCB;
}
.TagClassName
{
border-color: #CBAFCB;
}
</style>