Shades of Lily #CF93B7
Tints of Lily #CF93B7
RGB
CMYK
RGB Variations
Color information
#CF93B7 (or 0xCF93B7) is known color: Lily. HEX triplet: CF, 93 and B7. RGB value is (207,147,183). Sum of RGB (Red+Green+Blue) = 207+147+183=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 183 (71.88% from 255 or 34.08% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93B7 is #306C48. Grayscale: #A8A8A8. Windows color (decimal): -3173449 or 12030927. OLE color: 12030927.
HSL color Cylindrical-coordinate representation of color #CF93B7: hue angle of 324º 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 #CF93B7 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 183 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.19 |
| HSL | 324º | 0.38% | 0.69% | - |
| HSV(B) | 324º | 0.29% | 0.81% | - |
| XYZ | 44.71 | 37.55 | 49.69 | - |
| YUV | 169.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 183 | 0 | 0.29 | 0.12 | 0.19 | 324 | 0.38 | 0.69 |
| Hex | CF | 93 | B7 | 0 | 1D | C | 13 | 144 | 26 | 45 |
| Octal | 317 | 223 | 267 | 0 | 35 | 14 | 23 | 504 | 46 | 105 |
| Binary | 11001111 | 10010011 | 10110111 | 0 | 11101 | 1100 | 10011 | 101000100 | 100110 | 1000101 |
Color Harmonies of #CF93B7
Complementary color
Monochromatic Colors of #CF93B7
Black with #CF93B7
Text Example
Text Example
White with #CF93B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF93B7; }
p { color: rgb(207,147,183); }
H1.HeaderClassName
{
color: #CF93B7;
}
.AnyTagClassName
{
color: #CF93B7;
}
</style>
background-color css
<style>
a { background-color: #CF93B7; }
a { background-color: rgb(207,147,183); }
div.DivClassName
{
background-color: #CF93B7;
}
.BgClassName
{
background-color: #CF93B7;
}
</style>
border-color css
<style>
span { border-color: #CF93B7; }
span { border-color: rgb(207,147,183); }
td.TdClassName
{
border-color: #CF93B7;
}
.TagClassName
{
border-color: #CF93B7;
}
</style>