Shades of Lily #C69DB9
Tints of Lily #C69DB9
RGB
CMYK
RGB Variations
Color information
#C69DB9 (or 0xC69DB9) is known color: Lily. HEX triplet: C6, 9D and B9. RGB value is (198,157,185). Sum of RGB (Red+Green+Blue) = 198+157+185=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 157 (61.72% from 255 or 29.07% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69DB9 is #396246. Grayscale: #ACACAC. Windows color (decimal): -3760711 or 12164550. OLE color: 12164550.
HSL color Cylindrical-coordinate representation of color #C69DB9: hue angle of 319.02º 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 #C69DB9 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 185 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.22 |
| HSL | 319.02º | 0.26% | 0.7% | - |
| HSV(B) | 319.02º | 0.21% | 0.78% | - |
| XYZ | 44.1 | 39.62 | 51.22 | - |
| YUV | 172.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 185 | 0 | 0.21 | 0.07 | 0.22 | 319.02 | 0.26 | 0.7 |
| Hex | C6 | 9D | B9 | 0 | 15 | 7 | 16 | 13F | 1A | 46 |
| Octal | 306 | 235 | 271 | 0 | 25 | 7 | 26 | 477 | 32 | 106 |
| Binary | 11000110 | 10011101 | 10111001 | 0 | 10101 | 111 | 10110 | 100111111 | 11010 | 1000110 |
Color Harmonies of #C69DB9
Complementary color
Monochromatic Colors of #C69DB9
Black with #C69DB9
Text Example
Text Example
White with #C69DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DB9; }
p { color: rgb(198,157,185); }
H1.HeaderClassName
{
color: #C69DB9;
}
.AnyTagClassName
{
color: #C69DB9;
}
</style>
background-color css
<style>
a { background-color: #C69DB9; }
a { background-color: rgb(198,157,185); }
div.DivClassName
{
background-color: #C69DB9;
}
.BgClassName
{
background-color: #C69DB9;
}
</style>
border-color css
<style>
span { border-color: #C69DB9; }
span { border-color: rgb(198,157,185); }
td.TdClassName
{
border-color: #C69DB9;
}
.TagClassName
{
border-color: #C69DB9;
}
</style>