Shades of Lily #CF8DB8
Tints of Lily #CF8DB8
RGB
CMYK
RGB Variations
Color information
#CF8DB8 (or 0xCF8DB8) is known color: Lily. HEX triplet: CF, 8D and B8. RGB value is (207,141,184). Sum of RGB (Red+Green+Blue) = 207+141+184=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 141 (55.47% from 255 or 26.50% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DB8 is #307247. Grayscale: #A5A5A5. Windows color (decimal): -3174984 or 12094927. OLE color: 12094927.
HSL color Cylindrical-coordinate representation of color #CF8DB8: hue angle of 320.91º 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 #CF8DB8 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 184 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.19 |
| HSL | 320.91º | 0.41% | 0.68% | - |
| HSV(B) | 320.91º | 0.32% | 0.81% | - |
| XYZ | 43.91 | 35.78 | 49.94 | - |
| YUV | 165.64 | 138.37 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 184 | 0 | 0.32 | 0.11 | 0.19 | 320.91 | 0.41 | 0.68 |
| Hex | CF | 8D | B8 | 0 | 20 | B | 13 | 141 | 29 | 44 |
| Octal | 317 | 215 | 270 | 0 | 40 | 13 | 23 | 501 | 51 | 104 |
| Binary | 11001111 | 10001101 | 10111000 | 0 | 100000 | 1011 | 10011 | 101000001 | 101001 | 1000100 |
Color Harmonies of #CF8DB8
Complementary color
Monochromatic Colors of #CF8DB8
Black with #CF8DB8
Text Example
Text Example
White with #CF8DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DB8; }
p { color: rgb(207,141,184); }
H1.HeaderClassName
{
color: #CF8DB8;
}
.AnyTagClassName
{
color: #CF8DB8;
}
</style>
background-color css
<style>
a { background-color: #CF8DB8; }
a { background-color: rgb(207,141,184); }
div.DivClassName
{
background-color: #CF8DB8;
}
.BgClassName
{
background-color: #CF8DB8;
}
</style>
border-color css
<style>
span { border-color: #CF8DB8; }
span { border-color: rgb(207,141,184); }
td.TdClassName
{
border-color: #CF8DB8;
}
.TagClassName
{
border-color: #CF8DB8;
}
</style>