Shades of Lily #CF8DB5
Tints of Lily #CF8DB5
RGB
CMYK
RGB Variations
Color information
#CF8DB5 (or 0xCF8DB5) is known color: Lily. HEX triplet: CF, 8D and B5. RGB value is (207,141,181). Sum of RGB (Red+Green+Blue) = 207+141+181=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DB5 is #30724A. Grayscale: #A5A5A5. Windows color (decimal): -3174987 or 11898319. OLE color: 11898319.
HSL color Cylindrical-coordinate representation of color #CF8DB5: hue angle of 323.64º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8DB5 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 181 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.19 |
| HSL | 323.64º | 0.41% | 0.68% | - |
| HSV(B) | 323.64º | 0.32% | 0.81% | - |
| XYZ | 43.6 | 35.65 | 48.3 | - |
| YUV | 165.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 181 | 0 | 0.32 | 0.13 | 0.19 | 323.64 | 0.41 | 0.68 |
| Hex | CF | 8D | B5 | 0 | 20 | D | 13 | 144 | 29 | 44 |
| Octal | 317 | 215 | 265 | 0 | 40 | 15 | 23 | 504 | 51 | 104 |
| Binary | 11001111 | 10001101 | 10110101 | 0 | 100000 | 1101 | 10011 | 101000100 | 101001 | 1000100 |
Color Harmonies of #CF8DB5
Complementary color
Monochromatic Colors of #CF8DB5
Black with #CF8DB5
Text Example
Text Example
White with #CF8DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DB5; }
p { color: rgb(207,141,181); }
H1.HeaderClassName
{
color: #CF8DB5;
}
.AnyTagClassName
{
color: #CF8DB5;
}
</style>
background-color css
<style>
a { background-color: #CF8DB5; }
a { background-color: rgb(207,141,181); }
div.DivClassName
{
background-color: #CF8DB5;
}
.BgClassName
{
background-color: #CF8DB5;
}
</style>
border-color css
<style>
span { border-color: #CF8DB5; }
span { border-color: rgb(207,141,181); }
td.TdClassName
{
border-color: #CF8DB5;
}
.TagClassName
{
border-color: #CF8DB5;
}
</style>