Shades of Lily #CB8EBA
Tints of Lily #CB8EBA
RGB
CMYK
RGB Variations
Color information
#CB8EBA (or 0xCB8EBA) is known color: Lily. HEX triplet: CB, 8E and BA. RGB value is (203,142,186). Sum of RGB (Red+Green+Blue) = 203+142+186=531 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.23% from 531); Green value is 142 (55.86% from 255 or 26.74% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8EBA is #347145. Grayscale: #A5A5A5. Windows color (decimal): -3436870 or 12226251. OLE color: 12226251.
HSL color Cylindrical-coordinate representation of color #CB8EBA: hue angle of 316.72º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8EBA is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 142 | 186 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.20 |
| HSL | 316.72º | 0.37% | 0.68% | - |
| HSV(B) | 316.72º | 0.3% | 0.8% | - |
| XYZ | 43.16 | 35.59 | 51.05 | - |
| YUV | 165.26 | 139.71 | 154.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 142 | 186 | 0 | 0.30 | 0.08 | 0.20 | 316.72 | 0.37 | 0.68 |
| Hex | CB | 8E | BA | 0 | 1E | 8 | 14 | 13D | 25 | 44 |
| Octal | 313 | 216 | 272 | 0 | 36 | 10 | 24 | 475 | 45 | 104 |
| Binary | 11001011 | 10001110 | 10111010 | 0 | 11110 | 1000 | 10100 | 100111101 | 100101 | 1000100 |
Color Harmonies of #CB8EBA
Complementary color
Monochromatic Colors of #CB8EBA
Black with #CB8EBA
Text Example
Text Example
White with #CB8EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8EBA; }
p { color: rgb(203,142,186); }
H1.HeaderClassName
{
color: #CB8EBA;
}
.AnyTagClassName
{
color: #CB8EBA;
}
</style>
background-color css
<style>
a { background-color: #CB8EBA; }
a { background-color: rgb(203,142,186); }
div.DivClassName
{
background-color: #CB8EBA;
}
.BgClassName
{
background-color: #CB8EBA;
}
</style>
border-color css
<style>
span { border-color: #CB8EBA; }
span { border-color: rgb(203,142,186); }
td.TdClassName
{
border-color: #CB8EBA;
}
.TagClassName
{
border-color: #CB8EBA;
}
</style>