Shades of Lily #CF93BB
Tints of Lily #CF93BB
RGB
CMYK
RGB Variations
Color information
#CF93BB (or 0xCF93BB) is known color: Lily. HEX triplet: CF, 93 and BB. RGB value is (207,147,187). Sum of RGB (Red+Green+Blue) = 207+147+187=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 147 (57.81% from 255 or 27.17% from 541); Blue value is 187 (73.44% from 255 or 34.57% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93BB is #306C44. Grayscale: #A9A9A9. Windows color (decimal): -3173445 or 12293071. OLE color: 12293071.
HSL color Cylindrical-coordinate representation of color #CF93BB: hue angle of 320º 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 #CF93BB is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 187 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.19 |
| HSL | 320º | 0.38% | 0.69% | - |
| HSV(B) | 320º | 0.29% | 0.81% | - |
| XYZ | 45.14 | 37.72 | 51.92 | - |
| YUV | 169.5 | 137.88 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 187 | 0 | 0.29 | 0.10 | 0.19 | 320 | 0.38 | 0.69 |
| Hex | CF | 93 | BB | 0 | 1D | A | 13 | 140 | 26 | 45 |
| Octal | 317 | 223 | 273 | 0 | 35 | 12 | 23 | 500 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10111011 | 0 | 11101 | 1010 | 10011 | 101000000 | 100110 | 1000101 |
Color Harmonies of #CF93BB
Complementary color
Monochromatic Colors of #CF93BB
Black with #CF93BB
Text Example
Text Example
White with #CF93BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93BB; }
p { color: rgb(207,147,187); }
H1.HeaderClassName
{
color: #CF93BB;
}
.AnyTagClassName
{
color: #CF93BB;
}
</style>
background-color css
<style>
a { background-color: #CF93BB; }
a { background-color: rgb(207,147,187); }
div.DivClassName
{
background-color: #CF93BB;
}
.BgClassName
{
background-color: #CF93BB;
}
</style>
border-color css
<style>
span { border-color: #CF93BB; }
span { border-color: rgb(207,147,187); }
td.TdClassName
{
border-color: #CF93BB;
}
.TagClassName
{
border-color: #CF93BB;
}
</style>