Shades of Lily #CF8DB3
Tints of Lily #CF8DB3
RGB
CMYK
RGB Variations
Color information
#CF8DB3 (or 0xCF8DB3) is known color: Lily. HEX triplet: CF, 8D and B3. RGB value is (207,141,179). Sum of RGB (Red+Green+Blue) = 207+141+179=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DB3 is #30724C. Grayscale: #A4A4A4. Windows color (decimal): -3174989 or 11767247. OLE color: 11767247.
HSL color Cylindrical-coordinate representation of color #CF8DB3: hue angle of 325.45º 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 #CF8DB3 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 179 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.19 |
| HSL | 325.45º | 0.41% | 0.68% | - |
| HSV(B) | 325.45º | 0.32% | 0.81% | - |
| XYZ | 43.39 | 35.57 | 47.23 | - |
| YUV | 165.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 179 | 0 | 0.32 | 0.14 | 0.19 | 325.45 | 0.41 | 0.68 |
| Hex | CF | 8D | B3 | 0 | 20 | E | 13 | 145 | 29 | 44 |
| Octal | 317 | 215 | 263 | 0 | 40 | 16 | 23 | 505 | 51 | 104 |
| Binary | 11001111 | 10001101 | 10110011 | 0 | 100000 | 1110 | 10011 | 101000101 | 101001 | 1000100 |
Color Harmonies of #CF8DB3
Complementary color
Monochromatic Colors of #CF8DB3
Black with #CF8DB3
Text Example
Text Example
White with #CF8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8DB3; }
p { color: rgb(207,141,179); }
H1.HeaderClassName
{
color: #CF8DB3;
}
.AnyTagClassName
{
color: #CF8DB3;
}
</style>
background-color css
<style>
a { background-color: #CF8DB3; }
a { background-color: rgb(207,141,179); }
div.DivClassName
{
background-color: #CF8DB3;
}
.BgClassName
{
background-color: #CF8DB3;
}
</style>
border-color css
<style>
span { border-color: #CF8DB3; }
span { border-color: rgb(207,141,179); }
td.TdClassName
{
border-color: #CF8DB3;
}
.TagClassName
{
border-color: #CF8DB3;
}
</style>