Shades of Lily #C88DAC
Tints of Lily #C88DAC
RGB
CMYK
RGB Variations
Color information
#C88DAC (or 0xC88DAC) is known color: Lily. HEX triplet: C8, 8D and AC. RGB value is (200,141,172). Sum of RGB (Red+Green+Blue) = 200+141+172=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 141 (55.47% from 255 or 27.49% from 513); Blue value is 172 (67.58% from 255 or 33.53% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C88DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88DAC is #377253. Grayscale: #A2A2A2. Windows color (decimal): -3633748 or 11308488. OLE color: 11308488.
HSL color Cylindrical-coordinate representation of color #C88DAC: hue angle of 328.47º 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 #C88DAC is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 141 | 172 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.22 |
| HSL | 328.47º | 0.35% | 0.67% | - |
| HSV(B) | 328.47º | 0.3% | 0.78% | - |
| XYZ | 40.79 | 34.31 | 43.5 | - |
| YUV | 162.18 | 133.55 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 141 | 172 | 0 | 0.29 | 0.14 | 0.22 | 328.47 | 0.35 | 0.67 |
| Hex | C8 | 8D | AC | 0 | 1D | E | 16 | 148 | 23 | 43 |
| Octal | 310 | 215 | 254 | 0 | 35 | 16 | 26 | 510 | 43 | 103 |
| Binary | 11001000 | 10001101 | 10101100 | 0 | 11101 | 1110 | 10110 | 101001000 | 100011 | 1000011 |
Color Harmonies of #C88DAC
Complementary color
Monochromatic Colors of #C88DAC
Black with #C88DAC
Text Example
Text Example
White with #C88DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88DAC; }
p { color: rgb(200,141,172); }
H1.HeaderClassName
{
color: #C88DAC;
}
.AnyTagClassName
{
color: #C88DAC;
}
</style>
background-color css
<style>
a { background-color: #C88DAC; }
a { background-color: rgb(200,141,172); }
div.DivClassName
{
background-color: #C88DAC;
}
.BgClassName
{
background-color: #C88DAC;
}
</style>
border-color css
<style>
span { border-color: #C88DAC; }
span { border-color: rgb(200,141,172); }
td.TdClassName
{
border-color: #C88DAC;
}
.TagClassName
{
border-color: #C88DAC;
}
</style>