Shades of Lily #C88DAB
Tints of Lily #C88DAB
RGB
CMYK
RGB Variations
Color information
#C88DAB (or 0xC88DAB) is known color: Lily. HEX triplet: C8, 8D and AB. RGB value is (200,141,171). Sum of RGB (Red+Green+Blue) = 200+141+171=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88DAB is #377254. Grayscale: #A2A2A2. Windows color (decimal): -3633749 or 11242952. OLE color: 11242952.
HSL color Cylindrical-coordinate representation of color #C88DAB: hue angle of 329.49º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C88DAB is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 171 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.22 |
| HSL | 329.49º | 0.35% | 0.67% | - |
| HSV(B) | 329.49º | 0.3% | 0.78% | - |
| XYZ | 40.69 | 34.27 | 43 | - |
| YUV | 162.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 171 | 0 | 0.29 | 0.14 | 0.22 | 329.49 | 0.35 | 0.67 |
| Hex | C8 | 8D | AB | 0 | 1D | E | 16 | 149 | 23 | 43 |
| Octal | 310 | 215 | 253 | 0 | 35 | 16 | 26 | 511 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10101011 | 0 | 11101 | 1110 | 10110 | 101001001 | 100011 | 1000011 |
Color Harmonies of #C88DAB
Complementary color
Monochromatic Colors of #C88DAB
Black with #C88DAB
Text Example
Text Example
White with #C88DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DAB; }
p { color: rgb(200,141,171); }
H1.HeaderClassName
{
color: #C88DAB;
}
.AnyTagClassName
{
color: #C88DAB;
}
</style>
background-color css
<style>
a { background-color: #C88DAB; }
a { background-color: rgb(200,141,171); }
div.DivClassName
{
background-color: #C88DAB;
}
.BgClassName
{
background-color: #C88DAB;
}
</style>
border-color css
<style>
span { border-color: #C88DAB; }
span { border-color: rgb(200,141,171); }
td.TdClassName
{
border-color: #C88DAB;
}
.TagClassName
{
border-color: #C88DAB;
}
</style>