Shades of Lily #CB8DAB
Tints of Lily #CB8DAB
RGB
CMYK
RGB Variations
Color information
#CB8DAB (or 0xCB8DAB) is known color: Lily. HEX triplet: CB, 8D and AB. RGB value is (203,141,171). Sum of RGB (Red+Green+Blue) = 203+141+171=515 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.42% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 171 (67.19% from 255 or 33.20% from 515); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB8DAB is #347254. Grayscale: #A2A2A2. Windows color (decimal): -3437141 or 11242955. OLE color: 11242955.
HSL color Cylindrical-coordinate representation of color #CB8DAB: hue angle of 330.97º 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 #CB8DAB is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 141 | 171 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.20 |
| HSL | 330.97º | 0.37% | 0.67% | - |
| HSV(B) | 330.97º | 0.31% | 0.8% | - |
| XYZ | 41.5 | 34.69 | 43.04 | - |
| YUV | 162.96 | 132.54 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 141 | 171 | 0 | 0.31 | 0.16 | 0.20 | 330.97 | 0.37 | 0.67 |
| Hex | CB | 8D | AB | 0 | 1F | 10 | 14 | 14B | 25 | 43 |
| Octal | 313 | 215 | 253 | 0 | 37 | 20 | 24 | 513 | 45 | 103 |
| Binary | 11001011 | 10001101 | 10101011 | 0 | 11111 | 10000 | 10100 | 101001011 | 100101 | 1000011 |
Color Harmonies of #CB8DAB
Complementary color
Monochromatic Colors of #CB8DAB
Black with #CB8DAB
Text Example
Text Example
White with #CB8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8DAB; }
p { color: rgb(203,141,171); }
H1.HeaderClassName
{
color: #CB8DAB;
}
.AnyTagClassName
{
color: #CB8DAB;
}
</style>
background-color css
<style>
a { background-color: #CB8DAB; }
a { background-color: rgb(203,141,171); }
div.DivClassName
{
background-color: #CB8DAB;
}
.BgClassName
{
background-color: #CB8DAB;
}
</style>
border-color css
<style>
span { border-color: #CB8DAB; }
span { border-color: rgb(203,141,171); }
td.TdClassName
{
border-color: #CB8DAB;
}
.TagClassName
{
border-color: #CB8DAB;
}
</style>