Shades of Lily #C69EAC
Tints of Lily #C69EAC
RGB
CMYK
RGB Variations
Color information
#C69EAC (or 0xC69EAC) is known color: Lily. HEX triplet: C6, 9E and AC. RGB value is (198,158,172). Sum of RGB (Red+Green+Blue) = 198+158+172=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C69EAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69EAC is #396153. Grayscale: #ABABAB. Windows color (decimal): -3760468 or 11312838. OLE color: 11312838.
HSL color Cylindrical-coordinate representation of color #C69EAC: hue angle of 339º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C69EAC is Cyan = 0, Magento = 0.20, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 172 | - |
| CMYK | 0 | 0.20 | 0.13 | 0.22 |
| HSL | 339º | 0.26% | 0.7% | - |
| HSV(B) | 339º | 0.2% | 0.78% | - |
| XYZ | 42.96 | 39.44 | 44.38 | - |
| YUV | 171.56 | 128.25 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 172 | 0 | 0.20 | 0.13 | 0.22 | 339 | 0.26 | 0.7 |
| Hex | C6 | 9E | AC | 0 | 14 | D | 16 | 153 | 1A | 46 |
| Octal | 306 | 236 | 254 | 0 | 24 | 15 | 26 | 523 | 32 | 106 |
| Binary | 11000110 | 10011110 | 10101100 | 0 | 10100 | 1101 | 10110 | 101010011 | 11010 | 1000110 |
Color Harmonies of #C69EAC
Complementary color
Monochromatic Colors of #C69EAC
Black with #C69EAC
Text Example
Text Example
White with #C69EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69EAC; }
p { color: rgb(198,158,172); }
H1.HeaderClassName
{
color: #C69EAC;
}
.AnyTagClassName
{
color: #C69EAC;
}
</style>
background-color css
<style>
a { background-color: #C69EAC; }
a { background-color: rgb(198,158,172); }
div.DivClassName
{
background-color: #C69EAC;
}
.BgClassName
{
background-color: #C69EAC;
}
</style>
border-color css
<style>
span { border-color: #C69EAC; }
span { border-color: rgb(198,158,172); }
td.TdClassName
{
border-color: #C69EAC;
}
.TagClassName
{
border-color: #C69EAC;
}
</style>