Shades of Lily #C69DB0
Tints of Lily #C69DB0
RGB
CMYK
RGB Variations
Color information
#C69DB0 (or 0xC69DB0) is known color: Lily. HEX triplet: C6, 9D and B0. RGB value is (198,157,176). Sum of RGB (Red+Green+Blue) = 198+157+176=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 176 (69.14% from 255 or 33.15% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DB0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69DB0 is #39624F. Grayscale: #ABABAB. Windows color (decimal): -3760720 or 11574726. OLE color: 11574726.
HSL color Cylindrical-coordinate representation of color #C69DB0: hue angle of 332.2º 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 #C69DB0 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 176 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.22 |
| HSL | 332.2º | 0.26% | 0.7% | - |
| HSV(B) | 332.2º | 0.21% | 0.78% | - |
| XYZ | 43.18 | 39.25 | 46.38 | - |
| YUV | 171.43 | 130.58 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 176 | 0 | 0.21 | 0.11 | 0.22 | 332.2 | 0.26 | 0.7 |
| Hex | C6 | 9D | B0 | 0 | 15 | B | 16 | 14C | 1A | 46 |
| Octal | 306 | 235 | 260 | 0 | 25 | 13 | 26 | 514 | 32 | 106 |
| Binary | 11000110 | 10011101 | 10110000 | 0 | 10101 | 1011 | 10110 | 101001100 | 11010 | 1000110 |
Color Harmonies of #C69DB0
Complementary color
Monochromatic Colors of #C69DB0
Black with #C69DB0
Text Example
Text Example
White with #C69DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69DB0; }
p { color: rgb(198,157,176); }
H1.HeaderClassName
{
color: #C69DB0;
}
.AnyTagClassName
{
color: #C69DB0;
}
</style>
background-color css
<style>
a { background-color: #C69DB0; }
a { background-color: rgb(198,157,176); }
div.DivClassName
{
background-color: #C69DB0;
}
.BgClassName
{
background-color: #C69DB0;
}
</style>
border-color css
<style>
span { border-color: #C69DB0; }
span { border-color: rgb(198,157,176); }
td.TdClassName
{
border-color: #C69DB0;
}
.TagClassName
{
border-color: #C69DB0;
}
</style>