Shades of Lily #C69DAC
Tints of Lily #C69DAC
RGB
CMYK
RGB Variations
Color information
#C69DAC (or 0xC69DAC) is known color: Lily. HEX triplet: C6, 9D and AC. RGB value is (198,157,172). Sum of RGB (Red+Green+Blue) = 198+157+172=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69DAC is #396253. Grayscale: #AAAAAA. Windows color (decimal): -3760724 or 11312582. OLE color: 11312582.
HSL color Cylindrical-coordinate representation of color #C69DAC: hue angle of 338.05º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69DAC is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 172 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.22 |
| HSL | 338.05º | 0.26% | 0.7% | - |
| HSV(B) | 338.05º | 0.21% | 0.78% | - |
| XYZ | 42.79 | 39.1 | 44.32 | - |
| YUV | 170.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 172 | 0 | 0.21 | 0.13 | 0.22 | 338.05 | 0.26 | 0.7 |
| Hex | C6 | 9D | AC | 0 | 15 | D | 16 | 152 | 1A | 46 |
| Octal | 306 | 235 | 254 | 0 | 25 | 15 | 26 | 522 | 32 | 106 |
| Binary | 11000110 | 10011101 | 10101100 | 0 | 10101 | 1101 | 10110 | 101010010 | 11010 | 1000110 |
Color Harmonies of #C69DAC
Complementary color
Monochromatic Colors of #C69DAC
Black with #C69DAC
Text Example
Text Example
White with #C69DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DAC; }
p { color: rgb(198,157,172); }
H1.HeaderClassName
{
color: #C69DAC;
}
.AnyTagClassName
{
color: #C69DAC;
}
</style>
background-color css
<style>
a { background-color: #C69DAC; }
a { background-color: rgb(198,157,172); }
div.DivClassName
{
background-color: #C69DAC;
}
.BgClassName
{
background-color: #C69DAC;
}
</style>
border-color css
<style>
span { border-color: #C69DAC; }
span { border-color: rgb(198,157,172); }
td.TdClassName
{
border-color: #C69DAC;
}
.TagClassName
{
border-color: #C69DAC;
}
</style>