Shades of Lily #CF8DB4
Tints of Lily #CF8DB4
RGB
CMYK
RGB Variations
Color information
#CF8DB4 (or 0xCF8DB4) is known color: Lily. HEX triplet: CF, 8D and B4. RGB value is (207,141,180). Sum of RGB (Red+Green+Blue) = 207+141+180=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 180 (70.70% from 255 or 34.09% from 528); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DB4 is #30724B. Grayscale: #A5A5A5. Windows color (decimal): -3174988 or 11832783. OLE color: 11832783.
HSL color Cylindrical-coordinate representation of color #CF8DB4: hue angle of 324.55º 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 #CF8DB4 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 180 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.19 |
| HSL | 324.55º | 0.41% | 0.68% | - |
| HSV(B) | 324.55º | 0.32% | 0.81% | - |
| XYZ | 43.5 | 35.61 | 47.76 | - |
| YUV | 165.18 | 136.37 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 180 | 0 | 0.32 | 0.13 | 0.19 | 324.55 | 0.41 | 0.68 |
| Hex | CF | 8D | B4 | 0 | 20 | D | 13 | 145 | 29 | 44 |
| Octal | 317 | 215 | 264 | 0 | 40 | 15 | 23 | 505 | 51 | 104 |
| Binary | 11001111 | 10001101 | 10110100 | 0 | 100000 | 1101 | 10011 | 101000101 | 101001 | 1000100 |
Color Harmonies of #CF8DB4
Complementary color
Monochromatic Colors of #CF8DB4
Black with #CF8DB4
Text Example
Text Example
White with #CF8DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DB4; }
p { color: rgb(207,141,180); }
H1.HeaderClassName
{
color: #CF8DB4;
}
.AnyTagClassName
{
color: #CF8DB4;
}
</style>
background-color css
<style>
a { background-color: #CF8DB4; }
a { background-color: rgb(207,141,180); }
div.DivClassName
{
background-color: #CF8DB4;
}
.BgClassName
{
background-color: #CF8DB4;
}
</style>
border-color css
<style>
span { border-color: #CF8DB4; }
span { border-color: rgb(207,141,180); }
td.TdClassName
{
border-color: #CF8DB4;
}
.TagClassName
{
border-color: #CF8DB4;
}
</style>