Shades of Lily #CF93BF
Tints of Lily #CF93BF
RGB
CMYK
RGB Variations
Color information
#CF93BF (or 0xCF93BF) is known color: Lily. HEX triplet: CF, 93 and BF. RGB value is (207,147,191). Sum of RGB (Red+Green+Blue) = 207+147+191=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 147 (57.81% from 255 or 26.97% from 545); Blue value is 191 (75% from 255 or 35.05% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93BF is #306C40. Grayscale: #A9A9A9. Windows color (decimal): -3173441 or 12555215. OLE color: 12555215.
HSL color Cylindrical-coordinate representation of color #CF93BF: hue angle of 316º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF93BF is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 191 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.19 |
| HSL | 316º | 0.38% | 0.69% | - |
| HSV(B) | 316º | 0.29% | 0.81% | - |
| XYZ | 45.57 | 37.89 | 54.2 | - |
| YUV | 169.96 | 139.88 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 191 | 0 | 0.29 | 0.08 | 0.19 | 316 | 0.38 | 0.69 |
| Hex | CF | 93 | BF | 0 | 1D | 8 | 13 | 13C | 26 | 45 |
| Octal | 317 | 223 | 277 | 0 | 35 | 10 | 23 | 474 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10111111 | 0 | 11101 | 1000 | 10011 | 100111100 | 100110 | 1000101 |
Color Harmonies of #CF93BF
Complementary color
Monochromatic Colors of #CF93BF
Black with #CF93BF
Text Example
Text Example
White with #CF93BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93BF; }
p { color: rgb(207,147,191); }
H1.HeaderClassName
{
color: #CF93BF;
}
.AnyTagClassName
{
color: #CF93BF;
}
</style>
background-color css
<style>
a { background-color: #CF93BF; }
a { background-color: rgb(207,147,191); }
div.DivClassName
{
background-color: #CF93BF;
}
.BgClassName
{
background-color: #CF93BF;
}
</style>
border-color css
<style>
span { border-color: #CF93BF; }
span { border-color: rgb(207,147,191); }
td.TdClassName
{
border-color: #CF93BF;
}
.TagClassName
{
border-color: #CF93BF;
}
</style>