Shades of Lily #CB8DBA
Tints of Lily #CB8DBA
RGB
CMYK
RGB Variations
Color information
#CB8DBA (or 0xCB8DBA) is known color: Lily. HEX triplet: CB, 8D and BA. RGB value is (203,141,186). Sum of RGB (Red+Green+Blue) = 203+141+186=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 186 (73.05% from 255 or 35.09% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DBA is #347245. Grayscale: #A4A4A4. Windows color (decimal): -3437126 or 12225995. OLE color: 12225995.
HSL color Cylindrical-coordinate representation of color #CB8DBA: hue angle of 316.45º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CB8DBA is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 186 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.20 |
| HSL | 316.45º | 0.37% | 0.67% | - |
| HSV(B) | 316.45º | 0.31% | 0.8% | - |
| XYZ | 43.02 | 35.29 | 51 | - |
| YUV | 164.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 186 | 0 | 0.31 | 0.08 | 0.20 | 316.45 | 0.37 | 0.67 |
| Hex | CB | 8D | BA | 0 | 1F | 8 | 14 | 13C | 25 | 43 |
| Octal | 313 | 215 | 272 | 0 | 37 | 10 | 24 | 474 | 45 | 103 |
| Binary | 11001011 | 10001101 | 10111010 | 0 | 11111 | 1000 | 10100 | 100111100 | 100101 | 1000011 |
Color Harmonies of #CB8DBA
Complementary color
Monochromatic Colors of #CB8DBA
Black with #CB8DBA
Text Example
Text Example
White with #CB8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DBA; }
p { color: rgb(203,141,186); }
H1.HeaderClassName
{
color: #CB8DBA;
}
.AnyTagClassName
{
color: #CB8DBA;
}
</style>
background-color css
<style>
a { background-color: #CB8DBA; }
a { background-color: rgb(203,141,186); }
div.DivClassName
{
background-color: #CB8DBA;
}
.BgClassName
{
background-color: #CB8DBA;
}
</style>
border-color css
<style>
span { border-color: #CB8DBA; }
span { border-color: rgb(203,141,186); }
td.TdClassName
{
border-color: #CB8DBA;
}
.TagClassName
{
border-color: #CB8DBA;
}
</style>