Shades of Lily #C69BBB
Tints of Lily #C69BBB
RGB
CMYK
RGB Variations
Color information
#C69BBB (or 0xC69BBB) is known color: Lily. HEX triplet: C6, 9B and BB. RGB value is (198,155,187). Sum of RGB (Red+Green+Blue) = 198+155+187=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 198 - color contains mainly: red. Hex color #C69BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69BBB is #396444. Grayscale: #ABABAB. Windows color (decimal): -3761221 or 12295110. OLE color: 12295110.
HSL color Cylindrical-coordinate representation of color #C69BBB: hue angle of 315.35º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C69BBB is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 187 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.22 |
| HSL | 315.35º | 0.27% | 0.69% | - |
| HSV(B) | 315.35º | 0.22% | 0.78% | - |
| XYZ | 43.98 | 39.04 | 52.23 | - |
| YUV | 171.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 187 | 0 | 0.22 | 0.06 | 0.22 | 315.35 | 0.27 | 0.69 |
| Hex | C6 | 9B | BB | 0 | 16 | 6 | 16 | 13B | 1B | 45 |
| Octal | 306 | 233 | 273 | 0 | 26 | 6 | 26 | 473 | 33 | 105 |
| Binary | 11000110 | 10011011 | 10111011 | 0 | 10110 | 110 | 10110 | 100111011 | 11011 | 1000101 |
Color Harmonies of #C69BBB
Complementary color
Monochromatic Colors of #C69BBB
Black with #C69BBB
Text Example
Text Example
White with #C69BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69BBB; }
p { color: rgb(198,155,187); }
H1.HeaderClassName
{
color: #C69BBB;
}
.AnyTagClassName
{
color: #C69BBB;
}
</style>
background-color css
<style>
a { background-color: #C69BBB; }
a { background-color: rgb(198,155,187); }
div.DivClassName
{
background-color: #C69BBB;
}
.BgClassName
{
background-color: #C69BBB;
}
</style>
border-color css
<style>
span { border-color: #C69BBB; }
span { border-color: rgb(198,155,187); }
td.TdClassName
{
border-color: #C69BBB;
}
.TagClassName
{
border-color: #C69BBB;
}
</style>