Shades of Lily #C69EB8
Tints of Lily #C69EB8
RGB
CMYK
RGB Variations
Color information
#C69EB8 (or 0xC69EB8) is known color: Lily. HEX triplet: C6, 9E and B8. RGB value is (198,158,184). Sum of RGB (Red+Green+Blue) = 198+158+184=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 198 - color contains mainly: red. Hex color #C69EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69EB8 is #396147. Grayscale: #ACACAC. Windows color (decimal): -3760456 or 12099270. OLE color: 12099270.
HSL color Cylindrical-coordinate representation of color #C69EB8: hue angle of 321º 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 #C69EB8 is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 184 | - |
| CMYK | 0 | 0.20 | 0.07 | 0.22 |
| HSL | 321º | 0.26% | 0.7% | - |
| HSV(B) | 321º | 0.2% | 0.78% | - |
| XYZ | 44.17 | 39.92 | 50.72 | - |
| YUV | 172.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 184 | 0 | 0.20 | 0.07 | 0.22 | 321 | 0.26 | 0.7 |
| Hex | C6 | 9E | B8 | 0 | 14 | 7 | 16 | 141 | 1A | 46 |
| Octal | 306 | 236 | 270 | 0 | 24 | 7 | 26 | 501 | 32 | 106 |
| Binary | 11000110 | 10011110 | 10111000 | 0 | 10100 | 111 | 10110 | 101000001 | 11010 | 1000110 |
Color Harmonies of #C69EB8
Complementary color
Monochromatic Colors of #C69EB8
Black with #C69EB8
Text Example
Text Example
White with #C69EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69EB8; }
p { color: rgb(198,158,184); }
H1.HeaderClassName
{
color: #C69EB8;
}
.AnyTagClassName
{
color: #C69EB8;
}
</style>
background-color css
<style>
a { background-color: #C69EB8; }
a { background-color: rgb(198,158,184); }
div.DivClassName
{
background-color: #C69EB8;
}
.BgClassName
{
background-color: #C69EB8;
}
</style>
border-color css
<style>
span { border-color: #C69EB8; }
span { border-color: rgb(198,158,184); }
td.TdClassName
{
border-color: #C69EB8;
}
.TagClassName
{
border-color: #C69EB8;
}
</style>