Shades of Lily #CF8DBB
Tints of Lily #CF8DBB
RGB
CMYK
RGB Variations
Color information
#CF8DBB (or 0xCF8DBB) is known color: Lily. HEX triplet: CF, 8D and BB. RGB value is (207,141,187). Sum of RGB (Red+Green+Blue) = 207+141+187=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 141 (55.47% from 255 or 26.36% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DBB is #307244. Grayscale: #A5A5A5. Windows color (decimal): -3174981 or 12291535. OLE color: 12291535.
HSL color Cylindrical-coordinate representation of color #CF8DBB: hue angle of 318.18º 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 #CF8DBB is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 187 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.19 |
| HSL | 318.18º | 0.41% | 0.68% | - |
| HSV(B) | 318.18º | 0.32% | 0.81% | - |
| XYZ | 44.23 | 35.9 | 51.61 | - |
| YUV | 165.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 187 | 0 | 0.32 | 0.10 | 0.19 | 318.18 | 0.41 | 0.68 |
| Hex | CF | 8D | BB | 0 | 20 | A | 13 | 13E | 29 | 44 |
| Octal | 317 | 215 | 273 | 0 | 40 | 12 | 23 | 476 | 51 | 104 |
| Binary | 11001111 | 10001101 | 10111011 | 0 | 100000 | 1010 | 10011 | 100111110 | 101001 | 1000100 |
Color Harmonies of #CF8DBB
Complementary color
Monochromatic Colors of #CF8DBB
Black with #CF8DBB
Text Example
Text Example
White with #CF8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DBB; }
p { color: rgb(207,141,187); }
H1.HeaderClassName
{
color: #CF8DBB;
}
.AnyTagClassName
{
color: #CF8DBB;
}
</style>
background-color css
<style>
a { background-color: #CF8DBB; }
a { background-color: rgb(207,141,187); }
div.DivClassName
{
background-color: #CF8DBB;
}
.BgClassName
{
background-color: #CF8DBB;
}
</style>
border-color css
<style>
span { border-color: #CF8DBB; }
span { border-color: rgb(207,141,187); }
td.TdClassName
{
border-color: #CF8DBB;
}
.TagClassName
{
border-color: #CF8DBB;
}
</style>